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

Implement Quiescence search #25

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    60974a0 View commit details
    Browse the repository at this point in the history
  2. change implementation of search to fit with the idea of having classe…

    …s implementing Engine interface, change Engine class to be an interface
    Gustav2137 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a124ce6 View commit details
    Browse the repository at this point in the history
  3. fix formatting

    Gustav2137 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    48e9107 View commit details
    Browse the repository at this point in the history
  4. fix CMake

    Gustav2137 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    278a4c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b3f883 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edff6b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cdd271 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b63a38 View commit details
    Browse the repository at this point in the history
  9. fancify destructor

    Gustav2137 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    5b0c182 View commit details
    Browse the repository at this point in the history
  10. Add guard to search.hpp

    Gustav2137 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    bd029ea View commit details
    Browse the repository at this point in the history
  11. Remove engine namespace

    Gustav2137 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    157a39a View commit details
    Browse the repository at this point in the history
  12. Update search.cpp

    Gustav2137 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    69f2558 View commit details
    Browse the repository at this point in the history
  13. Update uci.hpp

    Gustav2137 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    5424105 View commit details
    Browse the repository at this point in the history
  14. Update uci.cpp

    Gustav2137 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    3ba1f0b View commit details
    Browse the repository at this point in the history
  15. Update search.hpp

    Gustav2137 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    11d5968 View commit details
    Browse the repository at this point in the history
  16. Update search.hpp

    Gustav2137 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    37fbe1b View commit details
    Browse the repository at this point in the history
  17. Update search.cpp

    Gustav2137 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    091604b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    d69680e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15ccbeb View commit details
    Browse the repository at this point in the history
  3. Fix typo in search.cpp

    Gustav2137 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ea0b902 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    928a284 View commit details
    Browse the repository at this point in the history