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.0.3b
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: main
Choose a head ref
  • 20 commits
  • 68 files changed
  • 2 contributors

Commits on Feb 16, 2025

  1. Configuration menu
    Copy the full SHA
    702549c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08822de View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Configuration menu
    Copy the full SHA
    8a3aa26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41bf217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69721a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29cf90c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

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

Commits on Apr 27, 2025

  1. better time optimization

    winapiadmin committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    ef6bc41 View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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
  4. 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 Jun 4, 2025

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

Commits on Jul 9, 2025

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