-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.0.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: winapiadmin/cppchess_engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 68 files changed
- 2 contributors
Commits on Apr 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8a3aa26 - Browse repository at this point
Copy the full SHA 8a3aa26View commit details -
Merge branch 'main' of https://github.com/winapiadmin/cppchess_engine
some file removed
Configuration menu - View commit details
-
Copy full SHA for 41bf217 - Browse repository at this point
Copy the full SHA 41bf217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69721a9 - Browse repository at this point
Copy the full SHA 69721a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29cf90c - Browse repository at this point
Copy the full SHA 29cf90cView commit details
Commits on Apr 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 30d1dda - Browse repository at this point
Copy the full SHA 30d1ddaView commit details
Commits on Apr 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ef6bc41 - Browse repository at this point
Copy the full SHA ef6bc41View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd894f - Browse repository at this point
Copy the full SHA ccd894fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fcdbd - Browse repository at this point
Copy the full SHA 96fcdbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a338c86 - Browse repository at this point
Copy the full SHA a338c86View commit details
Commits on May 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ca00884 - Browse repository at this point
Copy the full SHA ca00884View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd24bb - Browse repository at this point
Copy the full SHA cdd24bbView commit details
Commits on May 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3c4f1f4 - Browse repository at this point
Copy the full SHA 3c4f1f4View commit details
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 14e5504 - Browse repository at this point
Copy the full SHA 14e5504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82dd915 - Browse repository at this point
Copy the full SHA 82dd915View commit details
Commits on May 16, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2cd15d4 - Browse repository at this point
Copy the full SHA 2cd15d4View commit details
Commits on May 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a91eddd - Browse repository at this point
Copy the full SHA a91edddView commit details
Commits on Jun 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e68a692 - Browse repository at this point
Copy the full SHA e68a692View commit details
Commits on Jul 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c0f36f5 - Browse repository at this point
Copy the full SHA c0f36f5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.5...main