org.apache.commons.math3.optimization.direct
public static class CMAESOptimizer.Sigma extends Object implements OptimizationData
| Constructor and Description |
|---|
CMAESOptimizer.Sigma(double[] s) |
public CMAESOptimizer.Sigma(double[] s)
throws NotPositiveException
s - Sigma values.NotPositiveException - if any of the array entries is smaller
than zero.Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.