add doc
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@397 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
d3cdc48b64
commit
b1d6dd41c0
575 changed files with 57465 additions and 0 deletions
|
|
@ -0,0 +1,49 @@
|
|||
.TH "moeoParetoObjectiveVectorComparator" 3 "26 Jun 2007" "Version 1.0" "ParadisEO-MOEO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
moeoParetoObjectiveVectorComparator \- This functor class allows to compare 2 objective vectors according to Pareto dominance.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <moeoParetoObjectiveVectorComparator.h>\fP
|
||||
.PP
|
||||
Inherits \fBmoeoObjectiveVectorComparator< ObjectiveVector >< ObjectiveVector >\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "const bool \fBoperator()\fP (const ObjectiveVector &_objectiveVector1, const ObjectiveVector &_objectiveVector2)"
|
||||
.br
|
||||
.RI "\fIReturns true if _objectiveVector1 is dominated by _objectiveVector2. \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
.SS "template<class ObjectiveVector> class moeoParetoObjectiveVectorComparator< ObjectiveVector >"
|
||||
This functor class allows to compare 2 objective vectors according to Pareto dominance.
|
||||
.PP
|
||||
Definition at line 22 of file moeoParetoObjectiveVectorComparator.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class ObjectiveVector> const bool \fBmoeoParetoObjectiveVectorComparator\fP< ObjectiveVector >::operator() (const ObjectiveVector & _objectiveVector1, const ObjectiveVector & _objectiveVector2)\fC [inline]\fP"
|
||||
.PP
|
||||
Returns true if _objectiveVector1 is dominated by _objectiveVector2.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_objectiveVector1\fP the first objective vector
|
||||
.br
|
||||
\fI_objectiveVector2\fP the second objective vector
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 31 of file moeoParetoObjectiveVectorComparator.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