Live data from Hacker News

Genetic Algorithm Walkers

rednuht.org

1–10 of 75 posts

Re: Genetic Algorithm Walkers

#4
I was just about to give up at 70th generation, when the walkers suddenly evolved from 1 to 4 steps in 5 generations.

Currently at generation 120 with 7 steps, looks like it is "evolving" in bursts, with long periods of nothing.

Well it is stuck at 9 steps at gen 400+.

  327	aibobe baeado	948.93

  >> 548   aibobe baeado   1058.76
I wonder if the author got any further. I would say this is close to the limit.

Re: Genetic Algorithm Walkers

#5
With a Core i7, I wasn't expecting the simulation to run so slow, even at the lowest settings.. Maybe Firefox on RHEL 6 isn't the optimal platform for this little toy?

--edit: it runs much, much faster on Firefox with Windows 8.1. Not a Core i7, but an AMD 8-core thing. Must be Firefox on Linux's implementation, unless it's a video card/driver thing.

Re: Genetic Algorithm Walkers

#8
post #4

I was just about to give up at 70th generation, when the walkers suddenly evolved from 1 to 4 steps in 5 generations. Currently at generation 120 with 7 steps, looks like it is "evolving" in bursts, with long periods of nothing. Well it is stuck at 9 steps at gen 400+. 327 aibobe baeado 948.93 >> 548 aibobe baeado 1058.76 I wonder if the author got any further. I would say this is close to the limit.

Falling into local minima and getting rescued by mutations.

Re: Genetic Algorithm Walkers

#9

With a Core i7, I wasn't expecting the simulation to run so slow, even at the lowest settings.. Maybe Firefox on RHEL 6 isn't the optimal platform for this little toy? --edit: it runs much, much faster on Firefox with Windows 8.1. Not a Core i7, but an AMD 8-core thing. Must be Firefox on Linux's implementation, unless it's a video card/driver thing.

Running plenty fast for me on Chrome / i5 / Linux.

Re: Genetic Algorithm Walkers

#10
This looks like fun! It seems that the copied champions are simulated in every run. As long there is no random influence you can probably skip this simulation, as the simulation of the champions is also most likely the most CPU intensive.

EDIT: Grammar.

Post reply on HN