Does the value of nonlinear inequality constraints matter as long as he is smaller zero?
Show older comments
I want to reduce computing time of an optimization algorithm, but computing the c-value of the nonlinear inequality constraints takes a lot of time, because it's calculated by a patternsearch optimization. But if it doesn't matter whether the c-value is -0.1 or -10, I can can exit the patternseach algorithm when the c-value is less than 0. If it depends on the optimization algorithm used, I'm trying different algorithms I consider using gamultiobj, patternsearch and fmincon.
Accepted Answer
More Answers (0)
Categories
Find more on Choose a Solver in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!