Uses of Class
org.tweetyproject.math.opt.problem.CombinatoricsProblem
Packages that use CombinatoricsProblem
-
Uses of CombinatoricsProblem in org.tweetyproject.math.examples
Subclasses of CombinatoricsProblem in org.tweetyproject.math.examplesModifier and TypeClassDescriptionclassThis class implements a KnapSack problemclassimplements the traveling salesman problem. -
Uses of CombinatoricsProblem in org.tweetyproject.math.opt.solver
Methods in org.tweetyproject.math.opt.solver with parameters of type CombinatoricsProblemModifier 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) Solves the given combinatorics problem using simulated annealing.StochasticLocalSearch.solve(CombinatoricsProblem prob) Solves the given combinatorics problem using an iterative neighborhood search algorithm.TabuSearch.solve(CombinatoricsProblem prob) Return the best solution encounteredConstructors in org.tweetyproject.math.opt.solver with parameters of type CombinatoricsProblem