doc up-to-date
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@558 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
1d2c54cadf
commit
f58813fd6e
591 changed files with 58771 additions and 0 deletions
93
trunk/paradiseo-moeo/doc/man/man3/moeoDistance.3
Normal file
93
trunk/paradiseo-moeo/doc/man/man3/moeoDistance.3
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
.TH "moeoDistance" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
moeoDistance \- The base class for distance computation.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <moeoDistance.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoBF< A1, A2, R >< const const MOEOT &, MOEOT &, Type >\fP.
|
||||
.PP
|
||||
Inherited by \fBmoeoNormalizedDistance< MOEOT, Type >\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "virtual void \fBsetup\fP (const \fBeoPop\fP< MOEOT > &_pop)"
|
||||
.br
|
||||
.RI "\fINothing to do. \fP"
|
||||
.ti -1c
|
||||
.RI "virtual void \fBsetup\fP (double _min, double _max, unsigned int _obj)"
|
||||
.br
|
||||
.RI "\fINothing to do. \fP"
|
||||
.ti -1c
|
||||
.RI "virtual void \fBsetup\fP (\fBeoRealInterval\fP _realInterval, unsigned int _obj)"
|
||||
.br
|
||||
.RI "\fINothing to do. \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
.SS "template<class MOEOT, class Type> class moeoDistance< MOEOT, Type >"
|
||||
The base class for distance computation.
|
||||
.PP
|
||||
Definition at line 22 of file moeoDistance.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class MOEOT, class Type> virtual void \fBmoeoDistance\fP< MOEOT, Type >::setup (const \fBeoPop\fP< MOEOT > & _pop)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Nothing to do.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_pop\fP the population
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Reimplemented in \fBmoeoNormalizedDistance< MOEOT, Type >\fP, and \fBmoeoNormalizedDistance< MOEOT >\fP.
|
||||
.PP
|
||||
Definition at line 30 of file moeoDistance.h.
|
||||
.SS "template<class MOEOT, class Type> virtual void \fBmoeoDistance\fP< MOEOT, Type >::setup (double _min, double _max, unsigned int _obj)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Nothing to do.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_min\fP lower bound
|
||||
.br
|
||||
\fI_max\fP upper bound
|
||||
.br
|
||||
\fI_obj\fP the objective index
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Reimplemented in \fBmoeoNormalizedDistance< MOEOT, Type >\fP, and \fBmoeoNormalizedDistance< MOEOT >\fP.
|
||||
.PP
|
||||
Definition at line 40 of file moeoDistance.h.
|
||||
.SS "template<class MOEOT, class Type> virtual void \fBmoeoDistance\fP< MOEOT, Type >::setup (\fBeoRealInterval\fP _realInterval, unsigned int _obj)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Nothing to do.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_realInterval\fP the \fBeoRealInterval\fP object
|
||||
.br
|
||||
\fI_obj\fP the objective index
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Reimplemented in \fBmoeoNormalizedDistance< MOEOT, Type >\fP, and \fBmoeoNormalizedDistance< MOEOT >\fP.
|
||||
.PP
|
||||
Definition at line 49 of file moeoDistance.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue