#优化 #智能体 #进化 #emas

emas_rs

Rust-based EMAS优化算法

1 个不稳定版本

0.1.1 2022年12月28日
0.1.0 2022年12月28日

#1500 in 算法

MIT/Apache

45KB
1K SLoC

emas

进化多智能体系统函数优化方法实现。

使用方法

let solution = SystemBuilder::new(conf_functions::predefined::rastrigin::<10>())
    .build(thread_rng())
    .run();

println!("Fitness: {}", conf_functions::fitness::rastrigin_fitness::rastrigin(&solution));

更详细的配置示例位于 examples 文件夹中。

依赖项

~4.5MB
~79K SLoC