remove useless code
This commit is contained in:
parent
ea2f206898
commit
5bf573b4f3
1 changed files with 0 additions and 9 deletions
|
@ -106,15 +106,6 @@ struct bt_t {
|
|||
bool mcts_simulation(bt_node_t *);
|
||||
void mcts_back_propagation(bt_node_t *, bool);
|
||||
|
||||
// déclarées mais non définies
|
||||
double eval();
|
||||
bt_move_t minimax(double _sec);
|
||||
bt_move_t alphabeta(double _sec);
|
||||
bt_move_t mcts(double _sec);
|
||||
bt_move_t mcts_ppa(double _sec);
|
||||
bt_move_t nmcs(double _sec);
|
||||
bt_move_t nrpa(double _sec);
|
||||
|
||||
void add_move(int _li, int _ci, int _lf, int _cf) {
|
||||
moves[nb_moves].line_i = _li;
|
||||
moves[nb_moves].col_i = _ci;
|
||||
|
|
Reference in a new issue