Package jline.lib.m3a

Interface M3aUtils.ObjectiveFunction

Enclosing class:
M3aUtils

public static interface M3aUtils.ObjectiveFunction
Functional interface for objective functions used by COBYLA.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
  • Method Details

    • evaluate

      double evaluate(Double[] x)