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/eoMerge.3
Normal file
29
trunk/paradiseo-eo/doc/man/man3/eoMerge.3
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
.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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue