Do I need to normalize input parameters to Particle Swarm Optimization?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi there,
If the optimizing parameters are in different magnitudes of orders, do I need to scale the upper and lower bounds of the parameters to a scale lilke [1,0]? or does PSO actually do it internally?
Many thanks
0 Kommentare
Antworten (1)
Alan Weiss
am 8 Aug. 2022
You don't usually need to scale your parameters, but many problems are solved more reliably if you do. See Center and Scale Your Problem. I would first try to solve the problem without centering and scaling, and then center and scale if the solver doesn't converge well.
Alan Weiss
MATLAB mathematical toolbox documentation
Siehe auch
Kategorien
Mehr zu Particle Swarm 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!