-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
hacktoberfestCounts towards HacktoberfestCounts towards Hacktoberfest
Description
Right now the engine implements alpha-beta pruned search in the chessengine.bitboard.Board class. To help speed up the search, we should order the moves from most likely to be good moves to least likely.
An example of how to do this is here - https://github.com/healeycodes/andoma/blob/main/evaluate.py#L101
Metadata
Metadata
Assignees
Labels
hacktoberfestCounts towards HacktoberfestCounts towards Hacktoberfest