-
Notifications
You must be signed in to change notification settings - Fork 97
Convergence tests for solvers #658
Copy link
Copy link
Open
Labels
0.3Related to 0.3 releaseRelated to 0.3 releaseenhancementNew feature or requestNew feature or request
Description
Currently, there are no tests that guarantee solver convergence. Defining a benchmark and running convergence tests on a rolling basis would help ensure that solver behavior remains consistent with expectations.
Ideally, these tests would be managed via a parser file that, given specific inputs (problem, model, solver), automatically generates a Python script to be executed. A test is considered successful if the script runs without errors and the resulting trained model achieves performance above a predefined threshold.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.3Related to 0.3 releaseRelated to 0.3 releaseenhancementNew feature or requestNew feature or request