Class PlackettLuceMCTSFactory<N,A>
- java.lang.Object
-
- ai.libs.jaicore.basic.algorithm.AAlgorithmFactory<IMDP<N,A,java.lang.Double>,IPolicy<N,A>,MCTS<N,A>>
-
- ai.libs.jaicore.search.algorithms.mdp.mcts.MCTSFactory<N,A,PlackettLuceMCTSFactory<N,A>>
-
- ai.libs.jaicore.search.algorithms.mdp.mcts.comparison.PlackettLuceMCTSFactory<N,A>
-
- All Implemented Interfaces:
org.api4.java.algorithm.IAlgorithmFactory<IMDP<N,A,java.lang.Double>,IPolicy<N,A>,MCTS<N,A>>
public class PlackettLuceMCTSFactory<N,A> extends MCTSFactory<N,A,PlackettLuceMCTSFactory<N,A>>
-
-
Constructor Summary
Constructors Constructor Description PlackettLuceMCTSFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MCTS<N,A>getAlgorithm(IMDP<N,A,java.lang.Double> input)IPreferenceKernel<N,A>getPreferenceKernel()PlackettLuceMCTSFactory<N,A>withPreferenceKernel(IPreferenceKernel<N,A> preferenceKernel)-
Methods inherited from class ai.libs.jaicore.search.algorithms.mdp.mcts.MCTSFactory
getAlgorithm, getEpsilon, getGamma, getMaxIterations, getRandom, getSelf, isTabooExhaustedNodes, withEpsilon, withGamma, withMaxIterations, withRandom, withTabooExhaustedNodes
-
-
-
-
Method Detail
-
getPreferenceKernel
public IPreferenceKernel<N,A> getPreferenceKernel()
-
withPreferenceKernel
public PlackettLuceMCTSFactory<N,A> withPreferenceKernel(IPreferenceKernel<N,A> preferenceKernel)
-
-