Skip to content

KataHex 20240908: Move number limit mode

Compare
Choose a tag to compare
@hzyhhzy hzyhhzy released this 08 Sep 18:04
· 1 commit to Hex2024 since this release

The only update of this version is move number limit mode
Some analysis and results of the optimal game length of Hex

This version is slightly weaker (-50~100elo) than 20240813 version.
If you don't need move number limit function and want it to be as strong as possible, you can download 20240813 version

There are two packages.
OpenCL only: Compatible for all GPUs. But slower than TensorRT on Nvidia GPUs
TensorRT+Cuda+OpenCL: For Nvidia GPUs only. Include three types of engines. TensorRT is the fastest but only available for Nvidia GPUs. This package include many DLLs of TensorRT and Cuda, so this package is much bigger.
"raw_data_and_scripts_of_optimal_game_length_analysis.zip" is some scripts to create figures, which is useless for users.

Usage: Press "E" in the LizzieYzy GUI , then enter the command: mm [number]
mm [number] Limit the move number. When reaching the move number without anyone win, the game will be regarded as a draw
mm 50 Limit to 50 moves
mm 0 Disable move number limit
For boards larger than 27x27, this function is very inaccurate.