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

Tune values #415

Merged
merged 18 commits into from
Sep 26, 2023
Merged

Tune values #415

merged 18 commits into from
Sep 26, 2023

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    080de9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7652343 View commit details
    Browse the repository at this point in the history
  3. Optimization: adding each individual weight to the whole middleGame a…

    …nd endGame scores and calculate the tapered result at the end
    eduherminio committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4b7655a View commit details
    Browse the repository at this point in the history
  4. Back to simplified AdditionalEvaluation approach, since knowing the o…

    …wn piece count is enough
    eduherminio committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    e64475d View commit details
    Browse the repository at this point in the history
  5. Fix sign

    eduherminio committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    6cd38bd View commit details
    Browse the repository at this point in the history
  6. Fix piece count

    eduherminio committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8e0ed13 View commit details
    Browse the repository at this point in the history
  7. Another bug

    eduherminio committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    cf66d9f View commit details
    Browse the repository at this point in the history
  8. Fix configuration test

    eduherminio committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    42d9bc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Add staticeval UCI option, which accepts a file paths and evaluates…

    … all positions in such file
    
    Usage example:
    ```pwsh
    dotnet run -c Release -- "staticeval \\wsl$\Ubuntu-20.04\home\edu\dev\texel-tuner\datasets\quiet-labeled.book" > quiet-labeled-evals.epd
    ```
    eduherminio committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d05ba34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4287e21 View commit details
    Browse the repository at this point in the history
  3. Try new tuned values

    eduherminio committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    581685c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    a9a2a55 View commit details
    Browse the repository at this point in the history
  2. Replace al subsraction operations in PieceAdditionalEvaluations with …

    …additions, so that negative values for penalties make sense and have the desired effect
    eduherminio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9be6ed0 View commit details
    Browse the repository at this point in the history
  3. Fix configuration mapping

    eduherminio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5c896f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19d2d99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92fe947 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b1bd64 View commit details
    Browse the repository at this point in the history
  7. Fix a few more tests

    eduherminio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1cc241a View commit details
    Browse the repository at this point in the history