Skip to main content

Module convergence

Module convergence 

Source
Expand description

Convergence validation for optimizer plugins.

Split out of validation.rs to keep every file under the project’s 2000-line limit. Holds ConvergenceTestSuite, which runs a plugin against a convex TestProblem and asserts the loss actually decreases – the one property any optimizer claiming to optimize must satisfy.

Structs§

ConvergenceTestSuite
Convergence test suite
TestProblem
Test problem for convergence testing