Interface Result

The richer result type that can be returned by a TargetFn; use this to return arbitrary additional information back alongside the optimisation.

Hierarchy

  • Result

Properties

Properties

data: any

Any additional value returned by the target function

value: number

The value of the objective function

Generated using TypeDoc