roboptim / roboptim-shared-tests

RobOptim Shared Tests (to be used as a Git submodule)
1 stars 8 forks source link

Fix check when multiple optimal solutions exist #10

Closed bchretien closed 10 years ago

bchretien commented 10 years ago

Fix #9

Basically, we use the following checklist:

  1. Check final objective function value fx.
  2. Check final argument bounds x.
  3. Check final constraints.
  4. If any of the previous checks fail (i.e. solver failed): check final x to provide some extra information to the user.