paradiseo/trunk/paradiseo-moeo/docs/man/man3/eoBinaryQualityIndicator.3
liefooga b0351ae298 doc update
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@157 331e1502-861f-0410-8da2-ba01fb791d7f
2007-01-15 14:01:11 +00:00

81 lines
2.2 KiB
Groff

.TH "eoBinaryQualityIndicator" 3 "22 Dec 2006" "Version 0.1" "ParadisEO-MOEO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
eoBinaryQualityIndicator \- Functor Binary quality indicator Binary performance measure to use in the replacement selection process of IBEA (Indicator-Based Evolutionary Algorithm) Of course, EOFitness needs to be an \fBeoParetoFitness\fP object.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <eoBinaryQualityIndicator.h>\fP
.PP
Inherits \fBeoBF< const EOFitness &, const EOFitness &, double >\fP.
.PP
Inherited by \fBeoAdditiveBinaryEpsilonIndicator< EOFitness >\fP, and \fBeoBinaryHypervolumeIndicator< EOFitness >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBeoBinaryQualityIndicator\fP ()"
.br
.RI "\fIconstructor \fP"
.ti -1c
.RI "void \fBsetBounds\fP (const unsigned _iObj, const double _min, const double _max)"
.br
.RI "\fIset the bounds for objective _iObj \fP"
.in -1c
.SS "Protected Attributes"
.in +1c
.ti -1c
.RI "std::vector< \fBRange\fP > \fBbounds\fP"
.br
.RI "\fIrange (min and max double value) for each objective \fP"
.in -1c
.SS "Private Types"
.in +1c
.ti -1c
.RI "typedef EOFitness::fitness_traits \fBtraits\fP"
.br
.RI "\fIfitness traits \fP"
.in -1c
.SS "Classes"
.in +1c
.ti -1c
.RI "class \fBRange\fP"
.br
.RI "\fIPrivate class to represent the bounds. \fP"
.in -1c
.SH "Detailed Description"
.PP
.SS "template<class EOFitness> class eoBinaryQualityIndicator< EOFitness >"
Functor Binary quality indicator Binary performance measure to use in the replacement selection process of IBEA (Indicator-Based Evolutionary Algorithm) Of course, EOFitness needs to be an \fBeoParetoFitness\fP object.
.PP
Definition at line 39 of file eoBinaryQualityIndicator.h.
.SH "Member Function Documentation"
.PP
.SS "template<class EOFitness> void \fBeoBinaryQualityIndicator\fP< EOFitness >::setBounds (const unsigned _iObj, const double _min, const double _max)\fC [inline]\fP"
.PP
set the bounds for objective _iObj
.PP
\fBParameters:\fP
.RS 4
\fIunsigned\fP _iObj the index of the objective
.br
\fIdouble\fP _min the minimum value
.br
\fIdouble\fP _max the maximum value
.RE
.PP
.PP
Definition at line 62 of file eoBinaryQualityIndicator.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.