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

Packages that use SAInitialSolutionGenerator
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.SAMTE.model   
be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.simulatedAnnealing This package holds a GUI for the simulated annealing algorithm. 
 

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

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

Uses of SAInitialSolutionGenerator in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model
 

Classes in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model that implement SAInitialSolutionGenerator
 class RandomInitialSolutionGenerator
          Creation date: 25-Feb-2005 13:52:07
 

Uses of SAInitialSolutionGenerator in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.simulatedAnnealing
 

Constructor parameters in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.simulatedAnnealing with type arguments of type SAInitialSolutionGenerator
SAGUI(java.util.ArrayList<ObjectiveFunction> objectiveFunctionList, java.util.ArrayList<SANeighbourhood> neighborhoodList, java.util.ArrayList<SAInitialSolutionGenerator> solutionGeneratorList, UpperBoundGenerator upperBoundGenerator, SolutionDisplayer solutionDisplayer, SAParameter params)
           
 



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