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
The equation can be changed in the calc_fitness() function.
The smallest the fitness of a member the better.