エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
easyAI¶ EasyAI is an artificial intelligence framework for two-players abstract games such as Tic... easyAI¶ EasyAI is an artificial intelligence framework for two-players abstract games such as Tic Tac Toe, Connect 4, Reversi, etc. It is written in Python and makes it easy to define the mechanisms of a game and play against the computer or solve the game (see A quick example). Under the hood, the AI is a Negamax algorithm with alpha-beta pruning and transposition tables as described on Wikipedia