Added the monitoring facilities for snapshots (i.e. generating and plotting a new file

every generation) which is different from the continuous monitoring (same file/plot is
angemented every generation).
This lead to a number of modifications in many files in utils dir

But now we can watch on-line
- fitness spreadout
- FDC plots
- multi-objective Pareto fronts (though the multi-objective sruff isn't there yet!)
This commit is contained in:
evomarc 2001-01-31 18:38:39 +00:00
commit 56abe66582
10 changed files with 817 additions and 268 deletions

View file

@ -46,7 +46,7 @@ class eoMonitor : public eoF<eoMonitor&>
public :
virtual void lastCall() {}
void add(const eoParam& _param) { vec.push_back(&_param); }
virtual void add(const eoParam& _param) { vec.push_back(&_param); }
protected :