| Package | Description |
|---|---|
| org.uma.jmetal.util.artificialdecisionmaker | |
| org.uma.jmetal.util.artificialdecisionmaker.impl |
| Modifier and Type | Field and Description |
|---|---|
protected InteractiveAlgorithm<S,R> |
ArtificialDecisionMaker.algorithm |
| Constructor and Description |
|---|
ArtificialDecisionMaker(Problem<S> problem,
InteractiveAlgorithm<S,R> algorithm) |
| Modifier and Type | Method and Description |
|---|---|
ArtificiallDecisionMakerBuilder<S> |
ArtificiallDecisionMakerBuilder.setAlgorithm(InteractiveAlgorithm<S,List<S>> algorithm) |
| Constructor and Description |
|---|
ArtificialDecisionMakerDecisionTree(Problem<S> problem,
InteractiveAlgorithm<S,List<S>> algorithm,
double considerationProbability,
double tolerance,
int maxEvaluations,
List<Double> rankingCoeficient,
List<Double> asp) |
ArtificiallDecisionMakerBuilder(Problem<S> problem,
InteractiveAlgorithm<S,List<S>> algorithm)
ArtificiallDecisionMakerBuilder constructor
|
Copyright © 2018. All rights reserved.