tildedave / ra-chess-engine

Golang chess engine I'm hacking up
3 stars 0 forks source link

Next Steps #44

Closed tildedave closed 4 years ago

tildedave commented 5 years ago

With evaluation focused on material it is hard for the search to get out of the earlier search phases. More implementation here will help the search prune what a good or bad position is more effectively which means it should be able to search deeper.

Search

Evaluation

Move Generation

tildedave commented 4 years ago

Will re-evaluate everything. Did some of these already, will do others later.