Fly me to the Moon

Fly me to the Moon

Daan van Berkel and Rico Huijbers
Buy on Leanpub

Table of Contents

Fly me to the Moon

  • What this book is all about
  • Jump aboard the HMS Beagle
    • Evolution
    • Translation
    • Further reading
  • Projects
    • Nadezhda
    • Moonlander
    • AGC
  • Grammars
    • Grammar Game
    • Nadezhda
    • Exercises
  • Abstract Syntax Trees
    • Nadezhda AST as enums
    • Exercises
  • Parsers
    • Domain Specific Language
    • Nadezhda
    • Exercises
  • Random Generation of AST
    • Nadezhda
    • Generating more complex grammars
    • Exercises
  • Environment
    • Nadezhda
    • Exercises
  • Evaluate
    • Nadezhda
  • Fitness
    • Nadezhda
    • Exercises
  • Population
    • Nadezhda
    • Exercises
  • Darwin
    • Nadezhda
    • Exercises
  • A framework for Genetic Programming
    • Overview of the framework
    • Framework Traits
    • Moonlander
  • Appendix: Resources
    • Workshop
    • Download
    • Clone
  • Appendix: Play the Game
    • Online
    • Offline
  • Appendix: Fast and the Curious
  • What to Do
    • Tweak Fitness Function
    • Bring your own
  • Tweak Fitness Function
    • Straight Landing
    • With a Twist
  • AGC
    • Description
  • Bring your own
  • Notes
Fly me to the Moon/overview

Fly me to the Moon

course_overview

Fly me to the moon is a text book that explores genetic programming in the context of a landing a moonlander

count_chapters
begin_reading
download
p_implied_book_part_name

Fly me to the Moon21 chapters

Begin ›
  1. What this book is all about

  2. Jump aboard the HMS Beagle

  3. Projects

  4. Grammars

  5. Abstract Syntax Trees

  6. Parsers

  7. Random Generation of AST

  8. Environment

  9. Evaluate

  10. Fitness

  11. Population

  12. Darwin

  13. A framework for Genetic Programming

  14. Appendix: Resources

  15. Appendix: Play the Game

  16. Appendix: Fast and the Curious

  17. What to Do

  18. Tweak Fitness Function

  19. AGC

  20. Bring your own

  21. Notes