Uses of Class
org.tweetyproject.math.opt.problem.CombinatoricsProblem
-
Uses of CombinatoricsProblem in org.tweetyproject.math.examples
Modifier and TypeClassDescriptionclass
This class implements a KnapSack problemclass
implements the traveling salesman problem. -
Uses of CombinatoricsProblem in org.tweetyproject.math.opt.solver
Modifier and TypeMethodDescriptionstatic double[][]
AntColonyOptimization.getRepresentation
(CombinatoricsProblem prob) Return represntationAntColonyOptimization.solve
(CombinatoricsProblem prob) solves the problem and connects the config and initializes the restIteratedLocalSearch.solve
(CombinatoricsProblem prob) Solves the given combinatorics problem using the Iterated Local Search (ILS) algorithm.SimpleGeneticOptimizationSolverCombinatorics.solve
(CombinatoricsProblem prob) Returns the solution according the problem; problem has to be minimizing (which only contains variables with defined upper and lower bounds).SimulatedAnnealing.solve
(CombinatoricsProblem prob) StochasticLocalSearch.solve
(CombinatoricsProblem prob) Solves the given combinatorics problem using an iterative neighborhood search algorithm.TabuSearch.solve
(CombinatoricsProblem prob) Return the best solution encountered