174 | | |
| 175 | [=#PSOSchwefel] |
| 176 | === Particle Swarm Optimization - Schwefel === |
| 177 | |
| 178 | '''Algorithm:''' [[Particle Swarm Optimization]] |
| 179 | |
| 180 | '''Algorithm Parameters:''' |
| 181 | * Analyzer: !MultiAnalyzer |
| 182 | * Inertia: 10 |
| 183 | * !InertiaUpdater: !ExponentialDiscreteDoubleValueModifier |
| 184 | * !StartValue: 10 |
| 185 | * !EndValue: 1 |
| 186 | * !MaximumIterations: 1000 |
| 187 | * !NeighborBestAttraction: 0.5 |
| 188 | * !ParticleCreator: !RealVectprParticleCreator |
| 189 | * !PersonalBestAttraction: -0.01 |
| 190 | * Seed: - |
| 191 | * !SetSeedRandomly: True |
| 192 | * !SwarmSize: 50 |
| 193 | * !SwarmUpdater: !RealVectorSwarmUpdater |
| 194 | * !VelocityBounds: ([-10, 10], [-10,10]) |
| 195 | * !VelocityBoundsScalingOperator: !ExponentialDiscreteDoubleValueModifier |
| 196 | * !VelocityBoundsStartValue: 10 |
| 197 | * !VelocityBoundsEndValue: 1 |
| 198 | * !TopologyInitializer: - |
| 199 | * !TopologyUpdater: - |
| 200 | |
| 201 | '''Problem:''' [[Single Objective Test Function]] |
| 202 | |
| 203 | '''Problem Parameters:''' |
| 204 | * !BestKnownQuality: 0 |
| 205 | * !BestKnownSolution: [420.96;420.96] |
| 206 | * Bounds: ([-500, 500], [-500,500]) |
| 207 | * Evaluator: !SchwefelEvaluator |
| 208 | * Maximization: False |
| 209 | * !ProblemSize: 2 |
| 210 | * !SolutionCreator: !UniformRandomRealVectorCreator |
| 211 | |
| 212 | |
| 213 | ---- |