Particle Swarm Optimization evaluates a point multiple times
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello, I use particleswarm optimization with default options for 3 variables. I realized that the algorithm evaluates the function at a point (which lies at boundaries) several times. This didn't sound meaningful to me, is it normal or does it indicate a problem?
3 Kommentare
Torsten
am 8 Jan. 2024
Bearbeitet: Torsten
am 8 Jan. 2024
Did you try "conventional" optimizers first, e.g. "fmincon" ? Do they have problems with your case ?
Concerning your question: We don't know your problem and we don't know the solver you use. But even if we had this information: I think it's impossible to answer whether it's usual for the solver that the function is evaluated several times in some points. It would be inefficient, but who knows how the code works in detail ?
Antworten (0)
Siehe auch
Kategorien
Mehr zu Particle Swarm finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!