Class TAGMCTSFactory<N,​A>

  • All Implemented Interfaces:
    org.api4.java.algorithm.IAlgorithmFactory<IMDP<N,​A,​java.lang.Double>,​IPolicy<N,​A>,​MCTS<N,​A>>

    public class TAGMCTSFactory<N,​A>
    extends MCTSFactory<N,​A,​TAGMCTSFactory<N,​A>>
    • Constructor Detail

      • TAGMCTSFactory

        public TAGMCTSFactory()
    • Method Detail

      • getExplorationConstant

        public double getExplorationConstant()
      • setExplorationConstant

        public void setExplorationConstant​(double explorationConstant)
      • getS

        public int getS()
      • setS

        public void setS​(int s)
      • getDelta

        public double getDelta()
      • setDelta

        public void setDelta​(double delta)
      • setThresholdIncrement

        public void setThresholdIncrement​(double thresholdIncrement)
        The DELTA in the Streeter paper
        Parameters:
        thresholdIncrement -
      • getAlgorithm

        public TAGMCTS<N,​A> getAlgorithm​(IMDP<N,​A,​java.lang.Double> input)