Uses of Class
gametree.VariantAGP
Packages that use VariantAGP
Package
Description
Experiment classes which run individual experiments, as performed for the thesis, and the utility classes used by these experiments.
Various classes for storing and generating game trees for the use by algorithms and tree visualisation.
-
Uses of VariantAGP in experiment
Methods in experiment that return types with arguments of type VariantAGPModifier and TypeMethodDescriptionstatic Stream<Supplier<VariantAGP>> CompareAlgorithms.getTrees(Boolean[] adversarial, Integer[] maxWidth, Generator.Width[] width, Long[] range, Generator.Bounds[] distribution, Double[] growth_factor, Double[] force_relevance, LongSupplier seeds) Generates a stream of variant artificial game trees for all combinations of the provided parameters, using a supplied seed for each tree. -
Uses of VariantAGP in gametree
Classes in gametree that implement interfaces with type arguments of type VariantAGPModifier and TypeClassDescriptionclassRepresents a game position in a variant artificial game tree.Methods in gametree that return VariantAGPModifier and TypeMethodDescriptionVariantAGP.Settings.getTree()Creates a newVariantAGPobject representing a unique tree defined by the parameters set in thisVariantAGP.Settingsobject.VariantAGP.parent()Methods in gametree that return types with arguments of type VariantAGP