paradiseo/trunk/paradiseo-moeo/docs/man/man3/moeoObjectiveComparator.3
liefooga 2e7e817428 update docs
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@263 331e1502-861f-0410-8da2-ba01fb791d7f
2007-04-17 15:45:01 +00:00

49 lines
1.4 KiB
Groff

.TH "moeoObjectiveComparator" 3 "17 Apr 2007" "Version 1.0.alpha" "ParadisEO-MOEO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
moeoObjectiveComparator \- Functor allowing to compare two solutions according to their first objective value, then their second, and so on.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <moeoComparator.h>\fP
.PP
Inherits \fBmoeoComparator< MOEOT >< MOEOT >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "const bool \fBoperator()\fP (const MOEOT &_moeo1, const MOEOT &_moeo2)"
.br
.RI "\fIReturns true if _moeo1 is greater than _moeo2 on the first objective, then on the second, and so on. \fP"
.in -1c
.SH "Detailed Description"
.PP
.SS "template<class MOEOT> class moeoObjectiveComparator< MOEOT >"
Functor allowing to compare two solutions according to their first objective value, then their second, and so on.
.PP
Definition at line 30 of file moeoComparator.h.
.SH "Member Function Documentation"
.PP
.SS "template<class MOEOT> const bool \fBmoeoObjectiveComparator\fP< MOEOT >::operator() (const MOEOT & _moeo1, const MOEOT & _moeo2)\fC [inline]\fP"
.PP
Returns true if _moeo1 is greater than _moeo2 on the first objective, then on the second, and so on.
.PP
\fBParameters:\fP
.RS 4
\fI_moeo1\fP the first solution
.br
\fI_moeo2\fP the second solution
.RE
.PP
.PP
Definition at line 38 of file moeoComparator.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.