-
Notifications
You must be signed in to change notification settings - Fork 0
Introduction
Welcome to the GEP wiki!
This project has multiple personal aims, all of which are about training. To complete my intended goals I'll need to understand, in some detail, a variety of functional and, where appropriate, imperative concepts and constructs via F#.
Implementing the algorithm from scratch is a bit like choosing to build an engine from metal stock before installing it and running it. GEPSoft have a solid commercial product, expertly written, to apply this work in the real world.
However, building such an engine and then applying it will require detailed understanding of all the moving parts.
The end result of the project, I'm hoping to make a solid implementation that is able to take advantage of multiple CPU's and more in months to come.
October 9th: First github upload with the very first baby steps sketched out in code e.g string to chromosone to fixed length gene splitting and translation of char to Symbol{index, letter, arity}.
October 24th: On hold due to preparation in C# for a job interview!