There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This project implements a basic linear genetic programming method and its advanced variants based on ECJ. The main feature of this project is that it decouples the algorithm implementations and problem applications, which facilitates the application to other domains. We apply LGP to dynamic job shop scheduling and symbolic regression, respectively.