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
69
trunk/paradiseo-eo/doc/man/man3/eoPropGAGenOp.3
Normal file
69
trunk/paradiseo-eo/doc/man/man3/eoPropGAGenOp.3
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
.TH "eoPropGAGenOp" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
eoPropGAGenOp \- *************************************************************************** eoPropGAGenOp (for Simple GA, but Proportional) choice between Crossover, mutation or cloining with respect to given relatve weights
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <eoPropGAGenOp.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoGenOp< EOT >< EOT >\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBeoPropGAGenOp\fP (double _wClone, \fBeoQuadOp\fP< \fBEOT\fP > &_cross, double _wCross, \fBeoMonOp\fP< \fBEOT\fP > &_mut, double _wMut)"
|
||||
.br
|
||||
.RI "\fICtor from * weight of clone * crossover (with weight) * mutation (with weight). \fP"
|
||||
.ti -1c
|
||||
.RI "virtual void \fBapply\fP (\fBeoPopulator\fP< \fBEOT\fP > &_pop)"
|
||||
.br
|
||||
.RI "\fIdo the job: delegate to op \fP"
|
||||
.ti -1c
|
||||
.RI "virtual unsigned \fBmax_production\fP (void)"
|
||||
.br
|
||||
.RI "\fIinherited from \fBeoGenOp\fP \fP"
|
||||
.ti -1c
|
||||
.RI "virtual std::string \fBclassName\fP () const "
|
||||
.br
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "double \fBwClone\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "\fBeoQuadOp\fP< \fBEOT\fP > & \fBcross\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "double \fBwCross\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "\fBeoMonOp\fP< \fBEOT\fP > & \fBmut\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "double \fBwMut\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "\fBeoProportionalOp\fP< \fBEOT\fP > \fBpropOp\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "\fBeoMonCloneOp\fP< \fBEOT\fP > \fBmonClone\fP"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
.SS "template<class EOT> class eoPropGAGenOp< EOT >"
|
||||
*************************************************************************** eoPropGAGenOp (for Simple GA, but Proportional) choice between Crossover, mutation or cloining with respect to given relatve weights
|
||||
.PP
|
||||
Definition at line 42 of file eoPropGAGenOp.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