Module convergence

Module convergence 

Source

Structs§

Convergence
ConvergenceTracker
Tracks running statistics for convergence using Welford’s online algorithm. Matches the Python implementation in goad/convergence/convergable.py exactly. Computes mean and standard error of the mean (SEM) incrementally.
ParamConvergenceTarget
A convergence target for a specific parameter.

Traits§

Convergeable
Trait for types that can be tracked for convergence. Provides operations needed for online mean/variance computation.