EvolvingObjects
eoFirstIsBestInit< POT > Class Template Reference

Initializes the best positions of a particle as its current positions and set the particle best fitness. More...

#include <eoParticleBestInit.h>

Inheritance diagram for eoFirstIsBestInit< POT >:
eoParticleBestInit< POT > eoUF< POT &, void > eoFunctorBase unary_function

List of all members.

Public Member Functions

 eoFirstIsBestInit ()
 Default CTor.
void operator() (POT &_po1)
 The pure virtual function that needs to be implemented by the subclass.

Detailed Description

template<class POT>
class eoFirstIsBestInit< POT >

Initializes the best positions of a particle as its current positions and set the particle best fitness.

Examples:
t-eoEasyPSO.cpp, t-eoExtendedVelocity.cpp, t-eoRingTopology.cpp, and t-eoSyncEasyPSO.cpp.

Definition at line 60 of file eoParticleBestInit.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends