Where can I find the documentation for polling methods applicable to paretosearch?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Dhanesh R
am 29 Apr. 2024
Kommentiert: Dhanesh R
am 29 Apr. 2024
I am new to optimization. As an attempt to understand the pattern search algorithm for multi-objective optimization using paretosearch, I got stuck with PollMethod. I want to know what it is and how it impacts the optimization. I find it hard to get the documentation in web. I appreciate any help towards. Thank you.
0 Kommentare
Akzeptierte Antwort
Dyuman Joshi
am 29 Apr. 2024
From the User's Guide of Global Optimization Toolbox, available here - https://in.mathworks.com/help/pdf_doc/gads/index.html (Page 784/1064 or Page 10 in Chapter-17)
"Poll options control how the pattern search polls the mesh points at each iteration.
PollMethod specifies the pattern the algorithm uses to create the mesh. There are two patterns for each of the classes of direct search algorithms: the generalized pattern search (GPS) algorithm, the generating set search (GSS) algorithm, and the mesh adaptive direct search (MADS) algorithm."
Refer to the linked documentation for more information.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Direct Search finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!