Package org.cspoker.ai.bots.bot.gametree.action

Examples of org.cspoker.ai.bots.bot.gametree.action.SearchBotAction.perform()


//    System.out.print("\t");
//    if (tableContext.getGameState().getRound() == Round.FINAL)
//      System.out.print(root.getNbSamples());
//    System.out.println("");
   
    action.perform(playerContext);
    MCTSListener[] listeners = createListeners(gameState, botId);
    for (MCTSListener listener : listeners) {
      listener.onMCTS(root);
    }
  }
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.