Root of: f(x) = e^x - tan(x)
Fitnessfunction: F(x) = f(x)^2
Goal: F(x) ~ 0
Effects used: mutation, no crossingover
Info: to avoid getting stuck in a local minimum choose populationsize well greater than children per generation
Create a new Population first!