Giter Site home page Giter Site logo

Comments (8)

Vinvin20 avatar Vinvin20 commented on May 19, 2024

May be there's some issues with the position being draw at some depths ? Related with Syzygy ?

from stockfish.

zamar avatar zamar commented on May 19, 2024

A few questions:

  • If you send 'stop' command to stockfish. Does it print a bestmove?
  • If you leave Stockfish running for a few hours, does it ever come back alive?

from stockfish.

bunkbail avatar bunkbail commented on May 19, 2024

"go infinite" works fine with my PC, stopped until depth 96. No syzygy though.


info depth 95 seldepth 109 multipv 1 score cp 708 nodes 10462481150 nps 45635876 hashfull 999 tbhits 0 time 229260 pv d8c8 c2d2 c8a6 d2e1 a6h6 e1f2 h6h7 f2e3 h7e7 e3d2 e7h4 d2e3 h4h7 e3f2 h7e7 f2e1 e7h4 e1d2 h4h8 d2e3 h8a8 e3d2 a8b7 d2e3 b7c6 e3f2 c6h6 f2e1 h6h3 e1d2 h3h5 d2e1 h5h6 e1f2 h6b6 f2e1 b6b3 e1d2 b3a4 d2e3 a4a1 e3f2 a1a8 f2e1 a8e4 e1f2 e4e6 f2e1 e6e5 e1d2 e5e8 d2e1 e8d8 e1f2 d8d1 f2e3 d1d7 e3f2 d7b5 f2e1 b5e8 e1f2 e8c6 f2e3 c6b5 e3d2 b5b4 d2e3 b4b7 e3d2 b7b3 d2e1 b3a2 e1f2 a2a1 f2e3 a1f6 e3d2 f6f7 d2e1 f7c7 e1f2 c7d7 f2e3 d7f7 e3d2 f7f6 d2e1 f6d6 e1f2 d6b8 f2e1 b8b2 e1f2 b2e5 f2e1 e5f5 e1d2 f5a5 d2e3 a5h5 e3f2 h5f3 f2e1 f3f8 e1d2
info depth 96 currmove d8c8 currmovenumber 1
stop
info nodes 13480650838 time 302464
bestmove d8c8 ponder c2d2

from stockfish.

bunkbail avatar bunkbail commented on May 19, 2024

UPDATE.
Stockfish updates the PV at a slower rate when (6-men) syzygy is in use. It took a VERY long time to go from depth 91 to 92. I had stop to the analysis before it prints the final PV at depth 92.


info depth 91 seldepth 110 multipv 1 score cp 739 nodes 4384833966 nps 43015980 hashfull 999 tbhits 3578196 time 101935 pv d8c8 c2d3 c8a6 d3e3 a6e6 e3d2 e6h6 d2d1 h6h7 d1e1 h7f5 e1d2 f5e4 d2e1 e4a8 e1f2 a8b8 f2e1 b8c8 e1d2 c8c4 d2e3 c4g4 e3f2 g4c8 f2e3 c8g8 e3d2 g8f8 d2e1 f8c5 e1d2 c5g5 d2e1 g5d8 e1f2 d8a5 f2e3 a5g5 e3f2 g5f6 f2e3 f6b2 e3f2 b2b1 f2e3 b1b8 e3f2 b8d6 f2e1 d6e6 e1d2 e6f7 d2e3 f7d7 e3f2 d7f5 f2e3 f5f7 e3d2 f7b7 d2e1 b7a7 e1d2 a7a1 d2e3 a1d1 e3f2 d1b3 f2e1 b3e3 e1f1 e3e6 f1e1 e6g6 e1f2 g6d3 f2e1 d3b3 e1d2 b3d5 d2e3 d5h5 e3d2 h5g4 d2e1 g4g7 e1d2 g7g6 d2e3 g6e8 e3d2 e8a4 d2e1 a4a2 e1f2 a2b2 f2e1 b2b6 e1d2 b6c7 d2e3 c7a5 e3f2 a5e5 f2e1 e5d5 e1f2
info depth 92 currmove d8c8 currmovenumber 1
stop
info nodes 16765093183 time 422441
bestmove d8c8 ponder c2d3

from stockfish.

zamar avatar zamar commented on May 19, 2024

@Vinvin20: Please provide additional information about the problem:

  • If you send 'stop' command to stockfish. Does it print a bestmove?
  • If you leave Stockfish running for a few hours, does it ever come back alive?

If we do not receive this additional key information in reasonable time (let's say within 2 weeks from opening the issue), then we have no choice but to close the issue.

from stockfish.

joergoster avatar joergoster commented on May 19, 2024

@Vinvin20 SF needs some time to resolve the fail-low. This is due to draw by 50-move rule kicking in at that point. And since this happens at a very high search depth, this may take a LOT of time ...

Change the fen to
3Q4/7p/p7/8/8/6p1/2k1n1P1/7K w - - 80 150
and try again.

from stockfish.

Vinvin20 avatar Vinvin20 commented on May 19, 2024

I don't use SF in a command line but about only in the Arena interface.
I don't know how to set the Syzygy parameters in a command line :-/

from stockfish.

zamar avatar zamar commented on May 19, 2024

This is likely not a bug. Resolving fail-highs and fail-lows at really high depths can take a long time.

I see no reason to keep this open until evidence proving contrary has been provided.

from stockfish.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.