-
Notifications
You must be signed in to change notification settings - Fork 530
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
Pr700 pr750 #788
Commits on Aug 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 54a199a - Browse repository at this point
Copy the full SHA 54a199aView commit details
Commits on Aug 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b6c88dc - Browse repository at this point
Copy the full SHA b6c88dcView commit details
Commits on Oct 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for db3b419 - Browse repository at this point
Copy the full SHA db3b419View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbebb38 - Browse repository at this point
Copy the full SHA fbebb38View commit details
Commits on Nov 3, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 891ef72 - Browse repository at this point
Copy the full SHA 891ef72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8aff0 - Browse repository at this point
Copy the full SHA 5f8aff0View commit details
Commits on Nov 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c664fb5 - Browse repository at this point
Copy the full SHA c664fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 560e413 - Browse repository at this point
Copy the full SHA 560e413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4078af0 - Browse repository at this point
Copy the full SHA 4078af0View commit details -
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....
Configuration menu - View commit details
-
Copy full SHA for 4fb5522 - Browse repository at this point
Copy the full SHA 4fb5522View commit details
Commits on Nov 5, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 84113e5 - Browse repository at this point
Copy the full SHA 84113e5View commit details
Commits on Nov 6, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for aa266eb - Browse repository at this point
Copy the full SHA aa266ebView commit details
Commits on Dec 1, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for f087312 - Browse repository at this point
Copy the full SHA f087312View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdbe61a - Browse repository at this point
Copy the full SHA fdbe61aView commit details
Commits on Dec 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ffee98f - Browse repository at this point
Copy the full SHA ffee98fView commit details
Commits on Dec 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4920e74 - Browse repository at this point
Copy the full SHA 4920e74View commit details
Commits on Dec 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5e726b4 - Browse repository at this point
Copy the full SHA 5e726b4View commit details
Commits on Dec 9, 2018
-
- 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.
Configuration menu - View commit details
-
Copy full SHA for aba68a7 - Browse repository at this point
Copy the full SHA aba68a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec72f0 - Browse repository at this point
Copy the full SHA fec72f0View commit details
Commits on Dec 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2a47958 - Browse repository at this point
Copy the full SHA 2a47958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c7e465 - Browse repository at this point
Copy the full SHA 2c7e465View commit details
Commits on Jan 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b7379f4 - Browse repository at this point
Copy the full SHA b7379f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b7ac55 - Browse repository at this point
Copy the full SHA 1b7ac55View commit details
Commits on Jan 26, 2019
-
Prefer terminal wins over certain wins, to avoid delaying mate. Prefe…
…r certain losses over terminal losses.
Configuration menu - View commit details
-
Copy full SHA for 9f21d9d - Browse repository at this point
Copy the full SHA 9f21d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27bdf3a - Browse repository at this point
Copy the full SHA 27bdf3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5343415 - Browse repository at this point
Copy the full SHA 5343415View commit details
Commits on Jan 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 57b8675 - Browse repository at this point
Copy the full SHA 57b8675View commit details -
Configuration menu - View commit details
-
Copy full SHA for f503c15 - Browse repository at this point
Copy the full SHA f503c15View commit details
Commits on Jan 29, 2019
-
Merge pull request #2 from Videodr0me/basic-certainty-propagation
fix off by one mate count
Configuration menu - View commit details
-
Copy full SHA for cf07352 - Browse repository at this point
Copy the full SHA cf07352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c45b1a - Browse repository at this point
Copy the full SHA 5c45b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01bb096 - Browse repository at this point
Copy the full SHA 01bb096View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc292d8 - Browse repository at this point
Copy the full SHA fc292d8View commit details
Commits on Jan 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ef963f2 - Browse repository at this point
Copy the full SHA ef963f2View commit details
Commits on Jan 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2f63b78 - Browse repository at this point
Copy the full SHA 2f63b78View commit details
Commits on Feb 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0a7cfa5 - Browse repository at this point
Copy the full SHA 0a7cfa5View commit details
Commits on Feb 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2ada0a0 - Browse repository at this point
Copy the full SHA 2ada0a0View commit details
Commits on Feb 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e5c4a02 - Browse repository at this point
Copy the full SHA e5c4a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4919472 - Browse repository at this point
Copy the full SHA 4919472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6395f5b - Browse repository at this point
Copy the full SHA 6395f5bView commit details
Commits on Feb 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 35df42f - Browse repository at this point
Copy the full SHA 35df42fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3350ca - Browse repository at this point
Copy the full SHA d3350caView commit details
Commits on Feb 11, 2019
-
certain moves without children are reset (n_ = 0), only correct root …
…filtered tb scores if drawn (compatible with new option kSyzygyFastPlayId), comment cleanup.
Configuration menu - View commit details
-
Copy full SHA for c5824b0 - Browse repository at this point
Copy the full SHA c5824b0View commit details
Commits on Feb 21, 2019
-
Streamline node Q getter (now as fast as master - works with PR487!),…
… updated all syzygy comments. TODO: evalposition parameters
Configuration menu - View commit details
-
Copy full SHA for 64dcec3 - Browse repository at this point
Copy the full SHA 64dcec3View commit details
Commits on Feb 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 823db45 - Browse repository at this point
Copy the full SHA 823db45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31bc393 - Browse repository at this point
Copy the full SHA 31bc393View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e40525 - Browse repository at this point
Copy the full SHA 1e40525View commit details
Commits on Feb 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f0f8948 - Browse repository at this point
Copy the full SHA f0f8948View commit details
Commits on Feb 27, 2019
-
Replace parameter by reference in EvalPosition. Use CertaintyRessult …
…(struct of gameresult and trigger) as return value.
Configuration menu - View commit details
-
Copy full SHA for d6cfd84 - Browse repository at this point
Copy the full SHA d6cfd84View commit details
Commits on Mar 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4108a55 - Browse repository at this point
Copy the full SHA 4108a55View commit details
Commits on Mar 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4928d2a - Browse repository at this point
Copy the full SHA 4928d2aView commit details
Commits on Mar 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5827db8 - Browse repository at this point
Copy the full SHA 5827db8View commit details -
Merge remote-tracking branch 'MelleKoning/basic-certainty-propagation…
…' into VidDrome-basic-certainty-propagation
Configuration menu - View commit details
-
Copy full SHA for dc20921 - Browse repository at this point
Copy the full SHA dc20921View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d69b77 - Browse repository at this point
Copy the full SHA 4d69b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7afdc7b - Browse repository at this point
Copy the full SHA 7afdc7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa4e85 - Browse repository at this point
Copy the full SHA 7fa4e85View commit details