Changes

Jump to: navigation, search

Komodo

7,487 bytes added, 12:54, 28 June 2020
no edit summary
'''Komodo''',<br/>
a chess engine by primary author [[Don Dailey]] (died at the age of 57 on November 22, 2013) and since October 2013, by [[Mark Lefler]], supported by chess advisor and evaluation expert and Don's long time collaborator [[Larry Kaufman]]. Since 2015, [[:Category:Opening Book Author|opening book expert]] [[Erdogan Günes]] is responsible for Komodo's [[Opening Book|book moves]].
At the [[WCCC 2016]] [[#10|Komodo 10.x]] first time won the [[Shannon Trophy]], defended by subsequent versions at the [[WCCC 2017]] and [[WCCC 2018]] so far.
Komodo is a standalone chess engine supporting the [[UCI]] protocol and is available for multiple platforms and [https://en.wikipedia.org/wiki/Operating_system operating systems], and is therefore compatible with free and commercial UCI compliant chess [[GUI|graphical user interfaces]] and [[Databases|database]] front ends.
As of December 2011, Komodo became commercial with version '''4''' <ref>[http://komodochess.com/komodo4sp-28a Komodo 4 UCI chess engine download]</ref>, earlier versions running under [[Windows]], [[Linux]], [[Mac OS]] and [[Android]] are available from the Komodo download site, free for non-commercial use <ref>[https://komodochess.com/downloads.htm Available Versions of Komodo]</ref> <ref>[http://komodochess.com/downloads.php Komodo chess engine by Don Dailey and Larry Kaufman - Downloads]</ref>. Next release date was May 2013, with [[CCT15]] winner Komodo '''CCT''' <ref>[http://www.talkchess.com/forum/viewtopic.php?t=47906 Komodo CCT release] by [[Don Dailey]], [[CCC]], May 03, 2013</ref>.
=Further Versions=
<span id="7"></span>
==Komodo TCEC and 7==
As winner of the TCEC 5 final, Komodo '''TCEC''' was released on December 04, 2013 <ref>[http://www.talkchess.com/forum/viewtopic.php?t=50324 Komodo TCEC released] by [[Larry Kaufman]], [[CCC]], December 04, 2013</ref>, the further improved Komodo '''7''' on May 21, 2014, during the [[TCEC Season 6#Superfinal|TCEC Season 6 final]] versus [[Stockfish]] again, now supporting [[Syzygy Bases]] <ref>[http://komodochess.com/Komodo7-38a.htm Komodo chess engine - Komodo 7]</ref>, probing code interface implementation by [[Jeremy Bernstein]] <ref>[http://www.talkchess.com/forum/viewtopic.php?t=52391&start=7 Re: Komodo Syzygy evals] by [[Larry Kaufman]], [[CCC]], May 21, 2014</ref>.
<span id="8"></span>
==Komodo 8==
Komodo '''8''', released on September 05, 2014, is was a substantial improvement over Komodo 7a, which was already rated among the top three chess engines on almost all rating lists <ref>[http://komodochess.com/Komodo8-40a.htm Komodo chess engine - Komodo 8]</ref>. Komodo 8 supports [[Syzygy Bases]] and is available for [[Windows]], [[Linux]], [[Mac OS]] and [[Android]], the latter immediately available for import in [[Chess for Android]] and in [[Chess for Glass]] <ref>[http://aartbik.blogspot.de/2014/09/more-on-komodo-8.html More on Komodo 8] by [[Aart Bik]], September 9, 2014</ref>. Since mid September 2014, Komodo 8 for Windows is available as [[ChessBase]] engine, bundled with the [[Fritz#DeepFritz14|Deep Fritz interface]], Syzygy bases not included <ref>[http://shop.chessbase.com/en/products/komodo_chess_8 Komodo 8] - [[ChessBase|ChessBase Shop]], September 10, 2014</ref>.
<span id="9"></span>
==Komodo 9==
Komodo '''9''', released on April 28, 2015, continues continued the progress with approximately +50 Elo over Komodo 8 due to improved [[Search|search]], [[Evaluation|evaluation]], and [[Time Management|time management]], as well as more efficient use of multiprocessing <ref>[http://komodochess.com/Komodo9-43a.htm Komodo chess engine - Komodo 9]</ref>. Most noticeable is the increase in [[Depth|search depth]] reached in a given amount of time, which is due to better [[Extensions|extension]], [[Reductions|reduction]], and [[Pruning|pruning]] rules <ref>[http://www.talkchess.com/forum/viewtopic.php?t=56092 Komodo 9 Announcement] by [[Larry Kaufman]], [[CCC]], April 22, 2015</ref>. Further, Komodo 9 now features [[Chess960]] and a [[Persistent Hash Table|persistant hash]] to save and restore analysis.
<span id="10"></span>
==Komodo 10==
Komodo '''12''' was released in May 2018. Beside the classical, slightly improved engine, Komodo 12 features an optional [[Monte-Carlo Tree Search]] (MCTS), the release likely influenced by the [[AlphaZero]] hype.
However, as confirmed by [[Mark Lefler]] <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=67441&start=25 Re: Komodo 12 and MCTS] by [[Mark Lefler]], [[CCC]], May 14, 2018</ref>
implementing MCTS was already an old idea of the Komodo team - also due to [[Don Dailey|Don Dailey's]] computer [[Go]] experience in developing a MCTS building an [[GoUCT]] programmingplayer.<span id="MCTS"></span>==Komodo MCTS==In Komodo's [[Monte-Carlo Tree Search|MCTS ]] mode the [[Search Tree|search tree]] is expanded in [[Best-First|best-first]] manner based on [[Pawn Advantage, Win Percentage, and Elo|winning probabilities]] determined not neither by random playoutsnor by a [[Neural Networks|neural network]], but a tiny [[Alpha-Beta|alpha-beta search]] plus [[Quiescence Search|quiescence]] and [[Evaluation|static evaluation]], also similar to [[UCT]], dealing with the with crucial trade-off between [https://en.wikipedia.org/wiki/Monte_Carlo_tree_search#Exploration_and_exploitation exploration and exploitation]. While [[Playing Strength|playing strength]] is lower with MCTS, positional play and judgement may well be better in many positions <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=67441 Komodo 12 and MCTS] by [[Larry Kaufman]], [[CCC]], May 14, 2018</ref>, not to mention a more risky and entertaining playing style.<span id="13"></span>==Komodo 13==In May 2019, Komodo '''13''' was released with substantial improvements in [[Monte-Carlo Tree Search|MCTS]] mode. Quote by [[Larry Kaufman]] <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=70681&start=77 Re: Komodo 13 released] by [[Larry Kaufman]], [[CCC]], May 18, 2019</ref>: The changes from Komodo 12 to 13 in MCTS mode (which is where most of the changes were made) are so vast and pervasive that it is hopeless to even try to enumerate them. The elo gains are in the 300 to 400 range on any number of threads, so it's really a very different engine. Virtually every aspect was improved, some of the changes being rather radical. Most cannot be explained without describing in detail how Komodo MCTS works, which is pretty unique. As for regular Komodo, there were quite a few changes, but only a few that show up as measurable elo gains on one to four threads. To be honest, if you never use [[Principal Variation#MultiPV|MultiPV]] or MCTS mode, don't have more than a few cores, and already own Komodo 12, I wouldn't recommend spending the money for Komodo 13 unless the cost is insignificant to you. But I think that most people do use MultiPV, and if so Komodo 13 MCTS is clearly better than Komodo 12 in either mode.<span id="14"></span>==Komodo 14==Komodo '''14''', released in May 2020 with following improvements announced by [[Larry Kaufman]] <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=73916 Komodo 14 released] by [[Larry Kaufman]], [[CCC]], May 12, 2020</ref>: The improvements cover a wide range of issues, including [[Extensions|extensions]], [[Null Move Pruning|null move]], [[King Safety]], [[Time Management|time management]], and many more. There is one new feature added since Komodo 13.3, "[https://en.wikipedia.org/wiki/Fast_chess#Armageddon Armageddon]" mode, which tells Komodo that White (or Black) must win, draws are scored as losses for that color. When draws are counted as losses for White, knowing this improves Komodo's performance as White by about 30 elo according to our tests. In Armageddon mode, the specified color (usually White) not only avoids clear draws, but adjusts [[Contempt Factor|Contempt]] by an amount we determined was most helpful for Armageddon play. Testing on one thread in Armageddon mode suggests that on a modern laptop, if White gets one minute total plus 1% increment, and Black gets half a minute plus 1% increment plus draw odds, then chances are fairly close to balanced. Other features added since Komodo 13 include more levels, Personalities, and Auto-Skill. Standard mode remains the strongest when [[Principal Variation#MultiPV|Multi-PV]] is not in use, while [[Monte-Carlo Tree Search|MCTS]] mode is generally strongest when both are using Multi-PV.
=Tournament Play=
<span id="WCCC2018"></span>
===2018===
In [[Timeline#2018|2018]] [[#12|Komodo 12]] continued its success by winning the [[ICGA]] [[WCCC 2018]], [[WCSC 2018]] and Blitz tournaments in [https://en.wikipedia.org/wiki/Stockholm Stockholm], and later that year the [[WCRCC 2018]] online.===2019===[[Komodo#13|Komodo 13.1]] <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=71606 Komodo 13.1 released] by [[Larry Kaufman]], [[CCC]], August 19, 2019</ref> was able to defend both titles at the [[ICGA]] [[WCCC 2019]] and [[WCSC 2019]] in [https://en.wikipedia.org/wiki/Macau Macau], the WCCC on a 128 cores.
=Quotes=
==Lazy Evaluation==
[[Don Dailey]] on [[Selectivity]] and [[Lazy Evaluation]] <ref>[http://www.talkchess.com/forum/viewtopic.php?topic_view=threads&p=435935&t=41236 Re: Lazy eval] by [[Don Dailey]], [[CCC]], December 02, 2011</ref> :
Komodo pushes the selectivity pretty hard and we DO get a decent [[Nodes per secondSecond|nodes per second]] increase with Lazy evaluation but the problem is that we get a big increase in [[Node|nodes]]. It is this way because we assume we will not make scout if the guesstimate is too low. So we miss some of the [[Beta-Cutoff|beta cutoffs]], you cannot have your cake and eat it too. Komodo's positional component can vary enormously so we do take a lot of damage positionally when we use lazy margins.
==Node Counting==
=Publications=
* [[Arno Nickel]] ('''2012'''). ''[http://www.edition-marco-shop.de/epages/64079634.sf/de_DE/?ObjectPath=/Shops/64079634/Categories/Schachgeschehen/Computerschach Die schöne neue Welt der Schachengines]''. [http://www.zeitschriftschach.de/ SCHACH] 2,3,5,6 2012, [http://www.edition-marco-shop.de/WebRoot/Store14/Shops/64079634/5177/F0A3/C389/D0DD/3A71/C0A8/2935/25F6/Die_schoene_neue_Welt_der_Schachengines.pdf pdf] (German) <ref>Part 1 covers [[Houdini]], [[Rybka]], [[Komodo]], [[Stockfish]], [[Critter]], [[Naum]], [[Chiron]] and [[Spike]]</ref>
* [[Tamal T. Biswas]], [[Kenneth Wingate Regan|Kenneth W. Regan]] ('''2015'''). ''Measuring Level-K Reasoning, Satisficing, and Human Error in Game-Play Data''. [[IEEE]] [http://www.icmla-conference.org/icmla15/ ICMLA 2015], [http://www.cse.buffalo.edu/~regan/papers/pdf/BiRe15_ICMLA2015.pdf pdf preprint]
=Forum Posts=
* [http://www.talkchess.com/forum/viewtopic.php?t=53691 Komodo 8 on the rating lists] by [[Larry Kaufman]], [[CCC]], September 14, 2014 » [[Engine Rating Lists]]
* [http://www.talkchess.com/forum/viewtopic.php?t=53807 Some fun with Komodo 8] by [[Kai Laskos]], [[CCC]], September 23, 2014 » [[Branching Factor#EffectiveBranchingFactor|EBF]]
* [http://www.talkchess.com/forum/viewtopic.php?t=53813 Komodo Android Experiment] by [http://www.talkchess.com/forum/profile.php?mode=viewprofile&u=608 [Ted Summers]], [[CCC]], September 24, 2014
* [http://www.talkchess.com/forum/viewtopic.php?t=53995 Threads test incl. Stockfish 5 and Komodo 8] by [[Andreas Strangmüller]], [[CCC]], October 09, 2014
* [http://www.talkchess.com/forum/viewtopic.php?t=54009 Threads test - Stockfish 5 against Komodo 8] by [[Andreas Strangmüller]], [[CCC]], October 10, 2014 » [[Thread]], [[Parallel Search]], [[Stockfish]], [[Komodo]]
* [http://www.talkchess.com/forum/viewtopic.php?t=56762 Significant modification of Komodo SMP implementation] by [[Kai Laskos]], [[CCC]], June 23, 2015
* [http://www.talkchess.com/forum/viewtopic.php?t=57325 Komodo 9.2] by [[Larry Kaufman]], [[CCC]], August 21, 2015
* [https://groups.google.com/d/msg/fishcooking/vGgxv_W_LOI/SAQOxpFsBwAJ Komodo, Lazy SMP, and the like :-)] by [[Stephane Nicolet]], [[Computer Chess Forums|FishCooking]], September 30, 2015 » [[Stockfish]], [[Lazy SMP]]
* [http://www.talkchess.com/forum/viewtopic.php?t=58391 Komodo 9.3 has been released] by [[Larry Kaufman]], [[CCC]], November 27, 2015
* [http://www.talkchess.com/forum/viewtopic.php?t=58428 Komodo 9.3 game/x setting] by [[Larry Kaufman]], [[CCC]], November 30, 2015
==2018==
* [http://www.talkchess.com/forum/viewtopic.php?t=66335 Komodo 11.2.2 - Initial position until depth 54] by [[Andreas Strangmüller]], [[CCC]], January 15, 2018 » [[Initial Position]]
* [https://groups.google.com/d/msg/fishcooking/CmSJ1CspgqQ/g-uYtPZ7CgAJ How does Komodo's imbalance evaluation work?] by [[Stephane Nicolet]], [[Computer Chess Forums|FishCooking]], February 17, 2018 » [[Stockfish]]
* [http://www.talkchess.com/forum/viewtopic.php?t=66736 Komodo 11.3 released] by [[Larry Kaufman]], [[CCC]], March 04, 2018
* [http://www.talkchess.com/forum/viewtopic.php?t=66737 Komodo 11.3] by Ianski hurnavich, [[CCC]], March 04, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=67861 Komodo Persistent Hash] by [[Jean-Francois Romang]], [[CCC]], June 30, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68323 Komodo MCTS] by Ron Langeveld, [[CCC]], August 29, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68600 Komodo?] by Hurnavich, [[CCC]], October 08, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68626 Komodo MCTS and Komodo (Standard?) in CCCC current Blitz battle] by [[Günther Simon]], [[CCC]], October 11, 2018
: [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68626&start=3 Re: Komodo MCTS and Komodo (Standard?) in CCCC current Blitz battle] by [[Larry Kaufman]], [[CCC]], October 16, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68718 What was the top Chess engine before it was Stockfish, Komodo or Houdini?] by JohnW, [[CCC]], October 23, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68848 Komodo 12.2 Announcement] by [[Larry Kaufman]], [[CCC]], November 06, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68887 Komodo 12.2.1] by [[Larry Kaufman]], [[CCC]], November 10, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68912 Komodo 12.2.2 Release] by [[Mark Lefler]], [[CCC]], November 12, 2018
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=69298 Komodo 12.3 is out] by schack, [[CCC]], December 17, 2018
==2019==
'''Komodo 13'''
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=70681 Komodo 13 released] by [[Larry Kaufman]], [[CCC]], May 06, 2019
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=71556 Congrats the Komodo Team] by Mehmet Karaman, [[CCC]], August 15, 2019 » [[WCCC 2019]]
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=71606 Komodo 13.1 released] by [[Larry Kaufman]], [[CCC]], August 19, 2019 » [[WCCC 2019]]
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=72096 Komodo 13.2 Release] by [[Larry Kaufman]], [[CCC]], October 16, 2019
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=72234 Komodo 13.2] by Jonathan Cremers, [[CCC]], November 02, 2019
==2020==
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=73124 Komodo 13.3 released] by [[Larry Kaufman]], [[CCC]], February 18, 2020
'''Komodo 14'''
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=73916 Komodo 14 released] by [[Larry Kaufman]], [[CCC]], May 12, 2020
==Matches==
* [https://www.chess.com/news/komodo-beats-nakamura-in-final-battle-1331 Komodo Beats Nakamura In Final Battle] by [https://schach.chess.com/coach/sam-copeland Sam Copeland], [https://en.wikipedia.org/wiki/Chess.com Chess.com], January 08, 2016
* [https://www.chess.com/news/komodo-coasts-to-victory-over-benjamin-9464 Komodo Coasts To Victory Over Benjamin] by [https://schach.chess.com/coach/sam-copeland Sam Copeland], [https://en.wikipedia.org/wiki/Chess.com Chess.com], March 31, 2016
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=71665 Komodo vs. Larry K on chess.com] by [[Larry Kaufman]], [[CCC]], August 27, 2019
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=73381 Komodo vs GM Smerdon knight odds match] by [[Larry Kaufman]], [[CCC]], March 16, 2020
=External Links=
* [https://en.wikipedia.org/wiki/Komodo_%28chess%29 Komodo (chess) from Wikipedia]
* [http://www.chessgames.com/perl/chessplayer?pid=125290 The chess games of Komodo] from [http://www.chessgames.com/index.html chessgames.com]
* [https://rjlipton.wordpress.com/2015/10/06/depth-of-satisficing/ Depth of Satisficing] by [[Kenneth Wingate W. Regan|Ken Regan]], [https://rjlipton.wordpress.com/ Gödel's Lost Letter and P=NP], October 06, 2015 » [[Depth]], [[Match Statistics]], [[Pawn Advantage, Win Percentage, and Elo]], [[Stockfish]], [[Komodo]] <ref>[http://www.talkchess.com/forum/viewtopic.php?t=57890 Regan's latest: Depth of Satisficing] by Carl Lumma, [[CCC]], October 09, 2015</ref>* [https://rjlipton.wordpress.com/2016/01/21/a-chess-firewall-at-zero/ A Chess Firewall at Zero?] by [[Kenneth Wingate W. Regan|Ken Regan]], [https://rjlipton.wordpress.com/ Gödel's Lost Letter and P=NP], January 21, 2016
===Purchase===
* [https://komodochess.com/Komodo12.htm Komodo chess engine - Komodo 1213]
: [https://komodochess.com/downloads.htm Available Versions of Komodo]
* [https://shop.chessbase.com/en/products/komodo_chess_12 komodo_chess_13?Ref=RF70-5OH0EFN840 Komodo 1213] - [[ChessBase|ChessBase Shop]], May 20182019
===Interviews===
* [http://www.qualitychess.co.uk/blog/?p=2341 Quality Chess Blog » Q&A with Larry Kaufman], December 12, 2013
* [http://www.chessdom.com/interview-with-robert-houdart-mark-lefler-and-gm-larry-kaufman/ Interview with Robert Houdart, Mark Lefler and GM Larry Kaufman] by [[Nelson Hernandez]], [[Chessdom]], November 23, 2017 » [[TCEC Season 10]]
* [http://www.chessdom.com/komodo-mcts-monte-carlo-tree-search-is-the-new-star-of-tcec/ Komodo MCTS (Monte Carlo Tree Search) is the new star of TCEC], [[Chessdom]], December 18, 2018
===Reports===
* [http://dentonchessclub.co.uk/wp/?p=287 Thoresen Chess Engine Competition | Denton Chess Club Blog] by [[Ivan Urwin]], October 5, 2013
* [https://en.chessbase.com/post/analyzing-games-with-komodo-part-two Analyzing games with Komodo (Part two)] by [[Albert Silver]], [[ChessBase|ChessBase News]], November 13, 2014
* [https://en.chessbase.com/post/komodo-8-deep-blue-revisited-part-one Komodo 8: Deep Blue revisited (part one)] by [[Albert Silver]], [[ChessBase|ChessBase News]], December 26, 2014 » [[Deep Blue]], [[Kasparov versus Deep Blue 1997]] <ref>[http://www.talkchess.com/forum/viewtopic.php?t=54759 Komodo 8: Deep Blue revisited (1/2)] by [[Graham Banks]], [[CCC]], December 27, 2014</ref>
* [https://rjlipton.wordpress.com/2014/12/28/the-new-chess-world-champion/ The New Chess World Champion] by [[Kenneth Wingate W. Regan|Ken Regan]], [http://rjlipton.wordpress.com/ Gödel's Lost Letter and P=NP], December 28, 2014 » [[Larry Kaufman]], [[TCEC Season 7]]
* [https://www.chess.com/article/view/the-best-chess-of-2014 The Best Chess Of 2014] - Chess Engine of the Year, [https://en.wikipedia.org/wiki/Chess.com Chess.com], December 29, 2014
* [https://en.chessbase.com/post/komodo-8-deep-blue-revisited-part-two Komodo 8: Deep Blue revisited (part two)] by [[Albert Silver]], [[ChessBase|ChessBase News]], December 31, 2014
* [http://aartbik.blogspot.de/2014/09/komodo-8-for-android.html Komodo 8 for Android] by [[Aart Bik]], September 6, 2014
* [http://aartbik.blogspot.de/2014/09/more-on-komodo-8.html More on Komodo 8] by [[Aart Bik]], September 9, 2014
* [https://en.chessbase.com/post/komodo-8-the-smartphone-vs-desktop-challenge Komodo 8: the smartphone vs desktop challenge] by [[Albert Silver]], [[ChessBase|ChessBase News]], September 24, 2014 <ref>[http://www.talkchess.com/forum/viewtopic.php?t=53813 Komodo Android Experiment] by [http://www.talkchess.com/forum/profile.php?mode=viewprofile&u=608 [Ted Summers]], [[CCC]], September 24, 2014</ref>
'''Komodo 9'''
* [https://en.chessbase.com/post/komodo-chess-9-faster-smarter-stronger Komodo Chess 9 – Faster, smarter, stronger], [[ChessBase|ChessBase News]], May 20, 2015
* [https://en.chessbase.com/post/komodo-11-review Komodo 11: A finely tuned engine] by [http://en.chessbase.com/author/davide-nastasio Davide Nastasio], [[ChessBase|ChessBase News]], October 11, 2017
* [https://en.chessbase.com/post/tcec-superfinal-houdini-vs-komodo TCEC: Superfinal Houdini vs Komodo] by [[Stephan Oliver Platz]], [[ChessBase|ChessBase News]], November 23, 2017 » [[TCEC Season 10]]
'''Komodo 12/MCTS'''
* [https://en.chessbase.com/post/komodo-12-with-alphazero-techniques Komodo 12 with AlphaZero techniques], [[ChessBase|ChessBase News]], May 28, 2018
* [https://en.chessbase.com/post/komodo-mcts-the-boa-constrictor-approach Komodo MCTS: the boa constrictor approach] by [[Albert Silver]], [[ChessBase|ChessBase News]], June 15, 2018
* [https://en.chessbase.com/post/tcec-12-komodo-wins-division-premier TCEC 12: Komodo wins Premier Division] by [[Stephan Oliver Platz]], [[ChessBase|ChessBase News]], June 19, 2018
* [https://de.chessbase.com/post/komodo-12-holt-triple-bei-computer-wm-in-stockholm Komodo 12 holt Triple bei Computer-WM in Stockholm] by [https://en.chessbase.com/author/andre-schulz André Schulz], [[ChessBase|ChessBase.de]], July 30, 2018 (German)
* [https://en.chessbase.com/post/gm-harry-schuessler-chess-engines The memorable world of chess engines] by [https://pl.wikipedia.org/wiki/Harry_Sch%C3%BCssler Harry Schüssler], [[ChessBase|ChessBase News]], September 05, 2018
* [http://www.chessdom.com/komodo-mcts-monte-carlo-tree-search-is-the-new-star-of-tcec/ Komodo MCTS (Monte Carlo Tree Search) is the new star of TCEC], [[Chessdom]], December 18, 2018
* [https://en.chessbase.com/post/monte-carlo-instead-of-alpha-beta Monte Carlo instead of Alpha-Beta?] by [[Stephan Oliver Platz]], [[ChessBase|ChessBase News]], January 30, 2019 » [[Monte-Carlo Tree Search|MCTS]]
'''Komodo 13'''
* [https://en.chessbase.com/post/gm-kaufman-speaks-about-his-pet-dragon GM Kaufman speaks about his pet dragon — Komodo 13] by [https://en.chessbase.com/author/davide-nastasio Davide Nastasio], [[ChessBase|ChessBase News]], August 20, 2019 » [[WCSC 2019]], [[Larry Kaufman]]
* [https://en.chessbase.com/post/komodo-world-champion-computer-icga-2019 Komodo 13 is World Champion of computer chess] by [https://en.chessbase.com/author/klaus-besenthal Klaus Besenthal], [[ChessBase|ChessBase News]], August 28, 2019 » [[WCCC 2019]]
===[[Engine Rating Lists|Rating Lists]]===
* [http://www.computerchess.org.uk/ccrl/4040/cgi/compare_engines.cgi?family=Komodo&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents Komodo] in [[CCRL|CCRL 40/40]]
'''[[Engines|Up one Level]]'''
[[Category:UCI]]
[[Category:Commercial]]
[[Category:ChessBase]]
[[Category:X86]]
[[Category:X64]]
[[Category:PC]]
[[Category:Android]]
[[Category:Linux]]
[[Category:Mac]]
[[Category:Windows]]
[[Category:Dailey Quotes]]
[[Category:Dragon]]
[[Category:Reptile]]
[[Category:Chess960]]

Navigation menu