-
-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Hello,
Coming from Python (scipy.optimize.minimize) and MATLAB (fmincon), I can't find a way to specify bounds (and other constraints), which to me are very essential parts of an optimization problem.
Python / Scipy:
res = minimize(opti_fun, x0, bounds=mybounds, constraints=myconstraints)Matlab:
res = fmincon(opti_fun, x0, A, b, Aeq, beq, lowerbound, upperbound)Looking through the documentation, I could not find that this is implemented. (With the exception of some manual bounds in the simulatedannealing.rs example).
Is this something that is being worked on? Or is it planned? Or is it too complicated / time consuming at the moment? Or did I just miss something here?
I would love to have constrained optimization (at least with bounds) in Rust!
hombit, gollth and AstroTheRabbit
Metadata
Metadata
Assignees
Labels
No labels