SirBob01 / NEAT-Python

Genetic learning algorithm implementation for simulations, games, or general machine learning problems
BSD 3-Clause "New" or "Revised" License
47 stars 10 forks source link

Delta is not calculated correctly! #9

Open umair-nasir14 opened 2 years ago

umair-nasir14 commented 2 years ago

Delta requires lengths of excess and disjoint gene where historical marking comes into use. As historical marking is not implemented the delta is not correctly calculated and so another formula is being used. I believe we only have to increment marking when a structural mutation happens.