#include <moeoArchiveFitnessSavingUpdater.h>
Inheritance diagram for moeoArchiveFitnessSavingUpdater< EOT >:

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.
|
||||||||||||||||||||
|
Ctor.
Definition at line 37 of file moeoArchiveFitnessSavingUpdater.h. |
1.4.6