oxigen icon indicating copy to clipboard operation
oxigen copied to clipboard

Fast, parallel, extensible and adaptable genetic algorithms framework written in Rust

Results 2 oxigen issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** My use case involves very large numbers whose precision I'd like to maintain. Casting my `BigInt` type to an `f64`...

The Genotype iter and into_iter methods should return a Type that implements the Iterator and IntoIterator traits and not the specific implementation of these traits for slices. This would improve...