yaricom / goNEAT

The GOLang implementation of NeuroEvolution of Augmented Topologies (NEAT) method to evolve and train Artificial Neural Networks without error back propagation
MIT License
75 stars 19 forks source link

Adjusted efficiency score estimation to use normalized scaled fitness score #20

Closed yaricom closed 4 years ago

yaricom commented 4 years ago

Adjusted efficiency score estimation to use normalized scaled fitness score, rather than raw average fitness score. With normalization and scaling it becomes possible to compare efficiency of algorithm not only within one problem, but also among several problems.