public class UCT<T,A> extends MCTS<T,A,java.lang.Double>
checkGoalPropertyOnEntirePath, defaultPolicy, exploredGraph, ext2int, graphGenerator, nodeGoalTester, pathGoalTester, playoutSimulator, rootGenerator, successorGenerator, treePolicy| Constructor and Description |
|---|
UCT(GraphSearchWithPathEvaluationsInput<T,A,java.lang.Double> problem,
boolean maximization,
int seed,
double evaluationFailurePenalty,
boolean forbidDoublePaths) |
UCT(GraphSearchWithPathEvaluationsInput<T,A,java.lang.Double> problem,
int seed,
double evaluationFailurePenalty,
boolean forbidDoublePaths) |
getAction, getLoggerName, nextWithException, setLoggerNamegetGraphGenerator, nextSolutionCandidateEvent, registerSolutioncall, getBestSeenSolution, nextSolutionCandidate, setBestSeenSolution, updateBestSeenSolutioncollectAllSolutionsactivate, announceTimeoutDetected, avoidReinterruptionOnShutdownOnCurrentThread, cancel, checkAndConductTermination, checkTermination, computeTimeoutAware, getActivationTime, getConfig, getId, getInput, getNumCPUs, getRemainingTimeToDeadline, getState, getTimeout, getTimeoutPrecautionOffset, hasNext, hasThreadBeenInterruptedDuringShutdown, interruptThreadAsPartOfShutdown, isCanceled, isShutdownInitialized, isStopCriterionSatisfied, isTimeouted, iterator, next, post, registerActiveThread, registerListener, resolveShutdownInterruptOnCurrentThread, setConfig, setMaxNumThreads, setNumCPUs, setState, setTimeout, setTimeout, setTimeoutPrecautionOffset, shutdown, terminate, unregisterActiveThread, unregisterThreadAndShutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextSolutionCandidatepublic UCT(GraphSearchWithPathEvaluationsInput<T,A,java.lang.Double> problem, boolean maximization, int seed, double evaluationFailurePenalty, boolean forbidDoublePaths)
public UCT(GraphSearchWithPathEvaluationsInput<T,A,java.lang.Double> problem, int seed, double evaluationFailurePenalty, boolean forbidDoublePaths)