atmosphere ~master (2022-03-09T12:01:05.4173038)
Dub
Repo
LikelihoodAscentTemplate.optimize
atmosphere
mixture
LikelihoodAscentTemplate
Undocumented in source. Be warned that the author may not have intended to support it.
void
optimize
(bool delegate(T likelihoodValuePrev, T likelihoodValue, in T[] weightsPrev, in T[] weights) tolerance, bool delegate(T a, T b) @(nogc) nothrow findRootTolerance)
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
likelihoodValuePrev
,
T
likelihoodValue
)
tolerance
,
scope
bool
delegate
(
T
a
,
T
b
)
@
nogc
nothrow
findRootTolerance
= null
)
Meta
Source
See Implementation
atmosphere
mixture
LikelihoodAscentTemplate
functions
isFeaturesCorrect
likelihood
optimize
put