Uses of Class
org.tweetyproject.math.opt.problem.GeneralConstraintSatisfactionProblem
Packages that use GeneralConstraintSatisfactionProblem
Package
Description
-
Uses of GeneralConstraintSatisfactionProblem in org.tweetyproject.math.examples
Subclasses of GeneralConstraintSatisfactionProblem in org.tweetyproject.math.examplesModifier and TypeClassDescriptionclassThis class implements a KnapSack problemclassimplements the traveling salesman problem. -
Uses of GeneralConstraintSatisfactionProblem in org.tweetyproject.math.opt.problem
Subclasses of GeneralConstraintSatisfactionProblem in org.tweetyproject.math.opt.problemModifier and TypeClassDescriptionclassThis class implements a combinatorial optimization problemclassThis class models a general constraint satisfaction problem.classThis class models a general optimization problem. -
Uses of GeneralConstraintSatisfactionProblem in org.tweetyproject.math.opt.solver
Methods in org.tweetyproject.math.opt.solver with parameters of type GeneralConstraintSatisfactionProblemModifier and TypeMethodDescriptionApacheCommonsCMAESOptimizer.solve(GeneralConstraintSatisfactionProblem problem)ApacheCommonsNonLinearConjugateGradientOptimizer.solve(GeneralConstraintSatisfactionProblem problem)ApacheCommonsSimplex.solve(GeneralConstraintSatisfactionProblem problem)BfgsSolver.solve(GeneralConstraintSatisfactionProblem problem)CombinatoricsSolver.solve(GeneralConstraintSatisfactionProblem problem)GlpkSolver.solve(GeneralConstraintSatisfactionProblem problem)GradientDescent.solve(GeneralConstraintSatisfactionProblem constraintSatisfactionProblem)GurobiOptimizer.solve(GeneralConstraintSatisfactionProblem problem)HessianGradientDescent.solve(GeneralConstraintSatisfactionProblem problem)IteratedLocalSearchOnConstrProb.solve(GeneralConstraintSatisfactionProblem problem)LagrangeSolver.solve(GeneralConstraintSatisfactionProblem prob)LpSolve.solve(GeneralConstraintSatisfactionProblem problem)OctaveSqpSolver.solve(GeneralConstraintSatisfactionProblem problem)SimpleGeneticOptimizationSolver.solve(GeneralConstraintSatisfactionProblem problem)SimulatedAnnealingOnConstrProb.solve(GeneralConstraintSatisfactionProblem problem)Solver.solve(GeneralConstraintSatisfactionProblem problem)Computes a solution to the given constraint satisfaction or optimization problem, i.e.StochasticLocalSearchOnConstrProb.solve(GeneralConstraintSatisfactionProblem problem)TabuSearchOnConstrProb.solve(GeneralConstraintSatisfactionProblem problem)