Genetic algorithm

This is a toy code that uses genetic algorithm to calculate parameters of a function.

Currently, the function is set to

The parameters to be found are a, b, c and d.

The function definitions can be found here.