{"id":6,"date":"2018-03-12T21:22:54","date_gmt":"2018-03-12T21:22:54","guid":{"rendered":"http:\/\/rofchade.nl\/?page_id=6"},"modified":"2023-02-27T21:35:13","modified_gmt":"2023-02-27T19:35:13","slug":"history","status":"publish","type":"page","link":"https:\/\/rofchade.nl\/?page_id=6","title":{"rendered":"Releases"},"content":{"rendered":"<p>This page contains an overview of the changes that are implemented in each release.<\/p>\n<h3><span style=\"color: #2c92e4;\">Release 3.0<\/span><\/h3>\n<p><strong>Changes of 3.0 compared to 2.3<\/strong><\/p>\n<p style=\"padding-left: 40px;\">Added NNUE support for evaluation<br \/>\nAdded UCI option NetFile to set another file and\/or directory for the net to use<br \/>\nCurrent NNUE Architecture is HalfKA (2&#215;256)x32x32x1<br \/>\n(D)FRC support (added UCI option UCI_Chess960 option<br \/>\nSome minor bug fixes<br \/>\nCreate UCI WindowsNumaNode option to explicitly bind a thread to a Numa node on Windows<br \/>\nFixed selDepth do not reset after new Iterative deepening iteration<br \/>\nRemoved re-aging old hashentry after using it in search<br \/>\nFixed not resetting failHigh count for new Iterative deepening iteration<br \/>\nFinetuning of Singular extension parameters<br \/>\nFinally got results from applying multicut in relation with Singular Extension<\/p>\n<h3><span style=\"color: #2c92e4;\">Release 2.3<\/span><\/h3>\n<p><strong>Changes of 2.3 compared to 2.202<\/strong><\/p>\n<ul>\n<li>Bugfix Time calculation with sudden death matches<\/li>\n<li>Create uci option &#8220;MoveOverhead&#8221; for definition of minimal timebuffer (default 100ms)\n<ul>\n<li>Thanks to Ipmanchess for noticing the bug and testing the solution<\/li>\n<\/ul>\n<\/li>\n<li>Add bad history pruning<\/li>\n<li>LMR tweak when inCheck<\/li>\n<li>Reuse of counterHistory and followUpHistory (no reset to 0 before calculation starts anymore)<\/li>\n<li>Tweak of insufficient material \/ draw values<\/li>\n<li>Restructure nullmove implementation<\/li>\n<li>Tweak of different aspiration windows with multi threading<\/li>\n<li>Add endgame complexity in eval\n<ul>\n<li>Thanks to Alayant for introducing\/sharing it<\/li>\n<\/ul>\n<\/li>\n<li>Add Rook\/Queen on rank 7 to eval<\/li>\n<li>Max hash size changed to 256GB<\/li>\n<li>Multi threaded hash table initialisation<\/li>\n<li>Usage of hugepages in Linux<\/li>\n<li>Shuffle rootmove captures every 4 threads<\/li>\n<li>Bugfix 3 fold repetition check<\/li>\n<li>Tweak IID depth\/depth reduction<\/li>\n<li>Remove see scoring check evasions in Quiescence<\/li>\n<li>Add 3 fold repetition check in Quiescence (again)<\/li>\n<li>Randomize drawscores 3-fold<\/li>\n<li>Bugfix Huge pages under Linux<\/li>\n<\/ul>\n<h3><span style=\"color: #2c92e4;\">Release 2.202<\/span><\/h3>\n<p><strong>Changes of 2.202 compared to 2.2<\/strong><\/p>\n<ul>\n<li>Tweak of LMR formula<\/li>\n<li>Fixed timemanagement bug which caused a early search stop when pondering or in infinite analysis<\/li>\n<\/ul>\n<h3><span style=\"color: #2c92e4;\">Release 2.2<\/span><\/h3>\n<p><strong>Changes of 2.2 compared to 2.106<\/strong><\/p>\n<ul>\n<li>Tweak of LMR formula in combination with improving staticEval<\/li>\n<li>Tweak of time management<\/li>\n<li>Initialize of killers[ply + 1]<\/li>\n<li>Change of hashkey size to 16 bits in hashtable which results in 2 extra bucket entries (worse single thread, better multi threaded)<\/li>\n<li>Changes in LMR reduction<\/li>\n<li>Reactivation of good history extension<\/li>\n<li>Reactivation of stop search when only failHigh in iterative deepening and regular time is up<\/li>\n<li>Added Buildtype BMI and NOP in version description<\/li>\n<\/ul>\n<p><strong>Changes of 2.106 (CCC10) compared to 2.105<\/strong><\/p>\n<ul>\n<li>Retune of eval parameters with &#8220;lichess-good&#8221; dataset (Thanks to Fabian von der Warth, Jon Dart and Vivien Clauzon for the data and discussion!)<\/li>\n<li>Reactivation of bad capture pruning<\/li>\n<\/ul>\n<p><strong>Changes of 2.105 (TCEC 16 League 1) compared to 2.102<\/strong><\/p>\n<ul>\n<li>Retune of eval parameters<\/li>\n<li>Use of different Razor values and LMP values for an improving staticEval<\/li>\n<li>Change of time management for X moves\/Time unit near the end of the unit<\/li>\n<li>Reactivation of space eval combined with retune<\/li>\n<li>Lowered extra time factor when pondering<\/li>\n<li>Restructure of history datastructure and make it threadlocal<\/li>\n<li>Tweak of LMR formula<\/li>\n<li>No init of followup history per move<\/li>\n<\/ul>\n<p><strong>Changes of 2.102 (CCC9) compared to 2.1<\/strong><\/p>\n<ul>\n<li>Bugfix: display uci \u00a0&#8220;option name SyzygyProbeDepth type spin <strong>default default<\/strong> 0 min 0 max 127&#8243;<\/li>\n<li>Lower iteration depth in Iterative deepening loop in case of failHigh (idea Stockfish)<\/li>\n<\/ul>\n<h3><span style=\"color: #2c92e4;\">Release 2.1<\/span><\/h3>\n<p><strong>Changes of 2.1 compared to 2.018T<\/strong><\/p>\n<ul>\n<li>Reactivation of hash table usage in quiescence<\/li>\n<li>Reactivation of bad capture pruning<\/li>\n<li>Implementation of pawn storm in evaluation<\/li>\n<li>Finetuning of LMR<\/li>\n<li>Change in ab routine:\u00a0 For pvNodes a hash score will never lead to a cut-off. This change results in a more stable usage of the search time with less extremes.<\/li>\n<li>Don&#8217;t use null-move in pvNodes<\/li>\n<li>Change of Internal Iterative Deepening depth (depth -2 instead of depth-3)<\/li>\n<li>Addition of pawnMobility in evaluation<\/li>\n<\/ul>\n<p><strong>Changes of 2.018T (TCEC15 div2 version) compared to 2.016T<\/strong><\/p>\n<ul>\n<li>Bugfix engine crash with 2 or 3 threads (due to nps addition #@&amp;!)<\/li>\n<li>Removal of bad capture pruning<\/li>\n<li>Removal of using the hash table in quiescence search(this lead to a significant higher nps with may cores, but also to a serious loss of elo&#8230;)<\/li>\n<\/ul>\n<p><strong>Changes of 2.016T (TCEC15 div3 version) compared to 2.005T<\/strong><\/p>\n<ul>\n<li>Reactivation of Counter move<\/li>\n<li>Removal of Followup move<\/li>\n<li>Implementation of Counter Move History and Followup Move History<\/li>\n<li>Simplification of passed pawn evaluation<\/li>\n<li>Syzygy Tablebase support<\/li>\n<li>Bugfix in timemanagement<\/li>\n<li>Finetuning of LMR<\/li>\n<li>Addition of NPS in info string<\/li>\n<li>Change of king safety area to 3&#215;4<\/li>\n<li>Maximization of Probcut moves<\/li>\n<li>Restructuring of getNextMoveStaged (to get the next move in the moveloop in ab)<\/li>\n<li>Implementation of bad capture pruning<\/li>\n<\/ul>\n<p><strong>Changes of 2.005T (TCEC CUP 2 version) compared to 2.0<\/strong><\/p>\n<ul>\n<li>Fixed bug for illegal pondermoves\/pv from hashtable<\/li>\n<li>Keep searching after finding proven mate while pondering<\/li>\n<li>Reactivation of Singular Extension(seems to work now)<\/li>\n<li>Change of\u00a0 history heuristic from Relative History to &#8220;general&#8221; History with self rebalancing<\/li>\n<li>Retune of LMP and LMR<\/li>\n<li>Implementation of Followup move<\/li>\n<\/ul>\n<h3><span style=\"color: #2c92e4;\"><strong>Release 2.0<\/strong><\/span><\/h3>\n<p>This is the first release with a regular evaluation function. It&#8217;s a slightly enhanced version of the one that participated in TCEC season 14, division 3.<\/p>\n<p><strong>Changes compared to 1.023T (TCEC14 div3 version)<\/strong><\/p>\n<ul>\n<li>Probcut pruning (first time with some results)<\/li>\n<li>Bugfix which caused rofChade to crash against Arasan. Due to different iteration increments (even 2 or more) of helper threads, a thread could search beyond the maximum depth<\/li>\n<li>Change in maximum search time for a move (not more then half of the remaining time)<\/li>\n<li>No usage of the hash table in quiescence<\/li>\n<\/ul>\n<p><strong>Changes compared to 1.019T (TCEC14 div4 version)<\/strong><\/p>\n<ul>\n<li>Retuning of eval parameters<\/li>\n<li>More aggressive LMP and LMR<\/li>\n<li>LMR also for pvNodes<\/li>\n<\/ul>\n<p><strong>Changes compared to 1.01 (PST\/material only version with restructured sources)<\/strong><\/p>\n<ul>\n<li>Evaluation added for pawns, mobility, king safety and threats<\/li>\n<li>Multiple smaller changes<\/li>\n<li>Restructure of eval into combined MG\/EG values (stockfish like)<\/li>\n<li>Texeltuning framework for easy tuning of eval parameters, including source generation for parameter values<\/li>\n<\/ul>\n<p><strong>Changes compared to 1.0 <\/strong><\/p>\n<ul>\n<li>Restructuring of sources into multiple files<\/li>\n<li>changed searchRoot from aspiration per root move to aspiration for total search<\/li>\n<li>changed searchRoot from root ordering based on nof nodes to regular move ordering<\/li>\n<li>Better lazy SMP scaling<\/li>\n<li>In infinite mode, the search doesn&#8217;t stop after a confirmed mate is found<\/li>\n<\/ul>\n<h3><span style=\"color: #2c92e4;\"><strong>Release 1.0<\/strong><\/span><\/h3>\n<p>This is the initial external release. See technical page for details.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This page contains an overview of the changes that are implemented in each release. Release 3.0 Changes of 3.0 compared to 2.3 Added NNUE support for evaluation Added UCI option NetFile to set another file and\/or directory for the net to use Current NNUE Architecture is HalfKA (2&#215;256)x32x32x1 (D)FRC support (added UCI option UCI_Chess960 option [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rofchade.nl\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rofchade.nl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rofchade.nl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rofchade.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rofchade.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":19,"href":"https:\/\/rofchade.nl\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":446,"href":"https:\/\/rofchade.nl\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/446"}],"wp:attachment":[{"href":"https:\/\/rofchade.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}