HeuristicTreeConfiguration.Configurator<P,S,N,H> |
HeuristicTreeConfiguration.Configurator.childGenerationLogic(SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorBuilder) |
|
HeuristicTreeConfiguration.Configurator<P,S,N,H> |
HeuristicTreeConfiguration.Configurator.heuristic(SimpleBuilder<? extends HeuristicStrategy<N,H>> heuristicStrategySupplier) |
|
HeuristicTreeConfiguration.Configurator<P,S,N,H> |
HeuristicTreeConfiguration.Configurator.heuristicExpansion(InitializingBuilder<? extends HeuristicTreeExpansion<N,H>,HeuristicStrategy<N,H>> heuristicExpansionBuilder) |
|
static <P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>> HeuristicTreeConfiguration.Configurator<P,S,N,H> |
Configurators.heuristicTree() |
|
HeuristicTreeConfiguration.Configurator<P,S,N,H> |
HeuristicTreeConfiguration.Configurator.tree(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> enumeratingTreeFunction) |
|