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

Public Member Functions | |
| moeoArchiveObjectiveVectorSavingUpdater (moeoArchive< MOEOT > &_arch, const std::string &_filename, bool _count=false, int _id=-1) | |
| Ctor. | |
| void | operator() () |
| Saves the fitness of the archive's members into the file. | |
Private Attributes | |
| moeoArchive< MOEOT > & | arch |
| local archive | |
| std::string | filename |
| target filename | |
| bool | count |
| this variable is set to true if a new file have to be created each time () is called and to false if the file only HAVE to be updated | |
| unsigned int | counter |
| counter | |
| int | id |
| own ID | |
Definition at line 28 of file moeoArchiveObjectiveVectorSavingUpdater.h.
| moeoArchiveObjectiveVectorSavingUpdater< MOEOT >::moeoArchiveObjectiveVectorSavingUpdater | ( | moeoArchive< MOEOT > & | _arch, | |
| const std::string & | _filename, | |||
| bool | _count = false, |
|||
| int | _id = -1 | |||
| ) | [inline] |
Ctor.
| _arch | local archive | |
| _filename | target filename | |
| _count | put this variable to true if you want a new file to be created each time () is called and to false if you only want the file to be updated | |
| _id | own ID |
Definition at line 39 of file moeoArchiveObjectiveVectorSavingUpdater.h.
1.4.7