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:
legrand 2006-12-12 14:49:08 +00:00
commit c3aec878e5
3609 changed files with 342772 additions and 0 deletions

View file

@ -0,0 +1,60 @@
.TH "eoOneMaxMutation" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
eoOneMaxMutation \- Always write a comment in this format before class definition if you want the class to be documented by Doxygen.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <eoOneMaxMutation.h>\fP
.PP
Inherits \fBeoMonOp< GenotypeT >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBeoOneMaxMutation\fP ()"
.br
.RI "\fICtor - no requirement. \fP"
.ti -1c
.RI "string \fBclassName\fP () const "
.br
.RI "\fIThe class name. Used to display statistics. \fP"
.ti -1c
.RI "bool \fBoperator()\fP (GenotypeT &_genotype)"
.br
.RI "\fImodifies the parent \fP"
.in -1c
.SH "Detailed Description"
.PP
.SS "template<class GenotypeT> class eoOneMaxMutation< GenotypeT >"
Always write a comment in this format before class definition if you want the class to be documented by Doxygen.
THere is NO ASSUMPTION on the class GenoypeT. In particular, it does not need to derive from \fBEO\fP
.PP
Definition at line 25 of file eoOneMaxMutation.h.
.SH "Member Function Documentation"
.PP
.SS "template<class GenotypeT> bool \fBeoOneMaxMutation\fP< GenotypeT >::operator() (GenotypeT & _genotype)\fC [inline, virtual]\fP"
.PP
modifies the parent
.PP
\fBParameters:\fP
.RS 4
\fI_genotype\fP The parent genotype (will be modified)
.RE
.PP
.PP
Requirement if (_genotype has been modified) isModified = true; else isModified = false;
.PP
Implements \fBeoUF< GenotypeT &, bool >\fP.
.PP
Definition at line 47 of file eoOneMaxMutation.h.
.SH "Author"
.PP
Generated automatically by Doxygen for EO from the source code.