1.2.3 • Published 4 years ago

surakarta-ai v1.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Build Status

Surakarta AI - Negamax Computer Engine (Web)

The aim of this project is to provide a high-performance computer engine for the Surakarta game. It uses the Negamax algorithm with the following optimizations:

OptimizationStatus
Alpha/beta pruning:white_check_mark:
Transposition Table:white_check_mark:
Parallelization (workers):x: (help required)
Iterative deepening depth-first searchIn-Progress

Benchmarks

You can analyze the effect of different optimizations using the benchmark script.

Inspirations

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago