Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 514 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 514 Bytes

RobotGP is a genetic programming project based on TinyGP

It features a simple programming language designed to be lightweight but has all the necessary features to generate functional programs (the grammar can be found here). It has the following features:

  • Parametrised population generation with fair size crossover and mutation
  • Evaluation interface based on ANTLR
  • Pre-made evaluators for some simple benchmarks
  • Interpreter for the programming language as well as serialization feature