MOEO full import
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@23 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
3b59d069b4
commit
b08dfed4b1
182 changed files with 14280 additions and 0 deletions
77
trunk/paradiseo-moeo/doc/man/man3/moeoElitistReplacement.3
Normal file
77
trunk/paradiseo-moeo/doc/man/man3/moeoElitistReplacement.3
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
.TH "moeoElitistReplacement" 3 "6 Dec 2006" "Version 0.1" "ParadisEO-MOEO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
moeoElitistReplacement \- Keep all the best individuals (almost cut-and-pasted from eoNDPlusReplacement, (c) Maarten Keijzer, Marc Schoenauer and GeNeura Team, 2002).
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <moeoReplacement.h>\fP
|
||||
.PP
|
||||
Inherits \fBmoeoReplacement< EOT, WorthT >< EOT, WorthT >\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBmoeoElitistReplacement\fP (eoPerf2Worth< EOT, WorthT > &_perf2worth)"
|
||||
.br
|
||||
.RI "\fIconstructor \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (eoPop< EOT > &_parents, eoPop< EOT > &_offspring)"
|
||||
.br
|
||||
.RI "\fIreplacement - result in _parents \fP"
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "eoPerf2Worth< EOT, WorthT > & \fBperf2worth\fP"
|
||||
.br
|
||||
.RI "\fIthe functor object to transform raw fitnesses into fitness for selection \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
.SS "template<class EOT, class WorthT = double> class moeoElitistReplacement< EOT, WorthT >"
|
||||
Keep all the best individuals (almost cut-and-pasted from eoNDPlusReplacement, (c) Maarten Keijzer, Marc Schoenauer and GeNeura Team, 2002).
|
||||
.PP
|
||||
Definition at line 35 of file moeoReplacement.h.
|
||||
.SH "Constructor & Destructor Documentation"
|
||||
.PP
|
||||
.SS "template<class EOT, class WorthT = double> \fBmoeoElitistReplacement\fP< EOT, WorthT >::\fBmoeoElitistReplacement\fP (eoPerf2Worth< EOT, WorthT > & _perf2worth)\fC [inline]\fP"
|
||||
.PP
|
||||
constructor
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_perf2worth\fP the functor class to transform raw fitnesses into fitness for selection
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 43 of file moeoReplacement.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class EOT, class WorthT = double> void \fBmoeoElitistReplacement\fP< EOT, WorthT >::operator() (eoPop< EOT > & _parents, eoPop< EOT > & _offspring)\fC [inline]\fP"
|
||||
.PP
|
||||
replacement - result in _parents
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_parents\fP parents population
|
||||
.br
|
||||
\fI_offspring\fP offspring population
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 54 of file moeoReplacement.h.
|
||||
.PP
|
||||
References moeoElitistReplacement< EOT, WorthT >::perf2worth.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue