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

Packages that use SASolution
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. 
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. 
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.SAMTE   
 

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

Methods in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.facade that return SASolution
 SASolution SimulatedAnnealing.solve()
          This method will return the solution of the simulated Annealing MetaHeuristic.
 SASolution SimulatedAnnealing.solve(SAParameter param)
           
 SASolution SimulatedAnnealing.solve(SASolution initialSolution)
          This method will return the solution of the simulated Annealing MetaHeuristic.
 

Methods in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.facade with parameters of type SASolution
 SASolution SimulatedAnnealing.solve(SASolution initialSolution)
          This method will return the solution of the simulated Annealing MetaHeuristic.
 

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

Methods in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model that return SASolution
 SASolution SAInitialSolutionGenerator.generate(ObjectiveFunction fct)
          generate an initial solution
 

Methods in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model with parameters of type SASolution
 void SANeighbourhood.computeNeighbour(SASolution solution)
          Generate a neighbour of the solution given in argument and modify the given solution.
 void SANeighbourhood.returnToPreviousSolution(SASolution solution)
          Return to the previous solution.
 

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

Classes in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model that implement SASolution
 class SAMTESolution
          Creation date: 25-Feb-2005 12:20:23
 

Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model that return SASolution
 SASolution RandomInitialSolutionGenerator.generate(ObjectiveFunction fct)
          generate an initial solution
 SASolution SAMTEParametersAnalyser.Solution.getSol()
           
 

Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model with parameters of type SASolution
 void SAMTEParametersAnalyser.AnalyseReport.addSolution(SASolution sol, SAParameter param, double meanCost, double minCost, long meanTime)
           
 void RandomOneChangeNBH.computeNeighbour(SASolution solution)
          Generate a neighbour of the solution given in argument and modify the given solution.
 void RandomOneChangeNBH.returnToPreviousSolution(SASolution solution)
          Return to the previous solution.
 void SAMTEParametersAnalyser.Solution.setSol(SASolution sol)
           
 

Constructors in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model with parameters of type SASolution
SAMTEParametersAnalyser.Solution(SASolution sol, SAParameter param, double meanCost, double minCost, long meanTime)
           
 

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

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.simulatedAnnealing with parameters of type SASolution
 void SolutionDisplayer.display(SASolution solution)
           
 

Uses of SASolution in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.SAMTE
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.SAMTE with parameters of type SASolution
 void SAMTESolutionDisplayer.display(SASolution solution)
           
 



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