This is beautiful, I had tried doing something similar with neural networks and failed. Would you be willing to explain in more detail how you did it, or upload your work for others to learn from?
@sleepingeye Not necessarily. With genetic algorithms, what is done is initially random, then each offspring is tested, then some are excluded according to the test. After that, the best ones produce their own offspring with slight mutations, which are also random.
This has been flagged as spam show
Good work!
I'm writing a tutorial on this, using Java!
Check it out: bitsrandomicos dot blogspot dot com
=)
fndTenorio 2 weeks ago
This is beautiful, I had tried doing something similar with neural networks and failed. Would you be willing to explain in more detail how you did it, or upload your work for others to learn from?
PatronSaintOfAwesome 1 month ago
Generation 3: it's better than me at Tetris...
aseacucumber07 2 months ago
Comment removed
aseacucumber07 2 months ago
Very nice!
Do the genes describe a neural-network which does the actual decision making?
sleepingeye 10 months ago
@sleepingeye Not necessarily. With genetic algorithms, what is done is initially random, then each offspring is tested, then some are excluded according to the test. After that, the best ones produce their own offspring with slight mutations, which are also random.
codeandcoffeh 2 months ago