Module metaheuristics_nature::utility::prelude[][src]

Expand description

A prelude module for algorithm implementation.

This module includes all items of this crate, and external items from “ndarray” and “rayon” (if parallel feature enabled).

Re-exports

pub use super::*;
pub use crate::random::*;
pub use crate::*;
pub use ndarray::s;
pub use ndarray::Array1;
pub use ndarray::Array2;
pub use ndarray::AsArray;
pub use ndarray::Axis;
pub use ndarray::Zip;