-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sense
support for all algorithms
#9
Comments
Also encountered this issue. The Consider the following MWE:
This outputs:
As you can see the solver does nothing when |
@Vaibhavdixit02 can you prioritize adding a trait to catch this? |
What we'd like to do here is instead of changing it in the solvers handle it in the |
Currently
sense
is only supported for a subset of algorithms. This breaks the common interface as some solvers solve min vs max. Furthermore, sincesense
is a kwarg forOptimizationProblem
and notsolve
, the interface and docs give the impression that it is supported for all algorithms.The text was updated successfully, but these errors were encountered: