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

Public Member Functions | |
| moeoArchiveObjectiveVectorSavingUpdater (moeoArchive< EOT > &_arch, const std::string &_filename, 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 28 of file moeoArchiveObjectiveVectorSavingUpdater.h.
| moeoArchiveObjectiveVectorSavingUpdater< EOT >::moeoArchiveObjectiveVectorSavingUpdater | ( | moeoArchive< EOT > & | _arch, | |
| const std::string & | _filename, | |||
| int | _id = -1 | |||
| ) | [inline] |
Ctor.
| _arch | local archive | |
| _filename | target filename | |
| _id | own ID |
Definition at line 38 of file moeoArchiveObjectiveVectorSavingUpdater.h.
1.5.1