Module fbleau::estimates::convergence[][src]

This module provides tools for verifying whether an estimate has converged.

It implements convergence heuristics based on relative/absolute convergence.

Structs

ForwardChecker

ForwardChecker should be used for checking convergence of estimates in a "forward" direction (i.e., when one training example is added each time).