Skip to content

Commit

Permalink
Tagged Extend-20230325-1
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-moreton committed Mar 25, 2023
1 parent 7afaa5d commit ef95d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ pub fn draw_value(position: &Position, search_state: &SearchState) -> Score {
#[inline(always)]
pub fn extend(predicate: bool, these_extentions: u8, ply: u8, search_state: &SearchState) -> u8 {
if these_extentions == 0 && predicate && ply < search_state.iterative_depth * 2 {
0
1
} else {
0
}
Expand Down
2 changes: 1 addition & 1 deletion src/uci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,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 |No-Extend-20230325-3|
r#"id name Rusty Rival |Extend-20230325-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 ef95d27

Please sign in to comment.