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

Packages that use ObjectiveFunction
be.ac.ulg.montefiore.run.totem.repository.genericheuristics.model This package holds classes for the model of the genericheuristics package. 
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 ObjectiveFunction in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.model
 

Methods in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.model that return ObjectiveFunction
 ObjectiveFunction HeuristicSolution.getObjectiveFunction()
          Get the objective function
 

Uses of ObjectiveFunction 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 ObjectiveFunction
protected  ObjectiveFunction SimulatedAnnealing.scf
           
 

Constructors in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.facade with parameters of type ObjectiveFunction
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 ObjectiveFunction in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model
 

Methods in be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model with parameters of type ObjectiveFunction
 SASolution SAInitialSolutionGenerator.generate(ObjectiveFunction fct)
          generate an initial solution
 

Uses of ObjectiveFunction 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 ObjectiveFunction
SAMTE(java.lang.String cplName, ObjectiveFunction scf, int tmId)
           
SAMTE(java.lang.String cplName, ObjectiveFunction scf, SANeighbourhood nbh, int asId, int tmId)
           
 

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

Classes in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model that implement ObjectiveFunction
 class SAMTELoadBalancingLimitationOF
          Creation date: 25-Feb-2005 12:23:46
 class SAMTELoadBalancingOF
          Creation date: 25-Feb-2005 12:23:46
 class SAMTEMaxLoadOF
          Creation date: 25-Feb-2005 12:23:46
 

Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model that return ObjectiveFunction
 ObjectiveFunction SAMTESolution.getObjectiveFunction()
          Get the objective function
 

Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model with parameters of type ObjectiveFunction
 SASolution RandomInitialSolutionGenerator.generate(ObjectiveFunction fct)
          generate an initial solution
 

Constructors in be.ac.ulg.montefiore.run.totem.repository.SAMTE.model with parameters of type ObjectiveFunction
SAMTEParametersAnalyser(ObjectiveFunction scf)
           
SAMTESolution(ObjectiveFunction of, TrafficMatrix tm, SimplifiedDomain sDomain)
           
 

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

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

Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.simulation with parameters of type ObjectiveFunction
 void ReoptSimulation.setFct(ObjectiveFunction fct)
           
 

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