Class MCTSIterationCompletedEvent<N,​A,​V extends java.lang.Comparable<V>>

  • All Implemented Interfaces:
    org.api4.java.algorithm.events.IAlgorithmEvent, org.api4.java.common.event.IEvent

    public class MCTSIterationCompletedEvent<N,​A,​V extends java.lang.Comparable<V>>
    extends ai.libs.jaicore.basic.algorithm.AAlgorithmEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      MCTSIterationCompletedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm, IPolicy<N,​A> treePolicy, org.api4.java.datastructure.graph.ILabeledPath<N,​A> rollout, java.util.List<V> scores)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.api4.java.datastructure.graph.ILabeledPath<N,​A> getRollout()  
      java.util.List<V> getScores()  
      IPolicy<N,​A> getTreePolicy()  
      • Methods inherited from class ai.libs.jaicore.basic.algorithm.AAlgorithmEvent

        getAlgorithmId, getTimestamp
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MCTSIterationCompletedEvent

        public MCTSIterationCompletedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm,
                                           IPolicy<N,​A> treePolicy,
                                           org.api4.java.datastructure.graph.ILabeledPath<N,​A> rollout,
                                           java.util.List<V> scores)
    • Method Detail

      • getRollout

        public org.api4.java.datastructure.graph.ILabeledPath<N,​A> getRollout()
      • getTreePolicy

        public IPolicy<N,​A> getTreePolicy()
      • getScores

        public java.util.List<V> getScores()