Skip to content

Replace LinearConstraints with Bounds for parameter bounds or equalities in profiling

Sebastien Wertz requested to merge constrToBounds into master

While it should be equivalent, it was observed that specifying bounds for box or equality constraints was more stable than passing a linear constraint to the minimizer. This is now used for parameter bounds, as well as for profiling.

Merge request reports