optimal-pbil 0.0.0

Implementation of population-based incremental learning (PBIL)
Documentation

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

use optimal_pbil::*;

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

License: MIT