MixtureOptimizer.optimize

Performs optimization.

Parameters

tolerance bool delegate
(,
in T[] weights
)

Defines an early termination condition. Receives the current and previous versions of weights. The delegate must return true when mixture and weights are acceptable.

findRootTolerance bool delegate
(
T a
,
T b
)
@nogc nothrow

Tolerance for inner optimization.

See Also

$(STDREF numeric, findRoot) eval evaluate

Meta