[mlpack-git] [mlpack/mlpack] CNE algorithm (#753)

Marcus Edel notifications at github.com
Mon Aug 29 17:55:46 EDT 2016


> +  linkGenes.push_back(link2);
> +  linkGenes.push_back(link3);
> +  linkGenes.push_back(link4);
> +  linkGenes.push_back(link5);
> +  linkGenes.push_back(link6);
> +  linkGenes.push_back(link7);
> +
> +  Genome seedGenome = Genome(0, 
> +                             neuronGenes,
> +                             linkGenes,
> +                             numInput,
> +                             numOutput,
> +                             fitness);
> +
> +  // Test seed genome.
> +  std::vector<std::vector<double>> inputs;  // TODO: use arma::mat for input.

It would be great if we could to that change before we merge the code in. If you like I can do that for you.

-- 
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/753/files/44f44cd14f046539b92395ada8ca4bf184ea4f93#r76695326
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160829/326d36c5/attachment-0001.html>


More information about the mlpack-git mailing list