henryzord / ardennes

An Estimation of Distribution Algorithm for Decision-Tree Induction.
5 stars 1 forks source link

Implement two GMs #1

Closed henryzord closed 7 years ago

henryzord commented 7 years ago

We should use two GMs in this EDA: one for initializing the population, and other for the decorrent populations.

The initial GM is currently implemented. It should be only modified to consider a increase in the probability of sampling terminal nodes as the level of the tree increases.

The other GM, for the decorrent population, is not already implemented.

henryzord commented 7 years ago

GMs were implemented in commit 716c169.