Uses of Interface
be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model.SAReportGenerator

Packages that use SAReportGenerator
be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.facade This package holds an implementation of the simulated annealing algorithm. 
be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model This package holds the model for the simulated annealing algorithm. 
 

Uses of SAReportGenerator in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.facade
 

Fields in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.facade declared as SAReportGenerator
protected  SAReportGenerator SimulatedAnnealing.reportGenerator
           
 

Constructors in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.facade with parameters of type SAReportGenerator
SimulatedAnnealing(SANeighbourhood neighbourhood, SAInitialSolutionGenerator solutionGenerator, ObjectiveFunction scf, SAParameter param, SAReportGenerator reportGenerator)
          This constructor build a simulated annealing instance with the specified parameters.
SimulatedAnnealing(SANeighbourhood neighbourhood, SAParameter param, SAReportGenerator reportGenerator)
           
 

Uses of SAReportGenerator in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model
 

Classes in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model that implement SAReportGenerator
 class BasicSAReportGenerator
          Basic reporter that can save the SAsolution in a text file
 class GraphSAReportGenerator
          Graph SA report generator
 



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