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

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


> +#include <algorithm>
> +
> +#include <mlpack/core.hpp>
> +
> +#include "link_gene.hpp"
> +#include "neuron_gene.hpp"
> +#include "genome.hpp"
> +#include "species.hpp"
> +#include "population.hpp"
> +#include "tasks.hpp"
> +#include "parameters.hpp"
> +
> +namespace mlpack {
> +namespace ne {
> +
> +struct LinkInnovation {

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#r75305914
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160818/f4608b14/attachment.html>


More information about the mlpack-git mailing list