TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Strongest chess player, ever

170 pointsby grenalmost 11 years ago

17 comments

asdfologistalmost 11 years ago
This is extremely impressive - it&#x27;s cool that talented programmers are pushing the limits of computer science to advance the state of the art of chess engines.<p>However, I also wish that there were comparable efforts to create AIs that train humans. Basically, figure out a way to systematically, efficiently, and scalably train amateurs into masters. That IMO would be absolutely amazing (and something I&#x27;d gladly pay for).
评论 #7829535 未加载
评论 #7829516 未加载
评论 #7831066 未加载
评论 #7830989 未加载
评论 #7829641 未加载
thejteamalmost 11 years ago
What I would love to see is work on chess engines having better strength levels for amateurs. For me at least there is a line where everything below a certain level I can beat 95 percent of the time and everything at or above that level I lose to 95 percent of the time.
评论 #7828879 未加载
评论 #7829973 未加载
评论 #7829309 未加载
评论 #7830322 未加载
评论 #7829374 未加载
kristopolousalmost 11 years ago
note that it&#x27;s just a chess &quot;engine&quot; and doesn&#x27;t come with a human-usable front-end.<p>But it&#x27;s not hard to get the thing to use xboard in linux.<p>This is what i use to invoke it: xboard -fUCI -fcp stockfish -sUCI -scp stockfish&amp;<p>it&#x27;s very challenging - and in my experience, will unfortunately peg a core unless you explicitly pause the front end (the &quot;P&quot; button in between the two arrows in the upper right)
评论 #7828893 未加载
basic_statalmost 11 years ago
<i>&gt; During the final event, after playing 64 games against Komodo, Stockfish won with the score of 35½-28½. No doubt is further allowed: Stockfish is the best chess player ever!</i><p>From a statistical point of view, this isn&#x27;t actually significant, despite the fact that draws help reduce the variance.<p>45 of those games are draws, leaving a 13-6 score in favor of Stockfish. Considering a null hypothesis of a binomial distribution with n=19 and equal chance of winning, the two-sided p-value for that score is 0.115. Unless you already have strong evidence that Stockfish is better than Komodo, you shouldn&#x27;t conclude anything about which one is best.
评论 #7829272 未加载
runeksalmost 11 years ago
Has anyone else watched <a href="http://en.lichess.org/tv" rel="nofollow">http:&#x2F;&#x2F;en.lichess.org&#x2F;tv</a>?<p>If this is two humans playing against each other in real-time, that is really impressive! It&#x27;s so mind-boggling fast (mind you I&#x27;m not a chess player).
评论 #7830344 未加载
评论 #7830117 未加载
anatolyalmost 11 years ago
Can anyone comment on what makes stockfish different from other chess engines? If I&#x27;m curious about state of the art in computer chess, is it worthwhile to study its source? What interesting ideas should I expect to see there beyond what I vaguely know to be the standard approach from introductory AI courses, i.e. some sort of alpha-beta pruning search?
评论 #7828730 未加载
评论 #7829107 未加载
评论 #7828738 未加载
评论 #7828750 未加载
EGregalmost 11 years ago
I bet it would be unnerving for someone like Kasparov or Magnus Carlsen to play this program, where it would have 1 minute on the clock and they could have the whole day. It would make many of the moves in under a second and they&#x27;d be better than the grandmasters&#x27; moves!
评论 #7828587 未加载
评论 #7828696 未加载
评论 #7828574 未加载
评论 #7828553 未加载
pk2200almost 11 years ago
Stockfish 5 was released yesterday: <a href="http://stockfishchess.org/" rel="nofollow">http:&#x2F;&#x2F;stockfishchess.org&#x2F;</a><p>As mentioned elsewhere in this thread, Stockfish is just an engine - you must install a GUI separately. XBoard is well known, but there are better alternatives:<p><a href="http://chessx.sourceforge.net/" rel="nofollow">http:&#x2F;&#x2F;chessx.sourceforge.net&#x2F;</a><p><a href="http://scidvspc.sourceforge.net/" rel="nofollow">http:&#x2F;&#x2F;scidvspc.sourceforge.net&#x2F;</a>
icambronalmost 11 years ago
I always thought of the heuristics for evaluating a chess position as the really hard part of building a chess engine; i.e. how do you capture all of the positional subtleties in a number to feed into minimax? But looking at the source, it&#x27;s not really that complicated [1]. Can someone who knows more than me comment on that? Is it that the innovations are elsewhere? That good chess really can be boiled down to &lt; 1000 LOC? That the numbers in this heuristic are just super expertly tuned?<p>[1] <a href="https://github.com/mcostalba/Stockfish/blob/master/src/evaluate.cpp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mcostalba&#x2F;Stockfish&#x2F;blob&#x2F;master&#x2F;src&#x2F;evalu...</a>
评论 #7830170 未加载
评论 #7830225 未加载
评论 #7838065 未加载
DanBCalmost 11 years ago
Are chess engines still trying to play against humans in an interesting way? (I understand they beat human players, but that people feel computers play in dull ways).<p>Is there a Turing Test for computer chess, where humans and computers play each other and they, and commentators, analyse the play, but no-one knows who is a computer or human until after the commentary is published?<p>And if we ignore humans are people playing computers against other computers for some kind of machine learning play?<p>And how optimized for speed is the software? Do they really crunch out all performance they can?<p>(Sorry for the barrage of questions but I don&#x27;t know enough about this space to do efficient websearches).
评论 #7829075 未加载
评论 #7829296 未加载
评论 #7829937 未加载
beefmanalmost 11 years ago
TCEC is cool but has less statistical power than many ratings lists out there, which show that Houdini, Komodo and Stockfish are very closely matched, with Houdini having a slight edge at long time controls and a moderate edge at quick time controls. Stockfish does release more frequently and I&#x27;m not sure which version competed in TCEC, but until the lists catch up this article is fluff.
评论 #7831353 未加载
jtthalmost 11 years ago
(Side note: what the hell is that website trying to do to my computer? It&#x27;s trying to open so many connections on weird ports!)
评论 #7829310 未加载
评论 #7829324 未加载
meowfacealmost 11 years ago
I&#x27;m rather surprised at how relatively simple and small the codebase is: <a href="https://github.com/mcostalba/Stockfish/tree/master/src" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mcostalba&#x2F;Stockfish&#x2F;tree&#x2F;master&#x2F;src</a>
评论 #7832063 未加载
alien3dalmost 11 years ago
Just try havin fun.. <a href="http://en.lichess.org/SMVJP07p" rel="nofollow">http:&#x2F;&#x2F;en.lichess.org&#x2F;SMVJP07p</a> The strongest player.. me kinda noobs..
rmbealmost 11 years ago
lichess doesn&#x27;t seem to be giving it enough juice to perform at its stated levels at the moment.<p>On my first try I managed to draw the highest AI level, rated at 2510, while my rating is under 2000 irl. (I was unable to find an &quot;offer draw&quot; button so relied on the 50-move rule) Against stockfish running on my PC that would be impossible. <a href="http://en.lichess.org/reDfuSvI" rel="nofollow">http:&#x2F;&#x2F;en.lichess.org&#x2F;reDfuSvI</a>
评论 #7860855 未加载
arikrakalmost 11 years ago
That site&#x27;s pretty impressive. They&#x27;re open source and give away for free what Chess.com charges for.
arek2almost 11 years ago
I don&#x27;t think that the present situation, when the top chess playing program is free and open-source, is good for innovation.<p>I estimate that it would take me six months of work to get to the top-20 in the world, and I don&#x27;t see how I can justify that work to myself.
评论 #7828995 未加载
评论 #7829880 未加载