public static class CMAESOptimizer.PopulationSize extends Object implements OptimizationData
4 + 3 ln(n), where n is the
 number of optimized parameters.
 Increasing the population size improves global search properties
 at the expense of speed (which in general decreases at most
 linearly with increasing population size).| Constructor and Description | 
|---|
| CMAESOptimizer.PopulationSize(int size) | 
public CMAESOptimizer.PopulationSize(int size)
                              throws NotStrictlyPositiveException
size - Population size.NotStrictlyPositiveException - if size <= 0.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.