git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@130 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
atantar 2006-12-30 14:10:44 +00:00
commit a6fe42664b
743 changed files with 67629 additions and 0 deletions

View file

@ -0,0 +1,96 @@
.TH "peoSeqTransform" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
peoSeqTransform \- The \fBpeoSeqTransform\fP represent a wrapper for offering the possibility of using EO derived transform operators along with the ParadisEO evolutionary algorithms.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <peoSeqTransform.h>\fP
.PP
Inherits \fBpeoTransform< EOT >< EOT >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBpeoSeqTransform\fP (eoTransform< EOT > &__trans)"
.br
.RI "\fIConstructor function - sets an internal reference towards the specified EO-derived transform object. \fP"
.ti -1c
.RI "void \fBoperator()\fP (eoPop< EOT > &__pop)"
.br
.RI "\fIOperator for applying the specified transform operators on each individual of the given population. \fP"
.ti -1c
.RI "virtual void \fBpackData\fP ()"
.br
.RI "\fIInterface function for providing a link with the parallel architecture of the ParadisEO framework. \fP"
.ti -1c
.RI "virtual void \fBunpackData\fP ()"
.br
.RI "\fIInterface function for providing a link with the parallel architecture of the ParadisEO framework. \fP"
.ti -1c
.RI "virtual void \fBexecute\fP ()"
.br
.RI "\fIInterface function for providing a link with the parallel architecture of the ParadisEO framework. \fP"
.ti -1c
.RI "virtual void \fBpackResult\fP ()"
.br
.RI "\fIInterface function for providing a link with the parallel architecture of the ParadisEO framework. \fP"
.ti -1c
.RI "virtual void \fBunpackResult\fP ()"
.br
.RI "\fIInterface function for providing a link with the parallel architecture of the ParadisEO framework. \fP"
.in -1c
.SS "Private Attributes"
.in +1c
.ti -1c
.RI "eoTransform< EOT > & \fBtrans\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
.SS "template<class EOT> class peoSeqTransform< EOT >"
The \fBpeoSeqTransform\fP represent a wrapper for offering the possibility of using EO derived transform operators along with the ParadisEO evolutionary algorithms.
A minimal set of interface functions is also provided for creating the link with the parallel architecture of the ParadisEO framework.
.PP
Definition at line 35 of file peoSeqTransform.h.
.SH "Constructor & Destructor Documentation"
.PP
.SS "template<class EOT> \fBpeoSeqTransform\fP< EOT >::\fBpeoSeqTransform\fP (eoTransform< EOT > & __trans)"
.PP
Constructor function - sets an internal reference towards the specified EO-derived transform object.
.PP
\fBParameters:\fP
.RS 4
\fIeoTransform<\fP EOT >& __trans - EO-derived transform object including crossover and mutation operators.
.RE
.PP
.PP
Definition at line 70 of file peoSeqTransform.h.
.SH "Member Function Documentation"
.PP
.SS "template<class EOT> void \fBpeoSeqTransform\fP< EOT >::operator() (eoPop< EOT > & __pop)"
.PP
Operator for applying the specified transform operators on each individual of the given population.
.PP
\fBParameters:\fP
.RS 4
\fIeoPop<\fP EOT >& __pop - population to be transformed by applying the crossover and mutation operators.
.RE
.PP
.PP
Definition at line 75 of file peoSeqTransform.h.
.PP
References peoSeqTransform< EOT >::trans.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO from the source code.