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

Excalibur notifications at github.com
Sat Jun 11 15:07:05 EDT 2016


> @@ -0,0 +1,89 @@
> +/**
> + * @file population.hpp
> + * @author Bang Liu
> + *
> + * Definition of Population class.
> + */
> +#ifndef MLPACK_METHODS_NE_POPULATION_HPP
> +#define MLPACK_METHODS_NE_POPULATION_HPP
> +
> +#include <cstddef>
> +

I checked the core.hpp and prereqs.hpp in mlpack, it seems doesn't include <cstddef>.

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


More information about the mlpack-git mailing list