How can I come to know that the Constraints are satisfied in Pattern Search algorithm?

1 次查看(过去 30 天)
Hi I am using Patternsearch algorithm to find minimum value of objective function. Pattern Search algorithm terminates when number of generations exceeds. How can I come to know that the Constraints are satisfied?

采纳的回答

Walter Roberson
Walter Roberson 2018-2-20
You can set the options to display information for each iteration. Or you can use the four-output variation and look at the output structure for maxconstraint
  4 个评论
Dhanu Naik
Dhanu Naik 2018-2-21
Do I need to vary other parameters of Patternsearch algorithm untill maxconstraints approaches Zero?
Walter Roberson
Walter Roberson 2018-2-21
I would be more likely to loop doing patternsearch with a limited number of iterations but different x0 vectors, hoping to find locations where the constraints are satisfied. This is basically the same technique used by multiStart() but unfortunately multiStart does not appear to support patternsearch.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Direct Search 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by