lbfgsd ~master (2020-08-03T15:01:32Z)
Dub
Repo
NumericDiffCostFunction
lbfgsd
cost
Numeric Differentation
final
class
NumericDiffCostFunction : CostFunction!(T, NInput)(
TFunc
T
size_t
NInput
) {
this
(TFunc func);
T
evaluate
(T[] x, T[] gradient);
}
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
Source
See Implementation
lbfgsd
cost
classes
AutoDiffCostFunction
CostFunction
NumericDiffCostFunction
Numeric Differentation