small modification for windows compatibility

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@360 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2007-06-26 11:22:10 +00:00
commit 38f8b00568
135 changed files with 234 additions and 238 deletions

View file

@ -1,4 +1,4 @@
.TH "moSA" 3 "25 Jun 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
.TH "moSA" 3 "26 Jun 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -72,7 +72,7 @@ Simulated Annealing (SA).
Class that describes a Simulated Annealing algorithm.
.PP
Definition at line 32 of file moSA.h.
Definition at line 30 of file moSA.h.
.SH "Constructor & Destructor Documentation"
.PP
.SS "template<class M> \fBmoSA\fP< M >::\fBmoSA\fP (\fBmoRandMove\fP< M > & __move_rand, \fBmoMoveIncrEval\fP< M > & __incr_eval, \fBmoSolContinue\fP< \fBEOT\fP > & __cont, double __init_temp, \fBmoCoolingSchedule\fP & __cool_sched, \fBeoEvalFunc\fP< \fBEOT\fP > & __full_eval)\fC [inline]\fP"
@ -98,7 +98,7 @@ All the boxes used by a SA need to be given.
.PP
.PP
Definition at line 60 of file moSA.h.
Definition at line 58 of file moSA.h.
.SH "Member Function Documentation"
.PP
.SS "template<class M> bool \fBmoSA\fP< M >::operator() (\fBEOT\fP & __sol)\fC [inline, virtual]\fP"
@ -121,7 +121,7 @@ TRUE.
.PP
Implements \fBeoUF< M::EOType &, bool >\fP.
.PP
Definition at line 82 of file moSA.h.
Definition at line 80 of file moSA.h.
.PP
References moSA< M >::cont, moSA< M >::cool_sched, moSA< M >::full_eval, moSA< M >::incr_eval, moSA< M >::init_temp, moSA< M >::move_rand, and eoRng::uniform().