Skip to content
Snippets Groups Projects

Fix constraint conversion.

Open Francisco Huhn requested to merge fmoreira/geoff-app:develop into develop

NonlinearConstraint's fourth argument is jac, not keep_feasible.

For the future, while this seems mathematically equivalent, it isn't numerically. Algorithms treat linear and non-linear constraints differently. For example, some only handle the former. Even if they handle the latter, they're treated in different ways. It may be a good idea to have a CachedLinearConstraint.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading