1个不稳定版本
使用旧Rust 2015
0.1.0 | 2016年3月16日 |
---|
#15 在 #宇宙
8KB
154 行
calco-rs
Rust中的泛型遗传库
lib.rs
:
https://zh.wikipedia.org/wiki/遗传算法
示例
您可以显式创建一个 Universe<T>
的进度循环
use calco::Universe;
// TO DO !!!
// let world: Universe<i32> = Universe::from_pop(config, [600, -2000, 42]);
或者您可以使用已实现的版本
use calco::Universe;
// TO DO !!!
// let world: Universe<i32> = Universe::from_pop(config, [600, -2000, 42]);
依赖项
~330–560KB