henryzord / ardennes

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

Preserve threshold for nodes #11

Closed henryzord closed 7 years ago

henryzord commented 8 years ago

Preserve thresholds for nodes in given positions, given that the parents are the same across different samplings.

For example:

If in generation g_0 the threshold for node n_2 is already calculated for attribute a_2, given that its parents are nodes n_0 and n_1 with attributes n_0 and n_1, then this threshold doesn't need to be calculated again if this configuration repeats for any other generation.

henryzord commented 7 years ago

Implemented in ea09025ee34f286deca6ee9229a2b5478707e089.