Class OctaveSqpSolver

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

public class OctaveSqpSolver extends Solver
Provides a bridge to the Octave (http://www.gnu.org/software/octave/) optimization solver "sqp" which implements a successive quadratic programming solver for general non-linear optimization problems. Version used is 5.2.0
Author:
Matthias Thimm
  • Constructor Details

    • OctaveSqpSolver

      public OctaveSqpSolver()
      Default constructor. If "octave" is not in the PATH, it must be set using the static method "setPathToOctave"
  • Method Details