Skip to content

Commit

Permalink
Mention egobox in docs and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Jan 20, 2023
1 parent 058cf76 commit 9a6e14e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ argmin is designed to simplify the implementation of optimization algorithms and
- Simulated Annealing
- Particle Swarm Optimization

### External solvers compatible with argmin

External solvers which implement the `Solver` trait are compatible with argmins `Executor`,
and as such can leverage features like checkpointing and observers.

- [egobox](https://crates.io/crates/egobox-ego)


## License

Expand Down
7 changes: 7 additions & 0 deletions argmin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
//!
//! - [Particle Swarm Optimization](`crate::solver::particleswarm::ParticleSwarm`)
//!
//! ## External solvers compatible with argmin
//!
//! External solvers which implement the `Solver` trait are compatible with argmins `Executor`,
//! and as such can leverage features like checkpointing and observers.
//!
//! - [egobox](https://crates.io/crates/egobox-ego)
//!
//! # License
//!
//! Licensed under either of
Expand Down

0 comments on commit 9a6e14e

Please sign in to comment.