Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finished Advanced Evaluation + Other Major Changes #86

Merged
merged 8 commits into from
Feb 18, 2018

Conversation

sfleischman105
Copy link
Collaborator

Changes to pleco:

  • Board::slider_blockers is now public
  • new attacks_from method in Board
  • Score now is implemented as an i32
  • Impl Mul<...> Score for various integers
  • Board::passed_pawn method.
  • File::distance() and Rank::distance methods.

changes to pleco_engine

  • Better atomic ordering in functions
  • Added PawnTable and Material to the searching structures.
  • finished new evaluation function!
  • Replaced some stuff with global variables

…, and added more constants

Signed-off-by: stephenf <stephenf@cs.washington.edu>
… prototype of Eval, alongside benchmarks.

Signed-off-by: stephenf <stephenf@cs.washington.edu>
…d `evaluate_threats` and `evaluate_passed_pawns`.

Signed-off-by: stephenf <stephenf@cs.washington.edu>
…on, and implemented them inside of the searcher.

Signed-off-by: stephenf <stephenf@cs.washington.edu>
Signed-off-by: stephenf <stephenf@cs.washington.edu>
Signed-off-by: stephenf <stephenf@cs.washington.edu>
Signed-off-by: stephenf <stephenf@cs.washington.edu>
Signed-off-by: stephenf <stephenf@cs.washington.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant