git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
29 lines
881 B
Groff
29 lines
881 B
Groff
.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.
|