[mlpack-git] [mlpack/mlpack] NeuralEvolution - implemented gene, genome (#686)

Marcus Edel notifications at github.com
Sat Jun 11 14:41:29 EDT 2016


> +#include <mlpack/core.hpp>
> +#include <mlpack/methods/ann/performance_functions/cee_function.hpp>
> +
> +#include "link_gene.hpp"
> +#include "neuron_gene.hpp"
> +#include "genome.hpp"
> +
> +namespace mlpack {
> +namespace ne {
> +
> +/**
> + * This class defines task xor.
> + */
> +template<typename FitnissFunction = MeanSquaredErrorFunction>
> +class TaskXor {
> + public:

I really like the idea of the task class, I think that makes really easy to write problems that can be solved by the ne methods.

---
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/65f093daf32f6cb353cd6b9304bab88a5e096fdc#r66709989
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160611/b90e67a9/attachment.html>


More information about the mlpack-git mailing list