-
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.1.0
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: v0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 15 files changed
- 2 contributors
Commits on Apr 27, 2025
-
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 May 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a6556a8 - Browse repository at this point
Copy the full SHA a6556a8View commit details
Commits on May 25, 2025
-
1. rewritten evaluation (missing PSQT here)
2. Enhanced search, move ordering and time management
Configuration menu - View commit details
-
Copy full SHA for bb7dea0 - Browse repository at this point
Copy the full SHA bb7dea0View 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.1.0...v0.2.0