Jump to content

Particle swarm optimization: Difference between revisions

updated task description
m (fixing tag typo)
(updated task description)
Line 6:
The goal of parameter selection is to ensure that the global minimum is discriminated from any local minima, and that the minimum is accurately determined, and that convergence is achieved with acceptible resource usage. To provide a common basis for comparing implementations, the following test cases and parameter sets are recommended:
<ul>
<li> McCormick function - an easier casebowl-shaped, with a single minimum;
recommended parameters:
omega = 0, phi p = 0.6, phi g = 0.3, number of particles = 100, number of iterations = 40 </li>
<li> EggholderMichalewicz function - asteep challengingridges caseand valleys, with multiple similar minima; recommended parameters: TBDomega = phi p = phi g = 0...3, number of particles = 1000, number of iterations = 30 </li>
</ul>
</p>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.