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
89
trunk/paradiseo-eo/doc/man/man3/eoStPointMutation.3
Normal file
89
trunk/paradiseo-eo/doc/man/man3/eoStPointMutation.3
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
.TH "eoStPointMutation" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
eoStPointMutation \- eoStPointMutation --> replace a Node with a Node of the same arity and type
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <gp/eoStParseTreeOp.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoMonOp< eoParseTree< FType, Node > >\fP.
|
||||
.PP
|
||||
.SS "Public Types"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "typedef \fBeoParseTree\fP< FType, Node > \fBEoType\fP"
|
||||
.br
|
||||
.in -1c
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBeoStPointMutation\fP (std::vector< Node > &_node)"
|
||||
.br
|
||||
.RI "\fIConstructor. \fP"
|
||||
.ti -1c
|
||||
.RI "virtual std::string \fBclassName\fP () const "
|
||||
.br
|
||||
.RI "\fIthe class name \fP"
|
||||
.ti -1c
|
||||
.RI "virtual \fB~eoStPointMutation\fP ()"
|
||||
.br
|
||||
.RI "\fIDtor. \fP"
|
||||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (\fBEoType\fP &_eo1)"
|
||||
.br
|
||||
.RI "\fIMutate an individual. \fP"
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "map< int, map< int, std::vector< Node > > > \fBnode\fP"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
.SS "template<class FType, class Node> class eoStPointMutation< FType, Node >"
|
||||
eoStPointMutation --> replace a Node with a Node of the same arity and type
|
||||
.PP
|
||||
Definition at line 195 of file eoStParseTreeOp.h.
|
||||
.SH "Constructor & Destructor Documentation"
|
||||
.PP
|
||||
.SS "template<class FType, class Node> \fBeoStPointMutation\fP< FType, Node >::\fBeoStPointMutation\fP (std::vector< Node > & _node)\fC [inline]\fP"
|
||||
.PP
|
||||
Constructor.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_initializor\fP The std::vector of Nodes given to the eoGpDepthInitializer
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 205 of file eoStParseTreeOp.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class FType, class Node> bool \fBeoStPointMutation\fP< FType, Node >::operator() (\fBEoType\fP & _eo1)\fC [inline]\fP"
|
||||
.PP
|
||||
Mutate an individual.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_eo1\fP The individual that is to be changed
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 234 of file eoStParseTreeOp.h.
|
||||
.PP
|
||||
References eoRng::random().
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for EO from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue