paradiseo/trunk/paradiseo-eo/doc/man/man3/eoVlAtomExchangeQuadOp.3
legrand c3aec878e5 Paradiseo-eo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
2006-12-12 14:49:08 +00:00

61 lines
1.3 KiB
Groff

.TH "eoVlAtomExchangeQuadOp" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
eoVlAtomExchangeQuadOp \- Exchange Crossover using an AtomExchange.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <eoVariableLengthCrossover.h>\fP
.PP
Inherits \fBeoQuadOp< EOT >\fP.
.PP
.SS "Public Types"
.in +1c
.ti -1c
.RI "typedef EOT::AtomType \fBAtomType\fP"
.br
.in -1c
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBeoVlAtomExchangeQuadOp\fP (unsigned _Min, unsigned _Max, \fBeoAtomExchange\fP< AtomType > &_atomExchange)"
.br
.RI "\fIdefault ctor: requires bounds on number of genes + a rate \fP"
.ti -1c
.RI "bool \fBoperator()\fP (\fBEOT\fP &_eo1, \fBEOT\fP &_eo2)"
.br
.RI "\fIThe pure virtual function that needs to be implemented by the subclass. \fP"
.ti -1c
.RI "virtual std::string \fBclassName\fP () const "
.br
.RI "\fIthe inherited className \fP"
.in -1c
.SS "Private Attributes"
.in +1c
.ti -1c
.RI "unsigned \fBMin\fP"
.br
.ti -1c
.RI "unsigned \fBMax\fP"
.br
.ti -1c
.RI "\fBeoAtomExchange\fP< AtomType > & \fBatomExchange\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
.SS "template<class EOT> class eoVlAtomExchangeQuadOp< EOT >"
Exchange Crossover using an AtomExchange.
.PP
Definition at line 89 of file eoVariableLengthCrossover.h.
.SH "Author"
.PP
Generated automatically by Doxygen for EO from the source code.