Uses of Class
be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model.SAParameter

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

Uses of SAParameter 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 SAParameter
protected  SAParameter SimulatedAnnealing.param
           
 

Methods in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.facade with parameters of type SAParameter
 SASolution SimulatedAnnealing.solve(SAParameter param)
           
 

Constructors in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.facade with parameters of type SAParameter
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 SAParameter 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 SAParameter
 SAParameter SAParameterGenerator.generateParameter(SimulatedAnnealing simulatedAnnealing)
           
 

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

Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.core with parameters of type SAParameter
 java.util.List<Lsp> SAMTE.execute(int nbLsp, int nbSimulation, SAParameter params)
           
 

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

Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model that return SAParameter
 SAParameter SAMTEParametersAnalyser.Solution.getParam()
           
 

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

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

Uses of SAParameter in be.ac.ulg.montefiore.run.totem.repository.SAMTE.simulation
 

Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.simulation that return SAParameter
 SAParameter ReoptSimulation.getParams()
           
 

Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.simulation with parameters of type SAParameter
 void ReoptSimulation.setParams(SAParameter params)
           
 

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

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.simulatedAnnealing with parameters of type SAParameter
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.