Paretosearch graph doesn't appear
Mostrar comentarios más antiguos
Any idea how to make the Paretosearch graph appear ?
This is what I used:
options = optimoptions('paretosearch','ParetoSetChangeTolerance',1e-7,...
'PlotFcn',{'psplotbestf', 'psplotmeshsize', 'psplotbestx'},'ParetoSetSize',200);
The optimisation is working and gives me the results. However, there is no graph appeard as it shown below:

Respuestas (1)
Alan Weiss
el 25 de Jun. de 2020
0 votos
Consult the documentation for the available plot functions. In partiicular, you find this statement there:
"For patternsearch only or paretosearch with a single objective: 'psplotbestf' | 'psplotmeshsize' | 'psplotbestx'"
Alan Weiss
MATLAB mathematical toolbox documentation
2 comentarios
Hakem Melad
el 25 de Jun. de 2020
Editada: Hakem Melad
el 25 de Jun. de 2020
Alan Weiss
el 25 de Jun. de 2020
Hakeem, please use only supported plot functions. Remove 'psplotbestf','psplotmeshsize','psplotbestx' as they are not supported. Please look at the documentation and use only supported plot functions for multiobjective functions.
Alan Weiss
MATLAB mathematical toolbox documentation
Categorías
Más información sobre Direct Search en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
