Package | Description |
---|---|
org.eviline.core.ai |
Modifier and Type | Field and Description |
---|---|
protected DefaultAIKernel.Best |
AIPlayer.best |
DefaultAIKernel.Best |
DefaultAIKernel.Best.deeper |
Modifier and Type | Field and Description |
---|---|
static Comparator<DefaultAIKernel.Best> |
DefaultAIKernel.BEST_ORDER |
static Comparator<DefaultAIKernel.Best> |
DefaultAIKernel.WORST_ORDER |
Modifier and Type | Method and Description |
---|---|
DefaultAIKernel.Best |
DefaultAIKernel.BestAdjuster.adjust(DefaultAIKernel.Best best) |
DefaultAIKernel.Best |
DefaultAIKernel.IdentityBestAdjuster.adjust(DefaultAIKernel.Best best) |
DefaultAIKernel.Best |
DefaultAIKernel.bestPlacement(Field originalField,
Field currentField,
int currentShape,
ShapeType[] next,
int lookahead,
int depth) |
DefaultAIKernel.Best |
DefaultAIKernel.Best.deepest() |
DefaultAIKernel.Best |
AIPlayer.getBest() |
DefaultAIKernel.Best |
DefaultAIKernel.searchNext(Comparator<DefaultAIKernel.Best> order,
Field originalField,
Field currentField,
List<ShapeType> bag,
int lookahead,
ShapeType type) |
Modifier and Type | Method and Description |
---|---|
DefaultAIKernel.Best |
DefaultAIKernel.BestAdjuster.adjust(DefaultAIKernel.Best best) |
DefaultAIKernel.Best |
DefaultAIKernel.IdentityBestAdjuster.adjust(DefaultAIKernel.Best best) |
Modifier and Type | Method and Description |
---|---|
DefaultAIKernel.Best |
DefaultAIKernel.searchNext(Comparator<DefaultAIKernel.Best> order,
Field originalField,
Field currentField,
List<ShapeType> bag,
int lookahead,
ShapeType type) |
ShapeType |
DefaultAIKernel.searchNext(Comparator<DefaultAIKernel.Best> order,
Field field,
ShapeSource shapes,
ShapeType[] next,
int lookahead) |
Constructor and Description |
---|
DefaultAIKernel.Best(CommandGraph graph,
int shape,
double score,
Field after,
ShapeType type,
DefaultAIKernel.Best deeper) |
Copyright © 2015. All rights reserved.