In the TSP, the fitness has to be minimized ... with all the needed modification (for example, moSA.h)
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@587 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
f38dde99a5
commit
1d94071693
170 changed files with 748 additions and 837 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moExponentialCoolingSchedule" 3 "2 Aug 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.TH "moExponentialCoolingSchedule" 3 "3 Aug 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -18,7 +18,7 @@ Inherits \fBmoCoolingSchedule\fP.
|
|||
.ti -1c
|
||||
.RI "\fBmoExponentialCoolingSchedule\fP (double __threshold, double __ratio)"
|
||||
.br
|
||||
.RI "\fISimple constructor. \fP"
|
||||
.RI "\fIBasic constructor. \fP"
|
||||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (double &__temp)"
|
||||
.br
|
||||
|
|
@ -47,7 +47,7 @@ Definition at line 22 of file moExponentialCoolingSchedule.h.
|
|||
.PP
|
||||
.SS "moExponentialCoolingSchedule::moExponentialCoolingSchedule (double __threshold, double __ratio)\fC [inline]\fP"
|
||||
.PP
|
||||
Simple constructor.
|
||||
Basic constructor.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue