Skip to content

Commit

Permalink
Tagged 20230427.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-moreton committed Apr 27, 2023
1 parent f56405e commit 24d59da
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
#V2
go movetime 50
position fen 4k3/1r3p2/n2Bb1r1/p1p2N2/2P3P1/5P2/3R4/4R1K1 w - - 4 42
go movetime 50
position fen 4k3/1r3p2/n2Bb1r1/p1p2N2/2P3P1/5P2/3R4/4R1K1 w - - 4 42
go movetime 250
position fen 4k3/1r3p2/n2Bb1r1/p1p2N2/2P3P1/5P2/3R4/4R1K1 w - - 4 42
go movetime 400
position fen 4k3/1r3p2/n2Bb1r1/p1p2N2/2P3P1/5P2/3R4/4R1K1 w - - 4 42
go movetime 4000
position fen 4k3/1r3p2/n2Bb1r1/p1p2N2/2P3P1/5P2/3R4/4R1K1 w - - 4 42
go movetime 40000
position fen 4k3/1r3p2/n2Bb1r1/p1p2N2/2P3P1/5P2/3R4/4R1K1 w - - 4 42
go movetime 400
position fen 4k3/1r3p2/n2Bb1r1/p1p2N2/2P3P1/5P2/3R4/4R1K1 w - - 4 42
go movetime 250
ucinewgame
position fen 4k3/1r3p2/n2Bb1r1/p1p2N2/2P3P1/5P2/3R4/4R1K1 w - - 4 42
go movetime 100
go movetime 5000
position fen 4k3/1r3p2/n2Bb1r1/p1p2N2/2P3P1/5P2/3R4/4R1K1 w - - 4 42
go movetime 250
ucinewgame
position fen 4k3/1r3p2/n2Bb1r1/p1p2N2/2P3P1/5P2/3R4/4R1K1 w - - 4 42
go movetime 100
go movetime 5000
ucinewgame
position fen 4k3/1r3p2/n2Bb1r1/p1p2N2/2P3P1/5P2/3R4/4R1K1 w - - 4 42
Expand Down Expand Up @@ -99,3 +75,27 @@ position fen 4rrk1/ppp2p1p/1b6/4N3/3q2P1/1QNb2B1/PP1pRP2/3R2K1 w - - 0 1
go depth 14
scam white
scam black
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 w 1 - 0 1
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 w - - 0 1
go movetime 250
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 b - - 0 1
go movetime 250
go movetime 2500
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 b - - 0 1
go depth 1
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 b - - 0 1
go depth 2
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 b - - 0 1
go depth 3
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 b - - 0 1
go depth 12
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 b - - 0 1
go depth 3
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 b - - 0 1
go depth 1
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 b - - 0 1
go depth 2
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 b - - 0 1
go depth 4
position fen q2r2k1/R4ppp/1n6/4P3/p2Q4/P5P1/1P3P1P/6K1 b - - 0 1
go depth 5
2 changes: 1 addition & 1 deletion src/quiesce.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub fn quiesce(position: &Position, depth: u8, ply: u8, window: Window, search_s

let mut new_position = *position;
make_move(position, m, &mut new_position);
if !is_check(&new_position, position.mover) && see(captured_piece_value_see(position, m), bit(to_square_part(m)), &new_position) > 0 {
if !is_check(&new_position, position.mover) {
let score = -quiesce(&new_position, depth - 1, ply + 1, (-window.1, -alpha), search_state).1;
check_time!(search_state);

Expand Down
2 changes: 1 addition & 1 deletion src/uci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ fn calc_from_colour_times(mut uci_state: &mut UciState, millis: u64, inc_millis:

fn cmd_uci() -> Either<String, Option<String>> {
Right(Some(
r#"id name Rusty Rival |Possible-ID-Fix-20230326|
r#"id name Rusty Rival |20230427.1|
id author Chris Moreton
option name Clear Hash type button
option name MultiPV type spin default 1 min 1 max 20
Expand Down

0 comments on commit 24d59da

Please sign in to comment.