Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 432 Bytes

File metadata and controls

8 lines (8 loc) · 432 Bytes

Genetic Algorithm

Using the understanding from the Darwinian natural evolution and use the algorithm to run the algorith to reach a target

Python program to perform the Genetic Algorithm.

Python Result

C++ program to perform the Genetic Algorithm.

C++ Result

Measuring and comparing the time for the C++ and Python

Time Comparison