Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: winapiadmin/cppchess_engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: winapiadmin/cppchess_engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 12 commits
  • 15 files changed
  • 2 contributors

Commits on Apr 27, 2025

  1. Update README.md

    winapiadmin authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    ccd894f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    reformatted
    winapiadmin authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    96fcdbd View commit details
    Browse the repository at this point in the history
  3. Update README.md

    winapiadmin authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    a338c86 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. a little bit buggy

    winapiadmin committed May 3, 2025
    Configuration menu
    Copy the full SHA
    ca00884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd24bb View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. few PV bugs

    winapiadmin committed May 4, 2025
    Configuration menu
    Copy the full SHA
    3c4f1f4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Configuration menu
    Copy the full SHA
    14e5504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82dd915 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Fix: Improve search and evaluation functions

    This commit includes several fixes and improvements to the search and evaluation functions:
    
    - **tt.cpp:** Reduced `depthMargin` to 0.
    - **Makefile:** Removed `-DNDEBUG` flag from CXXFLAGS.
    - **eval.h:** Added include for "tt.hpp" and `setEpd` and `setFen` functions. Removed `PV_MOVE` from `EvalKey` enum.
    - **tt.hpp:** Modified `TTEntry` to store the score in the `bestMove` field.
    - **search.hpp:** Added includes for `<chrono>` and `<atomic>`. Added `stop_requested` variable.
    - **eval.cpp:** Added documentation for `EvalWeights` map. Added `evaltt` transposition table.
    - **search.cpp:** Implemented iterative deepening, quiescence search, null move pruning, and LMR.
    - **main.cpp:** Implemented UCI protocol for setting up the board, starting the search, and printing the best move. Added time management.
    winapiadmin committed May 16, 2025
    Configuration menu
    Copy the full SHA
    2cd15d4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. some rewrites

    winapiadmin committed May 19, 2025
    Configuration menu
    Copy the full SHA
    a91eddd View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Create CMakeLists.txt

    test for Visual Studio builds
    winapiadmin authored May 24, 2025
    Configuration menu
    Copy the full SHA
    a6556a8 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. 1. rewritten evaluation (missing PSQT here)

    2. Enhanced search, move ordering and time management
    winapiadmin committed May 25, 2025
    Configuration menu
    Copy the full SHA
    bb7dea0 View commit details
    Browse the repository at this point in the history
Loading