On Thu, 17 Jul 2014 13:30:10 +0100, Klaas Hölscher
<
hoelsch...@gmail.com> wrote:
> Hey there,
>
> Dan posted
https://gist.github.com/dwdyer/3961650 two years ago for use
> with terracotta. I remember trying to move an example from the framework
> to
> hadoop/mahout some years ago but i did not get very far ;-)
Yes, that's about as far as I got. The Terracotta example worked but with
the example I chose it was slower than running it standalone. It would
work well if each fitness evaluation was long-lived; less well if there
were just lots of them.
Mahout might be the better option but I've never tried using it myself.
Another thing to consider, though it's not supported out-of-the box, is to
use the support for island models and have each "island" running on a
different machine. There would be less communications overhead between
nodes then.
Dan.
--
Daniel Dyer