Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 405 Bytes

File metadata and controls

10 lines (6 loc) · 405 Bytes

Genetic-Algorithm-Python

A genetic algorithm that estimates the solutions of a multivariate equation written in Python 2.

In the current form, the GA optimizes the following equation

equation

The equation can be changed in the calc_fitness() function.

The smallest the fitness of a member the better.