nilinswap / neuro-evolution

A project on improving Neural Networks performance by using Genetic Algorithms.
GNU General Public License v3.0
24 stars 5 forks source link

Genetic algo's effect being invisible #14

Closed nilinswap closed 7 years ago

nilinswap commented 7 years ago

If we remove back-propagation, (as I have removed in branch 02_wop) , GA's individual results suck!! print results are generally like [G 10] score=(0.1161, 0.1203) [these are costs] for 1 hidden nodes and It doesn't change with each generation, neither with each program execution Task is to manipulate some parameters and see where the problem is.