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

Packages that use SANeighbourhood
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.core   
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 SANeighbourhood 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 SANeighbourhood
protected  SANeighbourhood SimulatedAnnealing.neighbourhood
           
 

Constructors in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.facade with parameters of type SANeighbourhood
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.
SimulatedAnnealing(SANeighbourhood neighbourhood, SAParameter param)
          This constructor build a simulated annealing instance without solution generator.
SimulatedAnnealing(SANeighbourhood neighbourhood, SAParameter param, SAReportGenerator reportGenerator)
           
 

Uses of SANeighbourhood in be.ac.ulg.montefiore.run.totem.repository.SAMTE.core
 

Constructors in be.ac.ulg.montefiore.run.totem.repository.SAMTE.core with parameters of type SANeighbourhood
SAMTE(java.lang.String cplName, ObjectiveFunction scf, SANeighbourhood nbh, int asId, int tmId)
           
 

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

Classes in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model that implement SANeighbourhood
 class RandomOneChangeNBH
          Creation date: 28-Feb-2005 15:45:03
 

Uses of SANeighbourhood 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 SANeighbourhood
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.