git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@397 331e1502-861f-0410-8da2-ba01fb791d7f
57 lines
1.4 KiB
Groff
57 lines
1.4 KiB
Groff
.TH "moeoEnvironmentalReplacement::Cmp" 3 "26 Jun 2007" "Version 1.0" "ParadisEO-MOEO" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
moeoEnvironmentalReplacement::Cmp \- this object is used to compare solutions in order to sort the population
|
|
|
|
.PP
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include <moeoEnvironmentalReplacement.h>\fP
|
|
.PP
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBCmp\fP (\fBmoeoComparator\fP< MOEOT > &_comp)"
|
|
.br
|
|
.RI "\fICtor. \fP"
|
|
.ti -1c
|
|
.RI "bool \fBoperator()\fP (const MOEOT &_moeo1, const MOEOT &_moeo2)"
|
|
.br
|
|
.RI "\fIReturns true if _moeo1 is greater than _moeo2 according to the comparator _moeo1 the first individual _moeo2 the first individual. \fP"
|
|
.in -1c
|
|
.SS "Private Attributes"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBmoeoComparator\fP< MOEOT > & \fBcomp\fP"
|
|
.br
|
|
.RI "\fIthe comparator \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
|
|
.SS "template<class MOEOT> class moeoEnvironmentalReplacement< MOEOT >::Cmp"
|
|
this object is used to compare solutions in order to sort the population
|
|
.PP
|
|
Definition at line 121 of file moeoEnvironmentalReplacement.h.
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "template<class MOEOT> \fBmoeoEnvironmentalReplacement\fP< MOEOT >::Cmp::Cmp (\fBmoeoComparator\fP< MOEOT > & _comp)\fC [inline]\fP"
|
|
.PP
|
|
Ctor.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fI_comp\fP the comparator
|
|
.RE
|
|
.PP
|
|
|
|
.PP
|
|
Definition at line 128 of file moeoEnvironmentalReplacement.h.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
|