JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
double
evaluate
(
Double
[] x)
Method Details
evaluate
double
evaluate
(
Double
[] x)