[mlpack-git] [mlpack/mlpack] Neural evolution algorithms implementation (CNE, NEAT, HyperNEAT) (#686)

Marcus Edel notifications at github.com
Wed Aug 3 16:25:09 EDT 2016


> +      
> +      // If passed 100000 step testing, continue with generalization testing.
> +      if (score > 99999) {
> +        int balanced = GeneralizationTest(genome);
> +
> +        if (balanced > 200) {
> +          fitness = 100000;
> +        }
> +      }
> +    }
> +
> +    if (fitness == 100000) {
> +      success = true;
> +    }
> +
> +    fitness = -fitness;

I think we should normalize the fitness, as done in the other tasks.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/686/files/24f9baf76c4a77f935622635a3540920b1261ea1#r73413649
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160803/741c3902/attachment.html>


More information about the mlpack-git mailing list