This package is experimental. Expect frequent updates to the repository with breaking changes and infrequent releases.
Population-based incremental learning (PBIL).
```rust use optimal_pbil::*;
println!( "{:?}", UntilProbabilitiesConvergedConfig::default() .start(Config::startdefaultfor(16, |point| point.iter().filter(|x| **x).count())) .argmin() ); ```
License: MIT