The Evolutionary Optimization algorithm has the following features:
- 
Design space discretization. The algorithm considers only discrete design
points,      controlled via the Minimum Discrete Step
technique option (default is 2% of the design variable domain).
 
- 
Repeat calculation check. The algorithm makes sure that no two design
points submitted for evaluation are the same.
 
- 
Sigma expansion. If only repeat calculations are being found after randomization,
the algorithm increases the standard deviation of the random normal distribution.
 
- 
Consecutive variable search. The algorithm can vary either all design
variables simultaneously or one variable at a time.
 
- 
Parallel execution. The algorithm has been parallelized to produce 
children when  parallel resources are available and to
use the best of the  children to feed forward to the next
iteration.