Web interface to use dcgp and inspect its chromosomes. The goal of this project is to make it more convenient to use differential Cartesian Genetic Programming (dCGP) and to make tools that help with inspecting a chromosome. The underlaying idea is that dCGP will move one step further from an academic experiment towards a product (software tool) helpful for engineering.
Anyone is welcome to help progress and improve this web application. Tasks can be found under the issues tab. If your problem/task is not already an issue, feel free to create a new issue explaining your problem/task.
This project is build using Create React App, information on the project structure and setup can be found in the Create React App documentation.
git clone https://github.com/mikeheddes/dcgp-web.git
cd dcgp-web
npm install
npm start