Package jline.lib.m3a

Interface M3aUtils.ConstraintFunction

Enclosing class:
M3aUtils

public static interface M3aUtils.ConstraintFunction
Functional interface for constraint functions used by COBYLA.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
  • Method Details

    • evaluate

      double evaluate(Double[] x)