paradiseo/trunk/paradiseo-eo/doc/man/man3/eoMerge.3
legrand c3aec878e5 Paradiseo-eo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
2006-12-12 14:49:08 +00:00

29 lines
869 B
Groff

.TH "eoMerge" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
eoMerge \- eoMerge: Base class for elitist replacement algorithms.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <eoMerge.h>\fP
.PP
Inherits \fBeoBF< const eoPop< Chrom > &, eoPop< Chrom > &, void >\fP.
.PP
.SH "Detailed Description"
.PP
.SS "template<class Chrom> class eoMerge< Chrom >"
eoMerge: Base class for elitist replacement algorithms.
Merges the old population (first argument), with the new generation
.PP
Its signature is exactly that of the selection base \fBeoSelect\fP, but its purpose is to merge the two populations into one (the second argument). Note that the algorithms assume that the second argument denotes the next generation.
.PP
Definition at line 48 of file eoMerge.h.
.SH "Author"
.PP
Generated automatically by Doxygen for EO from the source code.