public class Mediator extends Object implements Serializable
| Constructor and Description |
|---|
Mediator() |
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(Solution solution,
int objective_index) |
double |
nextDouble() |
int |
nextInt(int upper) |
double |
randomWithinBounds(int index) |
void |
read(ProblemInstance problemInstance) |
public void read(ProblemInstance problemInstance)
public double randomWithinBounds(int index)
public double evaluate(Solution solution, int objective_index)
public double nextDouble()
public int nextInt(int upper)
Copyright © 2017. All rights reserved.