Open Issues Need Help
View All on GitHubAI Summary: Implement and present benchmarks comparing the performance of the Rust optimization solvers in this project against other existing crates. The benchmarks should be organized in a matrix format (problem x solver) within the README, along with a table comparing solver support across different crates.
Composable numerical solvers for unconstrained and simple-bounds constrained convex optimization problems in Rust
AI Summary: Add comprehensive tests to each numerical solver within the Rust optimization library, including line search methods. This ensures the correctness and reliability of the implemented algorithms.
Composable numerical solvers for unconstrained and simple-bounds constrained convex optimization problems in Rust
AI Summary: The task is to add a code example for each optimization solver implemented in the Rust-based optimization library. Each example should demonstrate the solver's usage and functionality.
Composable numerical solvers for unconstrained and simple-bounds constrained convex optimization problems in Rust