darwins-challenge / fly-me-to-the-moon

A book exploring genetic programming in the context of a moonlander
MIT License
0 stars 0 forks source link

Refer to moonlander-ast-rust as a training project #4

Closed dvberkel closed 7 years ago

dvberkel commented 7 years ago

Over time our code has changed. From a single repository to a framework and a project that uses the framework.

I still think there is merit to show the development of the code and then transition to the ultimate version.

Ideas

dvberkel commented 7 years ago

Having gone over the book I would want to do the following.

  1. Learn the ideas of genetic programming by exclusively focussing on Nadezhda. Even though it is a toy problem, all important aspects are present.
  2. Start explaining the framework for the moonlander case.

So although moonlander-ast-rust is an important historic case in the development of the workshop. I do not think it has much value to study it besides Nadezhda, nor as using it as a stepping stone to the framework.