min_arena_depth_sub -> min_arena_depth
This commit is contained in:
@@ -14,7 +14,7 @@ fn main() {
|
||||
Piece::Black,
|
||||
FutureMoveConfig {
|
||||
max_depth: 20,
|
||||
min_arena_depth_sub: 14,
|
||||
min_arena_depth: 14,
|
||||
top_k_children: 2,
|
||||
up_to_minus: 10,
|
||||
max_arena_size: 50_000_000,
|
||||
|
||||
Reference in New Issue
Block a user