Skip to content

Add move ordering #4

@hrushikeshrv

Description

@hrushikeshrv

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 Hacktoberfest

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions