moeoArchiveObjectiveVectorSavingUpdater< EOT > Class Template Reference

This class allows to save the fitnesses of solutions contained in an archive into a file at each generation. More...

#include <moeoArchiveObjectiveVectorSavingUpdater.h>

Inheritance diagram for moeoArchiveObjectiveVectorSavingUpdater< EOT >:

eoUpdater eoF< void > eoFunctorBase List of all members.

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

Detailed Description

template<class EOT>
class moeoArchiveObjectiveVectorSavingUpdater< EOT >

This class allows to save the fitnesses of solutions contained in an archive into a file at each generation.

Definition at line 28 of file moeoArchiveObjectiveVectorSavingUpdater.h.


Constructor & Destructor Documentation

template<class EOT>
moeoArchiveObjectiveVectorSavingUpdater< EOT >::moeoArchiveObjectiveVectorSavingUpdater ( moeoArchive< EOT > &  _arch,
const std::string &  _filename,
int  _id = -1 
) [inline]

Ctor.

Parameters:
_arch local archive
_filename target filename
_id own ID

Definition at line 38 of file moeoArchiveObjectiveVectorSavingUpdater.h.


The documentation for this class was generated from the following file:
Generated on Tue Apr 17 16:53:21 2007 for ParadisEO-MOEO by  doxygen 1.5.1