docs are updated (corrected more exactly)
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@287 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
9fc380c8dd
commit
20c8316125
212 changed files with 564 additions and 1285 deletions
|
|
@ -10,8 +10,6 @@ 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"
|
||||
|
|
@ -32,7 +30,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 "\fI\fBFunction\fP which updates the best solutions. \fP"
|
||||
.RI "\fIFunction which updates the best solutions. \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
|
@ -61,7 +59,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
|
||||
\fBFunction\fP which updates the best solutions.
|
||||
Function which updates the best solutions.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue