|
io-chess
UCI chess engine
|
Missing description. More...
#include "Negamax.h"#include "TablebaseFallback.h"#include "../tablebases/Tablebase.h"#include "FeatureExtractor.hpp"#include <algorithm>#include <cmath>#include <cstring>#include <iostream>
Functions | |
| static bool | isNearKing (Square sq, Square kingSquare) |
| static int | value_to_tt (int value, int ply) |
| static int | value_from_tt (int value, int ply) |
Variables | |
| static constexpr int | SEE_PIECE_VALUES [7] |
Missing description.
|
static |

|
static |

|
staticconstexpr |