#include <eoGlobalBestInit.h>
Inheritance diagram for eoBestOfAllInit< POT >:

Public Member Functions | |
| eoBestOfAllInit (eoSingleParticleArchive< POT > &_archive) | |
| Constructor: takes an eoSingleParticleArchive that stores the global best. | |
| void | operator() (eoPop< POT > &_pop) |
| The pure virtual function that needs to be implemented by the subclass. | |
Protected Attributes | |
| eoSingleParticleArchive< POT > & | archive |
The global best is stored in a eoSingleParticleArchive object.
Definition at line 27 of file eoGlobalBestInit.h.
| eoBestOfAllInit< POT >::eoBestOfAllInit | ( | eoSingleParticleArchive< POT > & | _archive | ) | [inline] |
Constructor: takes an eoSingleParticleArchive that stores the global best.
| _archive | An eoSingleParticleArchive |
Definition at line 34 of file eoGlobalBestInit.h.
1.4.7