fn handle_tuner(input: Vec<&str>)
Expand description

Handles tuner [epd] [output] [lock_material] [randomize] [threads_count] command by running the evaluation parameters tuner. The input file is specified by epd file with a list of positions and their expected results, and the output directory is used to store generated Rust sources with the optimized values. Use lock_material to disable tuner for piece values, and randomize to initialize evaluation parameters with random values. Multithreading is supported by threads_count.