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:
parent
bc1f453978
commit
c3aec878e5
3609 changed files with 342772 additions and 0 deletions
29
trunk/paradiseo-eo/doc/man/man3/eoAlgo.3
Normal file
29
trunk/paradiseo-eo/doc/man/man3/eoAlgo.3
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
.TH "eoAlgo" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
eoAlgo \- This is a generic class for population-transforming algorithms.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <eoAlgo.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoUF< eoPop< EOT > &, void >\fP.
|
||||
.PP
|
||||
Inherited by \fBeoCellularEasyEA< EOT >\fP, \fBeoEasyEA< EOT >\fP, and \fBeoSGA< EOT >\fP.
|
||||
.PP
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
.SS "template<class EOT> class eoAlgo< EOT >"
|
||||
This is a generic class for population-transforming algorithms.
|
||||
|
||||
There is only one operator defined, which takes a population and does stuff to it. It needn't be a complete algorithm, can be also a step of an algorithm. This class just gives a common interface to linear population-transforming algorithms.
|
||||
.PP
|
||||
Definition at line 39 of file eoAlgo.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for EO from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue