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

Marcus Edel notifications at github.com
Sat Jun 11 14:39:38 EDT 2016


> @@ -0,0 +1,67 @@
> +/**
> + * @file tasks.hpp
> + * @author Bang Liu
> + *
> + * Definition of Population class.
> + */
> +#ifndef MLPACK_METHODS_NE_POPULATION_HPP
> +#define MLPACK_METHODS_NE_POPULATION_HPP
> +
> +#include <cstddef>
> +
> +#include <mlpack/core.hpp>
> +#include <mlpack/methods/ann/performance_functions/cee_function.hpp>
> +

If you use the MeanSquaredErrorFunction the header file should be:
```
#include <mlpack/methods/ann/performance_functions/mse_function.hpp>
```

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


More information about the mlpack-git mailing list