Crate multivariate_optimization

Source
Expand description

Multivariate optimization.

See module optimize for multivariate optimization. The other modules are (public) helper modules.

Re-exports§

pub use optimize::*;

Modules§

distributions
Univariate and multivariate probability distributions.
optimize
Multivariate optimization (through estimation of distribution).
splitter
Randomly assign indices to a fixed number of groups (to split work into smaller parts).
testfuncs
Test problems for optimization algorithms.
triangular
Triangular numbers and matrices.