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

Marcus Edel notifications at github.com
Mon Jul 18 05:43:59 EDT 2016


>      CullSpeciesToOne(aPopulation);  // NOTICE: I found that this makes XOR test converges fast.
>  
> -    //DEBUGGING!!!!!!!!!
> -    printf("after, species sizes are: ");
> -    for (ssize_t s=0; s<aPopulation.aSpecies.size(); ++s) {
> -      std::cout<< aPopulation.aSpecies[s].aGenomes.size() << "  ";
> -    }
> -    printf("\n");
> -    //DEBUGGING!!!!!!!!!
> -
>      // Random choose species and breed child until reach population size.
>      childGenomes.push_back(lastBestGenome);

ah, right I thought the lastBestGenome is a reference but it's a copy, so it does exist.

---
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/fc982b9406838eb9697000481e816165702e8ba9..66b0f4171ab0c6810cf3058e653e48d18c4913be#r71121576
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160718/bdf3c357/attachment.html>


More information about the mlpack-git mailing list