3 * SeGMO, a Sequential Global Multiobjective Optimiser
5 * Created by Dario Izzo on 5/16/08.
6 * Copyright 2008 ¿dvanced Concepts Team (European Space Agency). All rights reserved.
13 #include "population.h"
16 #include "constants.h"
18 #include "GOproblem.h"
24 Population
evolve(Individual x0
, GOProblem
& problem
);
26 //This method initialise all the SA-AN algorithm parameters
27 void initASA(int niterTotInit
,
36 //This method initialise the SA-AN algorithm starting and final temperature setting deafult values for
37 //the StartStep, the niterTemp and the niterRange. Tcoeff is evaluated accordingly
38 void initASA(int niterTotInit
,