1
2
3
4
5
//! Primitives for genetic programming algorithms

pub mod linear;

pub mod cartesian;