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

Pr700 pr750 #788

Closed
wants to merge 55 commits into from
Closed

Commits on Aug 12, 2018

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

Commits on Aug 13, 2018

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

Commits on Oct 17, 2018

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

Commits on Nov 3, 2018

  1. Certainty Propagation

    efficient propagation of certainty, two-fold draw scoring, mate display and more.
    =1 suitable for training
    =2 for play
    Currently negabound search depth is one.
    Improves play in positions with many certain positions (nrear endgame TBs, mates).
    Sees repetitions faster and scores positions more accurately.
    Videodr0me committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    891ef72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f8aff0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Resolve merge conflicts

    Videodr0me committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    c664fb5 View commit details
    Browse the repository at this point in the history
  2. Resolve Merge Conflicts 2

    Videodr0me committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    560e413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4078af0 View commit details
    Browse the repository at this point in the history
  4. Speed fix. Reading non-cached parameters was slow. Now using cached v…

    …ersion. Increasing threads (e.g. 4 or 6) will get to masters speed now. Further speed fixes (move generator) possible....
    Videodr0me committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    4fb5522 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Speed fix. Used reserve in pseudo legal move generation. If compiled …

    …with lto, this yields a speed up by 30-50% in backend=random. In order to fully use CP please use 4 threads+. Changed default temporarily to 4 threads with this commit, to collect more scaling data.
    Videodr0me committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    84113e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Fix for CP=2, CP=2 (default for play) is now more conservative and ad…

    …ds instant play of certain winning moves and avoidance of loosing moves regardless of visits. CP=3 now adds advanced pruning.
    Videodr0me committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    aa266eb View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Bugfixes, codecleanup minor changes:

    - exposed depth parameter (0 is no-look-ahead)
    - only two modes CP=1 for training and CP=2 for play
    Todo:
    - change option from int to choiceoption
    - use info.mate to communicate mate scores
    Videodr0me committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    f087312 View commit details
    Browse the repository at this point in the history
  2. Rename ClearEdge

    Videodr0me committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    fdbe61a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

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

Commits on Dec 3, 2018

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

Commits on Dec 4, 2018

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

Commits on Dec 9, 2018

  1. Finalize this WIP PR:

    - Certainty Propagation is a bool option now, just on or off (default = off).
    - Cleanup code and comments
    - Threads default = 2, but if certainty propagation is turned on please use 4 threads.
    Videodr0me committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    aba68a7 View commit details
    Browse the repository at this point in the history
  2. merge with master

    Videodr0me committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    fec72f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

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

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    b7379f4 View commit details
    Browse the repository at this point in the history
  2. merge with master

    Videodr0me committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    1b7ac55 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Prefer terminal wins over certain wins, to avoid delaying mate. Prefe…

    …r certain losses over terminal losses.
    Videodr0me committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    9f21d9d View commit details
    Browse the repository at this point in the history
  2. update to master

    Videodr0me committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    27bdf3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5343415 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Configuration menu
    Copy the full SHA
    57b8675 View commit details
    Browse the repository at this point in the history
  2. fix off by one mate count

    Videodr0me committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    f503c15 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Merge pull request #2 from Videodr0me/basic-certainty-propagation

    fix off by one mate count
    MelleKoning authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    cf07352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c45b1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01bb096 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc292d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

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

Commits on Jan 31, 2019

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

Commits on Feb 1, 2019

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

Commits on Feb 3, 2019

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

Commits on Feb 9, 2019

  1. ignore .gitignore

    Videodr0me committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    e5c4a02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4919472 View commit details
    Browse the repository at this point in the history
  3. merge to master

    Videodr0me committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    6395f5b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. fix .gitignore

    Videodr0me committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    35df42f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3350ca View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. certain moves without children are reset (n_ = 0), only correct root …

    …filtered tb scores if drawn (compatible with new option kSyzygyFastPlayId), comment cleanup.
    Videodr0me committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    c5824b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Streamline node Q getter (now as fast as master - works with PR487!),…

    … updated all syzygy comments. TODO: evalposition parameters
    Videodr0me committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    64dcec3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Configuration menu
    Copy the full SHA
    823db45 View commit details
    Browse the repository at this point in the history
  2. merge with master

    Videodr0me committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    31bc393 View commit details
    Browse the repository at this point in the history
  3. merge with master2

    Videodr0me committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    1e40525 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

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

Commits on Feb 27, 2019

  1. Replace parameter by reference in EvalPosition. Use CertaintyRessult …

    …(struct of gameresult and trigger) as return value.
    Videodr0me committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    d6cfd84 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

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

Commits on Mar 8, 2019

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

Commits on Mar 9, 2019

  1. Configuration menu
    Copy the full SHA
    5827db8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'MelleKoning/basic-certainty-propagation…

    …' into VidDrome-basic-certainty-propagation
    MelleKoning committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    dc20921 View commit details
    Browse the repository at this point in the history
  3. fix gameResult typos

    MelleKoning committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    4d69b77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7afdc7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fa4e85 View commit details
    Browse the repository at this point in the history