Re: [mlpack] Flower Pollination Algorithm in mlpack

2019-01-08 Thread Artem Fedoskin
Hey Marcus, Ok, I will look at ensmallen. I will also pay attention to new issues of mlpack and try to fix them. Regards, Artem Fedoskin On Tue, Jan 8, 2019 at 4:30 PM Artem Fedoskin wrote: > Dear Marcus and other mlpack contributors, > > My last seminar paper was Flower Pollination Algorithm

Re: [mlpack] Flower Pollination Algorithm in mlpack

2019-01-08 Thread Marcus Edel
Hello Artem, the FPA method looks interesting, would be nice to have an implementation; happy to review the code. Also, we spent some time last year to strip out the optimization infrastructure from mlpack into its own package: https://ensmallen.org/ https://github.com/mlpack/ensmallen Thanks,

[mlpack] Flower Pollination Algorithm in mlpack

2019-01-08 Thread Artem Fedoskin
Dear Marcus and other mlpack contributors, My last seminar paper was Flower Pollination Algorithm for Global Optimization , which describes an interesting evolutionary algorithm that performs better than PSO and GA (as stated by the paper). The algorithm is not