LikelihoodAscentTemplate.optimize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void optimize(bool delegate(T likelihoodValuePrev, T likelihoodValue, in T[] weightsPrev, in T[] weights) tolerance, bool delegate(T a, T b) @(nogc) nothrow findRootTolerance)
  2. void optimize(bool delegate(T likelihoodValuePrev, T likelihoodValue) tolerance, bool delegate(T a, T b) @(nogc) nothrow findRootTolerance)
    mixintemplate LikelihoodAscentTemplate(T)
    void
    optimize
    (,
    scope bool delegate
    (
    T a
    ,
    T b
    )
    @nogc nothrow
    findRootTolerance = null
    )

Meta