- The genetic algorithm is an artificial selection algorithm. It is the retesting of successful codes by making minor changes.
- In this way, it is expected that the codes will be a little more successful in each generation. In this way, a system learns and develops itself.
- The main goal in this project is to find the most suitable wheel shape to move forward.
- Initially, 4 vehicles are created. The information of the wheels of these vehicles is kept by the codes.
- The wheel data of the vehicle that finishes first is edited by the codes and vehicles with a new wheel shape are created.
- These created vehicles are tested again and these processes are repeated to the first finisher
This project is not contains Neural Network...