A C++ project that uses genetic algorithms to evolve robot behaviors.
This project implements a genetic algorithm in C++ to optimize robotic behaviors. It includes a genetic algorithm workflow (selection, crossover, mutation, evaluation) and a Makefile
to compile and run.
- GNU Make
- C++ compiler (e.g.,
g++
)
make # Build the project
./main # Run the compiled executable
make clean # Remove build artifacts
This project is licensed under the MIT License — see the LICENSE file for details.