henryzord / ardennes

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

Fix non-converging evolution #8

Closed henryzord closed 7 years ago

henryzord commented 7 years ago

Currently the evolutionary process presents a strange behavior:

iter: 000 mean: +0.785000 median: +0.800000 max: +1.000000 iter: 001 mean: +0.596667 median: +0.266667 max: +1.000000 iter: 002 mean: +0.596667 median: +0.266667 max: +1.000000

The mean and median accuracy should never decrease as much as they are decreasing right now.

henryzord commented 7 years ago

Fixed in ae5d2742e69653582bc41fe42961474da150d232.