Clubs Topology. More...
#include <ql/experimental/math/particleswarmoptimization.hpp>
Public Member Functions | |
ClubsTopology (Size defaultClubs, Size totalClubs, Size maxClubs, Size minClubs, Size resetIteration, unsigned long seed=SeedGenerator::instance().get()) | |
void | setSize (Size M) |
initialize state for current problem | |
void | findSocialBest () |
produce changes to PSO state for current iteration | |
Additional Inherited Members | |
![]() | |
ParticleSwarmOptimization * | pso_ |
std::vector< Array > * | X_ |
std::vector< Array > * | V_ |
std::vector< Array > * | pBX_ |
std::vector< Array > * | gBX_ |
Array * | pBF_ |
Array * | gBF_ |
Clubs Topology.