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

This commit is contained in:
atantar 2007-01-07 22:36:33 +00:00
commit b6f56fa4e8
486 changed files with 34787 additions and 0 deletions

View file

@ -0,0 +1,35 @@
.TH "peoNoAggEvalFunc" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
peoNoAggEvalFunc \- The \fBpeoNoAggEvalFunc\fP class does nothing more than an association between a fitness value and a specified individual.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <peoNoAggEvalFunc.h>\fP
.PP
Inherits \fBpeoAggEvalFunc< EOT >< EOT >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "void \fBoperator()\fP (EOT &__sol, const typename EOT::Fitness &__fit)"
.br
.RI "\fIOperator which sets as fitness the \fB__fit\fP value for the \fB__sol\fP individual. \fP"
.in -1c
.SH "Detailed Description"
.PP
.SS "template<class EOT> class peoNoAggEvalFunc< EOT >"
The \fBpeoNoAggEvalFunc\fP class does nothing more than an association between a fitness value and a specified individual.
The class is provided as a mean of declaring that no aggregation is required for the evaluation function - the fitness value is explicitly specified.
.PP
Definition at line 34 of file peoNoAggEvalFunc.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO from the source code.