Parameters for the Evolution Strategy
The Java Class ESPara contains the information describing an Evolution Strategy (ES):
  - The problem to be solved.
 
  - A seed value for the random number generator.
 
  - A termination criterion for the algorithm.
 
  - The ES population.