public class Mediator extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Serializable |
constraints |
protected List<Double> |
lowerBounds |
protected List<Double> |
upperBounds |
| Constructor and Description |
|---|
Mediator() |
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(List<Double> solution) |
double |
mutateWithinBounds(int index,
Double original) |
double |
nextDouble() |
double |
randomWithinBounds(int index) |
protected Serializable constraints
Copyright © 2017. All rights reserved.