Workflow Status

This package is experimental. Expect frequent updates to the repository with breaking changes and infrequent releases.

optimal-pbil

Population-based incremental learning (PBIL).

Examples

```rust use optimal_pbil::*;

println!( "{:?}", UntilProbabilitiesConvergedConfig::default() .start(Config::startdefaultfor(16, |point| point.iter().filter(|x| **x).count())) .argmin() ); ```

License: MIT