Package org.cspoker.client.common.gamestate

Examples of org.cspoker.client.common.gamestate.CachingNode


  private Triple<ActionWrapper,GameTreeNode,Distribution> best = null;

  public BotActionNode(PlayerId botId, GameState gameState,
      SearchConfiguration config, Sampler sampler, int tokens, int searchId,
      NodeVisitor... visitors) {
    super(botId, botId, new CachingNode(gameState), config, searchId,
        visitors);
    expander = config.getBotNodeExpanderFactory().create(this, tokens, sampler);
  }
View Full Code Here

TOP

Related Classes of org.cspoker.client.common.gamestate.CachingNode

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.