Skip to content

Commit

Permalink
release 2.37
Browse files Browse the repository at this point in the history
  • Loading branch information
tryingsomestuff committed Jun 24, 2020
1 parent f679b39 commit b010b5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/definition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ typedef uint64_t u_int64_t;
#include <unistd.h>
#endif

const std::string MinicVersion = "dev";
const std::string MinicVersion = "2.37";

// *** options
#define WITH_UCI
Expand Down
5 changes: 3 additions & 2 deletions Tools/run_tournament_pos
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ dir=$(readlink -f $(dirname $0)/..)
CUTECHESS=$dir/../cutechess/projects/cli/cutechess-cli
engines=""

engines="$engines -engine conf=minic_dev"
#engines="$engines -engine conf=minic_dev"
engines="$engines -engine conf=fruit"
engines="$engines -engine conf=stockfish"

#engines="$engines -engine conf=RubiChess"
Expand All @@ -14,6 +15,6 @@ engines="$engines -engine conf=stockfish"

echo $engines

$CUTECHESS $engines -each tc=0/30+0.25 timemargin=50 -rounds 1000 -pgnout pgn_$(date +"%Y_%m_%d"_%H%M%S).out -ratinginterval 1 -noswap -openings file=$dir/Book_and_Test/OpeningBook/P_and_castling_and_Color_odds.epd format=epd -recover -concurrency 7 > tournament_pos.log 2>&1 &
$CUTECHESS $engines -each tc=0/30+0.25 timemargin=50 -rounds 1000 -pgnout pgn_$(date +"%Y_%m_%d"_%H%M%S).out -ratinginterval 1 -noswap -openings file=$dir/Book_and_Test/OpeningBook/N_and_Color_Odds.epd format=epd -recover -concurrency 7 > tournament_pos.log 2>&1 &


0 comments on commit b010b5f

Please sign in to comment.