Paradiseo-eo sources added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2006-12-12 14:49:08 +00:00
commit c3aec878e5
3609 changed files with 342772 additions and 0 deletions

View file

@ -0,0 +1,38 @@
.TH "eoParetoFitnessTraits" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
eoParetoFitnessTraits \- eoFitnessTraits: a traits class to specify the number of objectives and which one are maximizing or not See test/t-eoParetoFitness for its use.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <eoParetoFitness.h>\fP
.PP
Inherited by \fBeoVariableParetoTraits\fP, MinimizingFitnessTraits, MinimizingFitnessTraits, and \fBMinimizingTraits\fP.
.PP
.SS "Static Public Member Functions"
.in +1c
.ti -1c
.RI "unsigned \fBnObjectives\fP ()"
.br
.ti -1c
.RI "double \fBtol\fP ()"
.br
.ti -1c
.RI "bool \fBmaximizing\fP (int which)"
.br
.in -1c
.SH "Detailed Description"
.PP
eoFitnessTraits: a traits class to specify the number of objectives and which one are maximizing or not See test/t-eoParetoFitness for its use.
If you define your own, make sure you make the functions static!
.PP
Definition at line 42 of file eoParetoFitness.h.
.SH "Author"
.PP
Generated automatically by Doxygen for EO from the source code.