jadedgeek

Stories submitted by jadedgeek

Evolution of the simple genetic algorithm(improve.dk)

submitted by jadedgeekjadedgeek(15) 3 years ago

In this blog post I'll give a quick introduction to what genetic algorithms are and what they can be used for. We'll implement a genetic algorithm that attempts to guess an RGB color by evolving upon a random set of initial guesses, until it at some point evolves into the correct RGB value. read more...

add a comment |category: |Views: 24

tags: another