[mlpack-git] [mlpack/mlpack] NEAT algorithm (#752)

Marcus Edel notifications at github.com
Thu Aug 18 09:21:33 EDT 2016


> +#include "genome.hpp"
> +#include "species.hpp"
> +#include "population.hpp"
> +#include "tasks.hpp"
> +#include "parameters.hpp"
> +
> +namespace mlpack {
> +namespace ne {
> +
> +struct LinkInnovation {
> +  int fromNeuronId;
> +  int toNeuronId;
> +  int newLinkInnovId;
> +};
> +
> +struct NeuronInnovation {

Can you add a comment that describes why this struct is useful.

-- 
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/752/files/10b99ab5c6e8d2836d231fa60a898cc03f7d9192#r75305966
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160818/35b8c772/attachment.html>


More information about the mlpack-git mailing list