How can I come to know that the Constraints are satisfied in Pattern Search algorithm?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dhanu Naik
el 20 de Feb. de 2018
Comentada: Walter Roberson
el 21 de Feb. de 2018
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?
0 comentarios
Respuesta aceptada
Walter Roberson
el 20 de Feb. de 2018
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 comentarios
Walter Roberson
el 21 de Feb. de 2018
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Direct Search en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!