Package org.cspoker.ai.bots.bot.gametree.search.expander.sampling

Examples of org.cspoker.ai.bots.bot.gametree.search.expander.sampling.StochasticUniversalSampler


          new SamplingSelector(),
          new MaxValueSelector(),
          //new MCTSBucketShowdownNode.Factory(),
          new MCTSShowdownRollOutNode.Factory(),
          new SampleWeightedBackPropStrategy.Factory(),
          new StochasticUniversalSampler(),
          1500,getListeners());
  }
View Full Code Here

TOP

Related Classes of org.cspoker.ai.bots.bot.gametree.search.expander.sampling.StochasticUniversalSampler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.