git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@166 331e1502-861f-0410-8da2-ba01fb791d7f
55 lines
1,012 B
Groff
55 lines
1,012 B
Groff
.TH "moeoBinaryQualityIndicator::Range" 3 "16 Jan 2007" "Version 0.1" "ParadisEO-MOEO" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
moeoBinaryQualityIndicator::Range \- Private class to represent the bounds.
|
|
|
|
.PP
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include <moeoBinaryQualityIndicator.h>\fP
|
|
.PP
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBRange\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "\fBRange\fP (const double _min, const double _max)"
|
|
.br
|
|
.ti -1c
|
|
.RI "double \fBminimum\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "double \fBmaximum\fP ()"
|
|
.br
|
|
.ti -1c
|
|
.RI "double \fBrange\fP ()"
|
|
.br
|
|
.in -1c
|
|
.SS "Private Attributes"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "double \fBmin\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "double \fBmax\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "double \fBr\fP"
|
|
.br
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
|
|
.SS "template<class EOFitness> class moeoBinaryQualityIndicator< EOFitness >::Range"
|
|
Private class to represent the bounds.
|
|
.PP
|
|
Definition at line 62 of file moeoBinaryQualityIndicator.h.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
|