SimpleSolver

L-BFGS Solver

Constructors

this
this(Options options)
Undocumented in source.

Members

Aliases

Cost
alias Cost = CostFunction!(T, NInput)
Undocumented in source.
Options
alias Options = SolverOptions!T
Undocumented in source.
Result
alias Result = SolverResult!T
Undocumented in source.

Functions

options
Options options()
Undocumented in source. Be warned that the author may not have intended to support it.
setAutoDiffCost
void setAutoDiffCost(TFunc fn)
Undocumented in source. Be warned that the author may not have intended to support it.
setCostFunction
void setCostFunction(Cost cost)
Undocumented in source. Be warned that the author may not have intended to support it.
setNumericDiffCost
void setNumericDiffCost(TFunc fn)
Undocumented in source. Be warned that the author may not have intended to support it.
solve
Result solve(T[] x)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta