A B C D E F G H I L M P R S T V

G

getBestSolutionValue() - Method in class AbstractClasses.HyperHeuristic
Gets the best solution found before the time limit expires.
getBestSolutionValue() - Method in class AbstractClasses.ProblemDomain
Returns the objective function value of the best solution found so far by the HyperHeuristic.
getBestSolutionValue() - Method in class BinPacking.BinPacking
 
getBestSolutionValue() - Method in class FlowShop.FlowShop
 
getBestSolutionValue() - Method in class PersonnelScheduling.PersonnelScheduling
 
getBestSolutionValue() - Method in class SAT.SAT
 
getDepthOfSearch() - Method in class AbstractClasses.ProblemDomain
Gets the current value of the "depth of search" parameter.
getElapsedTime() - Method in class AbstractClasses.HyperHeuristic
Returns the elapsed time since the hyper-heuristic began the search process.
getFitnessTrace() - Method in class AbstractClasses.HyperHeuristic
Gets an array of the fitness of the best initial solution and the fitness of the best solutions found at 100 checkpoints through the search.
getFunctionValue(int) - Method in class AbstractClasses.ProblemDomain
Gets the objective function value of the solution at index solutionIndex
getFunctionValue(int) - Method in class BinPacking.BinPacking
 
getFunctionValue(int) - Method in class FlowShop.FlowShop
 
getFunctionValue(int) - Method in class PersonnelScheduling.PersonnelScheduling
 
getFunctionValue(int) - Method in class SAT.SAT
 
getHeuristicCallRecord() - Method in class AbstractClasses.ProblemDomain
Shows how many times each low level heuristic has been called.
getheuristicCallTimeRecord() - Method in class AbstractClasses.ProblemDomain
Shows the total time that each low level heuristic has been operating on the problem.
getHeuristicsOfType(ProblemDomain.HeuristicType) - Method in class AbstractClasses.ProblemDomain
Gets an array of heuristicIDs of the type specified by heuristicType.
getHeuristicsOfType(ProblemDomain.HeuristicType) - Method in class BinPacking.BinPacking
 
getHeuristicsOfType(ProblemDomain.HeuristicType) - Method in class FlowShop.FlowShop
 
getHeuristicsOfType(ProblemDomain.HeuristicType) - Method in class PersonnelScheduling.PersonnelScheduling
 
getHeuristicsOfType(ProblemDomain.HeuristicType) - Method in class SAT.SAT
 
getHeuristicsThatUseDepthOfSearch() - Method in class AbstractClasses.ProblemDomain
Gets an array of heuristicIDs that use the depthOfSearch parameter
getHeuristicsThatUseDepthOfSearch() - Method in class BinPacking.BinPacking
 
getHeuristicsThatUseDepthOfSearch() - Method in class FlowShop.FlowShop
 
getHeuristicsThatUseDepthOfSearch() - Method in class PersonnelScheduling.PersonnelScheduling
 
getHeuristicsThatUseDepthOfSearch() - Method in class SAT.SAT
 
getHeuristicsThatUseIntensityOfMutation() - Method in class AbstractClasses.ProblemDomain
Gets an array of heuristicIDs that use the intensityOfMutation parameter
getHeuristicsThatUseIntensityOfMutation() - Method in class BinPacking.BinPacking
 
getHeuristicsThatUseIntensityOfMutation() - Method in class FlowShop.FlowShop
 
getHeuristicsThatUseIntensityOfMutation() - Method in class PersonnelScheduling.PersonnelScheduling
 
getHeuristicsThatUseIntensityOfMutation() - Method in class SAT.SAT
 
getIntensityOfMutation() - Method in class AbstractClasses.ProblemDomain
Gets the current intensity of mutation parameter.
getNumberOfHeuristics() - Method in class AbstractClasses.ProblemDomain
Gets the number of heuristics available in this problem domain
getNumberOfHeuristics() - Method in class BinPacking.BinPacking
 
getNumberOfHeuristics() - Method in class FlowShop.FlowShop
 
getNumberOfHeuristics() - Method in class PersonnelScheduling.PersonnelScheduling
 
getNumberOfHeuristics() - Method in class SAT.SAT
 
getNumberOfInstances() - Method in class AbstractClasses.ProblemDomain
Gets the number of instances available in this problem domain
getNumberOfInstances() - Method in class BinPacking.BinPacking
 
getNumberOfInstances() - Method in class FlowShop.FlowShop
 
getNumberOfInstances() - Method in class PersonnelScheduling.PersonnelScheduling
 
getNumberOfInstances() - Method in class SAT.SAT
 
getProblemData(String) - Method in class FlowShop.FlowShop
 
getTimeLimit() - Method in class AbstractClasses.HyperHeuristic
Returns the time limit in milliseconds (CPU time).

A B C D E F G H I L M P R S T V