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§
- Convergence
Test Suite - Convergence test suite
- Test
Problem - Test problem for convergence testing