new Criterion()
- Description:
Specifies a criterion function to minimize.
Methods
(abstract) cost(values) → {double}
- Description:
Returns a positive value, defining the variational task, i.e. the criterion or cost to minimize.
Parameters:
| Name | Type | Description |
|---|---|---|
values |
Array.<double> | The parameter values. |
Returns:
The corresponding criterion value.
- Type
- double