Introduction - If you have any usage issues, please Google them yourself
ntroduction to Stochastic Search and Optimization, 2003
This program runs a GA with real-number coding. Elitism is used
and the mutation operator is simply the addition of a Gaussian
random vector to the non-elite elements.
The user is expected to set a variable expect_fn representing the
expected number of function evaluations allowed.