Expand description
Provides the various algorithms used within the framework
Modules§
- nonparametric
- Non-parametric algorithm implementations
- parametric
- Parametric algorithm implementations.
Enums§
- Status
- Where a fit stands: still running, or stopped (and why).
- Stop
Reason - Why a fit stopped.
Traits§
- Algorithm
- Defines an algorithm that can fit an
EstimationProblemto produce a result. - NonParametric
Runner