Skip to content

Fix vector goal

Teresa Piovesan requested to merge fix_vect_goal into master

Bug fix concerning vector goals whose target is an array.

ToDo:

  • add Exception when goal size does not match target/bounds
  • create additional tests for vector goals
  • documentation: add vector goals explanation (including which target/bounds format is allowed)
  • ensure that _gp_min_max_arrays returns a tuple of elements with shape (g.size, 1 or target_shape) when goal size is larger than one
Edited by Teresa Piovesan

Merge request reports