DanielBarton446 / DanielBarton446/ShogiAI

Additional truncation to allow deeper searches

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Experimental
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

since with the nature of shogi, the pieces don't move very far very quickly, assessing "clusters" of many pieces for each player instead of the whole board may allow for deeper searches while maintaining best outcomes. Potentially.

Idea is essentially look at a segment of the board(say 5 by 5) where a lot of a player's pieces are located, as this is likely where the attack is going to be. Specially attention needs to be done to also look at moves including the rook, bishop, lances, and knights.
- Potentially get the pieces that can move into this 5 by 5 area -- however this somewhat defeats the point.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.