Skip to content

Commit

Permalink
feat!: remove population module
Browse files Browse the repository at this point in the history
  • Loading branch information
pnevyk committed Nov 12, 2023
1 parent 248ae29 commit ee77ba3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 630 deletions.
3 changes: 1 addition & 2 deletions src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
//!
//! Algorithms *developers* are interested in implementing the [`Solver`] trait
//! (or possibly the [`Optimizer`] trait too) and using extension traits (e.g.,
//! [`VectorDomainExt`]) as well as tools in [derivatives](crate::derivatives)
//! or [population](crate::population) modules.
//! [`VectorDomainExt`]) as well as tools in [derivatives](crate::derivatives).
mod base;
mod domain;
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@
pub mod analysis;
pub mod core;
pub mod derivatives;
pub mod population;
pub mod solver;
pub mod testing;

Expand Down
Loading

0 comments on commit ee77ba3

Please sign in to comment.