Package be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model

This package holds the model for the simulated annealing algorithm.

See:
          Description

Interface Summary
SAInitialSolutionGenerator Define a generator of initial solution
SANeighbourhood Define a neighbourhood of a solution
SAReportGenerator A report generator is used to analyse the execution of the simulated annealing.
SASolution Define the requirements of a solution needed by the simulated annealing algorithm
 

Class Summary
BasicSAReportGenerator Basic reporter that can save the SAsolution in a text file
GraphSAReportGenerator Graph SA report generator
SAParameter Contains the parameters of an instance of Simulated Annealing : T0, L, alpha, epsilon2, K2 and specify if the problem is a minisation or maximisation problem.
SAParameterGenerator This class is used to generate some parameter for a specific instance of simulated annealing.
 

Package be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model Description

This package holds the model for the simulated annealing algorithm.



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.