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

Fix first_and_second_max() #206

Merged
merged 36 commits into from
Aug 8, 2023
Merged

Fix first_and_second_max() #206

merged 36 commits into from
Aug 8, 2023

Commits on Jul 27, 2023

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

Commits on Jul 31, 2023

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

Commits on Aug 2, 2023

  1. Add virtualVisitIncrement

    also only increase virtualLoss Counter by 1
    QueensGambit committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    bdb422a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14b5dcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    283f319 View commit details
    Browse the repository at this point in the history
  4. Add missing ;

    QueensGambit committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6908a18 View commit details
    Browse the repository at this point in the history
  5. Simplify VIRTUAL_VISIT

    QueensGambit committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    de76cab View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update virtual-Offset implementation

    + use also virtual-visit of 1
    + don't use additional vector operation
    QueensGambit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e46506a View commit details
    Browse the repository at this point in the history
  2. Add missing implementation for VIRTUAL_OFFSET in

    get_transposition_q_value()
    QueensGambit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    bb0fec1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faf0312 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52b544a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c92b7a4 View commit details
    Browse the repository at this point in the history
  6. Add VIRTUAL_MIX

    Rename VIRTUAL_LOSS into VIRTUAL_WEIGHT
    Replace virtualVisitIncrement by virtualMixThreshold
    QueensGambit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1d17d91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    875820f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38dc0fe View commit details
    Browse the repository at this point in the history
  9. Fix compile bugs

    QueensGambit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2d0141e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d910b7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    522f347 View commit details
    Browse the repository at this point in the history
  12. Deactive virtualWeight

    QueensGambit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5a55691 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e92cb5 View commit details
    Browse the repository at this point in the history
  14. revert last change

    QueensGambit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    511d583 View commit details
    Browse the repository at this point in the history
  15. Add virtualOffsetStrenght(0.001)

    Switch between VIRTUAL_OFFSET and VIRTUAL_VISIT when using VIRTUAL_MIX
    QueensGambit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e8fd85a View commit details
    Browse the repository at this point in the history
  16. revert

    QueensGambit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    46dd935 View commit details
    Browse the repository at this point in the history
  17. Update VIRTUAL_OFFSET

    QueensGambit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cfa391b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c38d9f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    0f94920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eba23f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ed0c8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1ef98b View commit details
    Browse the repository at this point in the history
  5. Fix compile error

    QueensGambit committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    514dad5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    d51ff2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aa57a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db35e1d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    3f4a5a2 View commit details
    Browse the repository at this point in the history
  2. Fix first_and_second_max()

    Update secondMax = std::numeric_limits<T>::min();
    QueensGambit committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ab632bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63c323c View commit details
    Browse the repository at this point in the history