Class SimpleGeneticOptimizationSolver

java.lang.Object
org.tweetyproject.math.opt.solver.Solver
org.tweetyproject.math.opt.solver.SimpleGeneticOptimizationSolver

public class SimpleGeneticOptimizationSolver extends Solver
This class implements a simple genetic optimization algorithm for solving optimization problems with box or equality constraints on float variables. Note that equality constraints are encoded in the target function!
Author:
Matthias Thimm