Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 243 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 243 Bytes

Genetic-Algorithm

A simple Genetic Algorithm implementation in Python

Step1. Random Population

Step2. Sorting

Step3. Roulette Wheel for Mating Pool

Step4. Cross Over (Uniform)

Step5. Mutation

Step6. New Population for Next Generation