Reworked how probability distributions are sampled.
Added 7 algorithms that fall into the EDA category:
UMDA (Bernoulli, Binomial and Gaussian)
PBIL (Bernoulli, Binomial and Gaussian)
Cross Entropy Method
The current implementation of the Cross Entropy Method works rather bad, there might still be bugs
The documentation is way better structured. It roughly follows the structure of the scikit-learn package, listing all the available classes in a page and showing the specific documentation of each one in a different page.
Reworked how probability distributions are sampled.
Added 7 algorithms that fall into the EDA category:
The documentation is way better structured. It roughly follows the structure of the scikit-learn package, listing all the available classes in a page and showing the specific documentation of each one in a different page.