misspelling errors have been corrected in some files. improvment -> improvement
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@584 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
bc6cbb56b5
commit
cba18441d6
130 changed files with 217 additions and 217 deletions
|
|
@ -24,7 +24,7 @@ Inherits \fBmoSolContinue< EOT >< EOT >\fP.
|
|||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBmoNoFitImprSolContinue\fP (unsigned int __maxNumberOfIterationWithoutImprovment, bool __maximization=true)"
|
||||
.RI "\fBmoNoFitImprSolContinue\fP (unsigned int __maxNumberOfIterationWithoutImprovement, bool __maximization=true)"
|
||||
.br
|
||||
.RI "\fIBasic constructor. \fP"
|
||||
.ti -1c
|
||||
|
|
@ -40,9 +40,9 @@ Inherits \fBmoSolContinue< EOT >< EOT >\fP.
|
|||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "unsigned int \fBmaxNumberOfIterationsWithoutImprovment\fP"
|
||||
.RI "unsigned int \fBmaxNumberOfIterationsWithoutImprovement\fP"
|
||||
.br
|
||||
.RI "\fIMaximum number of iterations without improvment allowed. \fP"
|
||||
.RI "\fIMaximum number of iterations without improvement allowed. \fP"
|
||||
.ti -1c
|
||||
.RI "bool \fBfirstFitnessSaved\fP"
|
||||
.br
|
||||
|
|
@ -66,18 +66,18 @@ Inherits \fBmoSolContinue< EOT >< EOT >\fP.
|
|||
.SS "template<class EOT> class moNoFitImprSolContinue< EOT >"
|
||||
One possible stop criterion for a solution-based heuristic.
|
||||
|
||||
The stop criterion corresponds to a maximum number of iterations without improvement.
|
||||
The stop criterion corresponds to a maximum number of iterations without improevement.
|
||||
.PP
|
||||
Definition at line 21 of file moNoFitImprSolContinue.h.
|
||||
.SH "Constructor & Destructor Documentation"
|
||||
.PP
|
||||
.SS "template<class EOT> \fBmoNoFitImprSolContinue\fP< EOT >::\fBmoNoFitImprSolContinue\fP (unsigned int __maxNumberOfIterationWithoutImprovment, bool __maximization = \fCtrue\fP)\fC [inline]\fP"
|
||||
.SS "template<class EOT> \fBmoNoFitImprSolContinue\fP< EOT >::\fBmoNoFitImprSolContinue\fP (unsigned int __maxNumberOfIterationWithoutImprovement, bool __maximization = \fCtrue\fP)\fC [inline]\fP"
|
||||
.PP
|
||||
Basic constructor.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI__maxNumberOfIterationWithoutImprovment\fP The number of iterations without fitness improvment to reach for stop.
|
||||
\fI__maxNumberOfIterationWithoutImprovement\fP The number of iterations without fitness improvement to reach for stop.
|
||||
.br
|
||||
\fI__maximization\fP Indicate if the the aim is to maximize or minimize the fitness.
|
||||
.RE
|
||||
|
|
@ -109,7 +109,7 @@ Implements \fBeoUF< const EOT &, bool >\fP.
|
|||
.PP
|
||||
Definition at line 45 of file moNoFitImprSolContinue.h.
|
||||
.PP
|
||||
References moNoFitImprSolContinue< EOT >::counter, moNoFitImprSolContinue< EOT >::firstFitnessSaved, moNoFitImprSolContinue< EOT >::fitness, moNoFitImprSolContinue< EOT >::maximization, and moNoFitImprSolContinue< EOT >::maxNumberOfIterationsWithoutImprovment.
|
||||
References moNoFitImprSolContinue< EOT >::counter, moNoFitImprSolContinue< EOT >::firstFitnessSaved, moNoFitImprSolContinue< EOT >::fitness, moNoFitImprSolContinue< EOT >::maximization, and moNoFitImprSolContinue< EOT >::maxNumberOfIterationsWithoutImprovement.
|
||||
.SH "Member Data Documentation"
|
||||
.PP
|
||||
.SS "template<class EOT> bool \fBmoNoFitImprSolContinue\fP< EOT >::\fBmaximization\fP\fC [private]\fP"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue