AutoDiffCostFunction

Automatic Differentation

final
class AutoDiffCostFunction : CostFunction!(T, NInput)(
TFunc
T
size_t NInput
) {}

Constructors

this
this(TFunc func)
Undocumented in source.

Members

Functions

evaluate
T evaluate(T[] x, T[] gradient)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta