public class NumericSolutionFactory extends Object
| Constructor and Description |
|---|
NumericSolutionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
create(double[] lowerBounds,
double[] upperBounds) |
static double[] |
mutate(double[] x,
double bounds) |
static double |
sum(double[] x) |
Copyright © 2017. All rights reserved.