public abstract class MatchPair
extends java.lang.Object
HyperHeuristicGrid hyper-heuristic/grid frameworks.| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<java.lang.Object> |
problemEvals
The problem dataset evaluations.
|
java.util.ArrayList<java.lang.Object> |
problems
The problem dataset indexes that the solutions match over.
|
double |
totalValue
The total matching value for all datasets
|
| Constructor and Description |
|---|
MatchPair()
Create a new instance of MatchPair.
|
public double totalValue
public java.util.ArrayList<java.lang.Object> problems
public java.util.ArrayList<java.lang.Object> problemEvals