#include <moeoArchiveFitnessSavingUpdater.h>
Public Member Functions | |
| moeoArchiveFitnessSavingUpdater (moeoArchive< EOT > &_arch, const std::string &_filename="Res/Arch", int _id=-1) | |
| Ctor. | |
| void | operator() () |
| Saves the fitness of the archive's members into the file. | |
Private Attributes | |
| moeoArchive< EOT > & | arch |
| local archive | |
| std::string | filename |
| target filename | |
| int | id |
| own ID | |
| unsigned | counter |
| counter | |
Definition at line 27 of file moeoArchiveFitnessSavingUpdater.h.
| moeoArchiveFitnessSavingUpdater< EOT >::moeoArchiveFitnessSavingUpdater | ( | moeoArchive< EOT > & | _arch, | |
| const std::string & | _filename = "Res/Arch", |
|||
| int | _id = -1 | |||
| ) | [inline] |
Ctor.
| _arch | local archive | |
| _filename | target filename | |
| _id | own ID |
Definition at line 37 of file moeoArchiveFitnessSavingUpdater.h.
1.5.1