Package | Description |
---|---|
org.corehunter |
Modifier and Type | Method and Description |
---|---|
static CoreHunterArguments |
API.createArguments(CoreHunterData data,
int size,
CoreHunterObjective[] objectives,
int[] alwaysSelected,
int[] neverSelected,
boolean normalizeMultiObjective) |
Modifier and Type | Method and Description |
---|---|
org.jamesframework.core.subset.SubsetSolution |
CoreHunter.execute(CoreHunterArguments arguments) |
static double[][] |
API.getNormalizationRanges(CoreHunterArguments args,
String mode,
int timeLimit,
int maxTimeWithoutImprovement,
long maxSteps,
long maxStepsWithoutImprovement,
long seed)
Get normalization ranges of all objectives in a multi-objective configuration.
|
List<Range<Double>> |
CoreHunter.normalize(CoreHunterArguments arguments)
Determine normalization ranges of all objectives in a multi-objective configuration, based on the
Pareto minima/maxima.
|
static int[] |
API.sampleCore(CoreHunterArguments args,
String mode,
int timeLimit,
int maxTimeWithoutImprovement,
long maxSteps,
long maxStepsWithoutImprovement,
long seed,
boolean silent)
Sample a core collection.
|
Copyright © 2017. All rights reserved.