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

Add support for Xiangqi #93

Merged
merged 19 commits into from
Apr 27, 2021
Merged

Add support for Xiangqi #93

merged 19 commits into from
Apr 27, 2021

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    06f25c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e8a98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b32e23 View commit details
    Browse the repository at this point in the history
  4. Add xiangqi support for MCTS

    mlanher committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    25b48b7 View commit details
    Browse the repository at this point in the history
  5. Add xiangqi support for MCTS

    mlanher committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    024bd37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08af294 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acdd5b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53f0c3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa00104 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77282d6 View commit details
    Browse the repository at this point in the history
  11. Add tests for xiangqi planes

    mlanher committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    7e6cf34 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    26869ed View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Fix rank and file lookups

    mlanher committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    a3aa0d9 View commit details
    Browse the repository at this point in the history
  2. Disable NNUE evaluation

    mlanher committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    dcffc57 View commit details
    Browse the repository at this point in the history
  3. Update fairystate.h

    added init()
    QueensGambit authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    a8df88a View commit details
    Browse the repository at this point in the history
  4. update fairystate.cpp

    added init()
    QueensGambit authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    784c238 View commit details
    Browse the repository at this point in the history
  5. Update state.h

    uncomment init()
    QueensGambit authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    2c2f090 View commit details
    Browse the repository at this point in the history
  6. Update optionsuci.cpp

    use model/xiangqi as Model_Directory
    QueensGambit authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    0a9914a View commit details
    Browse the repository at this point in the history
  7. Update CMakeLists.txt

    use MODE_CRAYZHOUSE as default
    QueensGambit authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    c872e25 View commit details
    Browse the repository at this point in the history