AUTHORS, index.h and moFitComparator have been updated
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@616 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4429a00f4d
commit
6c119796e0
263 changed files with 2315 additions and 1611 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moMoveSelect" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moMoveSelect" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moMoveSelect \- Class that describes a move selector (\fBmoMove\fP).
|
|||
.PP
|
||||
\fC#include <moMoveSelect.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoBF< M &, M::EOType::Fitness &, void >\fP.
|
||||
.PP
|
||||
Inherited by \fBmoBestImprSelect< M >\fP, \fBmoFirstImprSelect< M >\fP, and \fBmoRandImprSelect< M >\fP.
|
||||
.PP
|
||||
.SS "Public Types"
|
||||
|
|
@ -30,7 +32,7 @@ Inherited by \fBmoBestImprSelect< M >\fP, \fBmoFirstImprSelect< M >\fP, and \fBm
|
|||
.ti -1c
|
||||
.RI "virtual bool \fBupdate\fP (const M &__move, const \fBFitness\fP &__fit)=0"
|
||||
.br
|
||||
.RI "\fIFunction which updates the best solutions. \fP"
|
||||
.RI "\fI\fBFunction\fP which updates the best solutions. \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
|
@ -59,7 +61,7 @@ In order to know the fitness of the solution, for which the neighborhood will be
|
|||
Implemented in \fBmoBestImprSelect< M >\fP, \fBmoFirstImprSelect< M >\fP, and \fBmoRandImprSelect< M >\fP.
|
||||
.SS "template<class M> virtual bool \fBmoMoveSelect\fP< M >::update (const M & __move, const \fBFitness\fP & __fit)\fC [pure virtual]\fP"
|
||||
.PP
|
||||
Function which updates the best solutions.
|
||||
\fBFunction\fP which updates the best solutions.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
|
|
@ -79,4 +81,4 @@ Implemented in \fBmoBestImprSelect< M >\fP, and \fBmoRandImprSelect< M >\fP.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue