Examples of SamplingExpander


Examples of org.cspoker.ai.bots.bot.gametree.search.expander.SamplingExpander

  public OpponentActionNode(PlayerId opponentId, PlayerId botId,
      GameState gameState, SearchConfiguration config, Sampler sampler, int tokens,
      int searchId, NodeVisitor... visitors) {
    super(opponentId, botId, gameState, config, searchId, visitors);
    expander = new SamplingExpander(this, tokens, sampler);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.