Interface SQPoptimizer.ObjectiveFunc

Enclosing class:
SQPoptimizer

public static interface SQPoptimizer.ObjectiveFunc
Functional interface for the objective function.
Version:
1.0
Author:
NeqSim
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    evaluate(double[] x)
    Evaluate the objective function.
  • Method Details

    • evaluate

      double evaluate(double[] x)
      Evaluate the objective function.
      Parameters:
      x - decision variable vector
      Returns:
      objective function value