#include "osl/game_playing/computerPlayer.h"
#include "osl/search/searchTimer.h"
#include "osl/misc/milliSeconds.h"
#include "osl/container/moveVector.h"
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | osl::game_playing::SearchPlayer |
MtdfPlayer と AlphaBetaPlayer の共通部分 More... | |
struct | osl::game_playing::SearchPlayer::Config |
Namespaces | |
namespace | osl |
| |
namespace | osl::misc |
特に将棋と関係ない基礎的なコード | |
namespace | osl::search |
探索関係 | |
namespace | osl::checkmate |
詰将棋関係 | |
namespace | osl::game_playing |
対局に必要な諸々. | |
Functions | |
bool | osl::game_playing::operator== (const Config &l, const Config &r) |