watchmaker_vm 1.0.1

A Rust implementation of a virtual machine for use with genetic algorithms.
Documentation
1
2
3
4
5
#[derive(Clone, Debug, PartialEq)]
pub enum Mode {
    Direct,
    Indirect,
}