Class CombinedGammaFunction
- java.lang.Object
-
- ai.libs.jaicore.search.algorithms.mdp.mcts.comparison.CombinedGammaFunction
-
- All Implemented Interfaces:
IGammaFunction
public class CombinedGammaFunction extends java.lang.Object implements IGammaFunction
-
-
Constructor Summary
Constructors Constructor Description CombinedGammaFunction(IGammaFunction shortTermGamma, IGammaFunction longTermGamma)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetLongTermWeightBasedOnProbability(double nodeProbability)doublegetNodeGamma(int visits, double nodeProbability, double relativeDepth)
-
-
-
Constructor Detail
-
CombinedGammaFunction
public CombinedGammaFunction(IGammaFunction shortTermGamma, IGammaFunction longTermGamma)
-
-
Method Detail
-
getNodeGamma
public double getNodeGamma(int visits, double nodeProbability, double relativeDepth)- Specified by:
getNodeGammain interfaceIGammaFunction
-
getLongTermWeightBasedOnProbability
public double getLongTermWeightBasedOnProbability(double nodeProbability)
-
-