Changes between Version 9 and Version 10 of Documentation/Reference/Particle Swarm Optimization
- Timestamp:
- 03/31/11 23:23:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Reference/Particle Swarm Optimization
v9 v10 72 72 * `MultiPSOTopologyUpdater`: The whole population is divided into `NrOfSwarms` non-overlapping sub-swarms. Neighborhood topology is dynamic and randomly assigned. Swarms are re-grouped every regroupingPeriod iteration. The operator is implemented as described in [#References (Liang and Suganthan 2005)]. 73 73 74 [[Image(PSO_Regrouping.png, height=180px, margin-right=30, margin-left=30)]] 75 74 76 === Is there a sample/tutorial? === 75 77