ga-scheduler 0.1.0

A Genetic Algorithm optimizer designed for scheduling and similar tasks
Documentation
1
2
/// In all use cases so far, NSYMS has been less than 256 so Gene fits in a u8.  If you need a bigger Gene you can redefine it here or bug me to plumb Gene through the generic type system.
pub type Gene = u8;