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

Marcus Edel notifications at github.com
Thu Aug 18 09:26:11 EDT 2016


> +
> +  //! Probability to turn disabled link to enabled.
> +  double aMutateDisabledProb;
> +
> +  //! Species number threshold.
> +  int aNumSpeciesThreshold;
> +
> +  /**
> +   * Default constructor.
> +   */
> +  NEAT()
> +  {
> +    mlpack::math::RandomSeed(1);
> +
> +    // Set NEAT algorithm parameters.
> +    Parameters params;

Can't we initialize the parameters directly?

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


More information about the mlpack-git mailing list