DEV Community

Cover image for F# Genetic Algorithm – Defining Squirrel Genes

F# Genetic Algorithm – Defining Squirrel Genes

Matt Eland on November 04, 2019

In this article, we’ll implement the chromosome of a digital squirrel. If that sounds unusual, well, I suppose it is. We’ll be taking a previous ap...
Collapse
 
dansilcox profile image
Dan Silcox

Wow this is nuts! (couldn't resist sorry :P )

Collapse
 
integerman profile image
Matt Eland

Yeah... seriously, though, it's a pretty crazy application to build. I'm rebuilding something I made for fun back in college, but using functional programming and .NET Core to do it.

Collapse
 
dansilcox profile image
Dan Silcox

It's really interesting - going to have to go back through and read the whole series :)