|
|
(101 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | Sokoban solvers are programs that solve sokoban levels. There are many programs available that can solve Sokoban levels (see [[Links#Sokoban Solvers |Sokoban solvers]]). | + | A Sokoban solver program is a program that <u>''tries to''</u> solve Sokoban levels. There are several solver programs available. (See [[Links#Sokoban Solvers |Sokoban solvers]].) |
| | | |
- | There are different types of solvers:
| + | Solver programs may have different objectives: |
- | # Solvers trying to find any solution | + | # Find any solution |
- | # Solvers trying to find push optimal solutions | + | # Find push optimal solutions |
- | # Solvers trying to find push optimal solutions with best moves | + | # Find push optimal solutions with best moves |
- | # Solvers trying to find move optimal solutions | + | # Find move optimal solutions |
- | # Solvers trying to find move optimal solutions with best pushes | + | # Find move optimal solutions with best pushes |
| | | |
- | Usually, a solver is designed to just find any solution. If the solution is to be optimized an optimizer program can be used ([[Links#Sokoban Solvers |Optimizers]]).
| + | Given the computational complexity of these tasks, a solver program is usually designed for just finding any solution. If a solution is to be optimized, an optimizer program can be used. (See [[Links#Sokoban Solvers |Optimizers]].) |
| | | |
- | To get an impression of what levels are solvable by which solver, here are some statistics.<br />
| + | The statistics presented here provide a picture of what the best freely available Sokoban solvers can do.<br /> |
| For copyrights, credits and redistribution of these statistics, please read the disclaimer. | | For copyrights, credits and redistribution of these statistics, please read the disclaimer. |
| | | |
| | | |
| + | == General benchmarking information == |
| + | |
| + | For practical reasons, almost all tests have been performed with a 10 minutes time limit. The tests are, however, not a 10 minutes contest but a showcase for what the solvers can do, so other time limits are entirely feasible. |
| + | |
| + | The hardware used for the tests is a standard PC with a modern operating system (64bit). |
| + | |
| + | Tests are performed with default solver settings. |
| + | |
| + | {| class="soko-table feature-list" |
| + | !Solver || Version || Author || Architecture || CPU usage || Source code available || More info |
| + | |- |
| + | |<span class="plainlinks">[https://festival-solver.site/ Festival]</span> || 3.1 || Yaron Shoham || 64bit || 8 threads || <span class="plainlinks">[https://festival-solver.site/ Festival 3.1]</span> || <span class="plainlinks">[https://festival-solver.site/ Website with papers about the solver]</span> |
| + | |- |
| + | |<span class="plainlinks">[http://sokolution.infinityfreeapp.com/ Sokolution]</span> || 6.33 || Florent Diedler || 64bit || all threads || no || <span class="plainlinks">[[Sokoban solver "scribbles" by Florent Diedler about the Sokolution solver | Sokoban solver "scribbles" by Florent Diedler]]</span> |
| + | |- |
| + | |<span class="plainlinks">[https://computerpuzzle.net/english/sokoban/ver740/index.html Takaken]</span> || 7.4 || Ken'ichiro Takahashi (takaken) || 64bit || 2 threads || no || <span class="plainlinks">[https://computerpuzzle.net/puzzle/sokoban/ver731/index.html Description of the used algorithms]</span> |
| + | |- |
| + | |<span class="plainlinks">[https://festival-solver.site/curry/ Curry]</span> || 0.3 || Yaron Shoham || 64bit || 1 thread || <span class="plainlinks">[https://festival-solver.site/curry/ Curry 0.3] || <span class="plainlinks">[https://festival-solver.site/curry/ Website with paper about the solver]</span> |
| + | |- |
| + | |<span class="plainlinks">[https://sourceforge.net/projects/sokobanyasc/files/sokobanyasc/ YASS]</span> || 2.151 || Brian Damgaard || 32bit || 1 thread || <span class="plainlinks">[https://sourceforge.net/projects/sokobanyasc/files/sokobanyasc/ YASS 2.151]</span> || <span class="plainlinks">[[Sokoban solver "scribbles" by Brian Damgaard about the YASS solver | Sokoban solver "scribbles" by Brian Damgaard]]</span> |
| + | |- |
| + | |<span class="plainlinks">[https://www.sokoban-online.de/ JSoko]</span> || 2.04 || Matthias Meger || 64bit || 1 thread || <span class="plainlinks">[https://sourceforge.net/projects/jsokoapplet/files/JSoko/Version%202.03/ JSoko 2.04]</span> || [[Solver | Solver information]] |
| + | |- |
| + | |<span class="plainlinks">[https://webdocs.cs.ualberta.ca/~games/Sokoban/program.html Rolling Stone]</span> || 1.0 || Andreas Junghanns || 32bit || 1 thread || <span class="plainlinks">[https://webdocs.cs.ualberta.ca/~games/Sokoban/Src/ RS] || <span class="plainlinks">[https://scholar.google.com/scholar?hl=de&as_sdt=0%2C5&q=rolling+stone+sokoban&btnG= Rolling Stone papers]</span> |
| + | |} |
| + | |
| + | Contact: SokobanoWiki@gmail.com |
| | | |
| == XSokoban Test Suite == | | == XSokoban Test Suite == |
Line 21: |
Line 48: |
| {| class="soko-table" | | {| class="soko-table" |
| |- | | |- |
- | ! colspan="10" | Sokoban Solver Statistics - XSokoban Test Suite - Solved Levels | + | ! colspan="11" | Sokoban Solver Statistics - XSokoban Test Suite - Solved Levels |
| | | |
| <!-- Header --> | | <!-- Header --> |
Line 28: |
Line 55: |
| | width="160" | Author | | | width="160" | Author |
| | width=" 70" | Levels | | | width=" 70" | Levels |
- | | width= "80" | <span class="plainlinks">[https://www.researchgate.net/publication/2305703_Pushing_the_Limits_New_Developments_in_Single-Agent_Search Junghanns]</span> | + | | width= "90" | <span class="plainlinks">[https://www.researchgate.net/publication/2305703_Pushing_the_Limits_New_Developments_in_Single-Agent_Search Rolling Stone]</span> |
- | | width=" 80" | BoxSearch
| + | | width= "80" | <span class="plainlinks">[https://computerpuzzle.net/english/sokoban/ver740/index.html Takaken]</span> |
- | | width= "80" | <span class="plainlinks">[http://www.ic-net.or.jp/home/takaken/e/soko/index.html Takaken]</span> | + | |
| | width=" 80" | <span class="plainlinks">[https://sourceforge.net/projects/sokobanyasc/ YASS]</span> | | | width=" 80" | <span class="plainlinks">[https://sourceforge.net/projects/sokobanyasc/ YASS]</span> |
| | width=" 80" | [[JSoko Solver | JSoko]] | | | width=" 80" | [[JSoko Solver | JSoko]] |
- | | width=" 80" | <span class="plainlinks">[http://codeanalysis.fr/sokoban/ Sokolution ]</span> | + | | width=" 80" | <span class="plainlinks">[http://sokolution.infinityfreeapp.com/ Sokolution ]</span> |
| + | | width=" 80" | <span class="plainlinks">[https://festival-solver.site/curry/ Curry ]</span> |
| | width=" 80" | <span class="plainlinks">[https://festival-solver.site/ Festival ]</span> | | | width=" 80" | <span class="plainlinks">[https://festival-solver.site/ Festival ]</span> |
| | | |
| <!-- -------------------------------------------------------------------------------------------------------- --> | | <!-- -------------------------------------------------------------------------------------------------------- --> |
- | <!-- XSokoban. "Collection, author, levels, Junghanns, BoxSearch, Takaken, YASS, JSoko, Sokolution, Festival" --> | + | <!-- XSokoban. "Collection, author, levels, Rolling Stone, Takaken, YASS, JSoko, Sokolution, Festival" --> |
| <!-- -------------------------------------------------------------------------------------------------------- --> | | <!-- -------------------------------------------------------------------------------------------------------- --> |
| |- align="right" | | |- align="right" |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - XSokoban - Thinking Rabbit & Various Authors| XSokoban ]] | + | | align="left" bgcolor="#f1efe5" | <span class="plainlinks">[https://sokoban-solver-statistics.sourceforge.io/statistics/XSokoban/ XSokoban]</span> |
| | align="left" | Thinking Rabbit, ... | | | align="left" | Thinking Rabbit, ... |
| | 90 | | | 90 |
- | | <span class="plainlinks">[https://webdocs.cs.ualberta.ca/~games/Sokoban/program.html 54]</span> | + | | <span class="plainlinks">[https://webdocs.cs.ualberta.ca/~games/Sokoban/program.html 59*]</span> |
- | | 42 | + | | <span class="plainlinks">[https://sokoban-solver-statistics.sourceforge.io/statistics/XSokoban/Takaken%20-%20XSokoban.html '''90''']</span> |
- | | [[SolverStatistics-takaken-ThinkingRabbit-XSokoban | 86 ]]
| + | | <span class="plainlinks">[https://sokoban-solver-statistics.sourceforge.io/statistics/XSokoban/YASS%20-%20XSokoban.html 89]</span> |
- | | [[SolverStatistics-yass-ThinkingRabbit-XSokoban | 84 ]] | + | |
| | [[SolverStatistics-jsoko-ThinkingRabbit-XSokoban | 67 ]] | | | [[SolverStatistics-jsoko-ThinkingRabbit-XSokoban | 67 ]] |
- | | [[SolverStatistics-sokolutionv3-ThinkingRabbit-XSokoban | 81 ]] | + | | <span class="plainlinks">[https://sokoban-solver-statistics.sourceforge.io/statistics/XSokoban/Sokolution%20-%20XSokoban.html '''90''']</span> |
- | | [[SolverStatistics-festival-ThinkingRabbit-XSokoban | '''90''' ]] | + | | <span class="plainlinks">[https://sokoban-solver-statistics.sourceforge.io/statistics/XSokoban/Curry%20-%20XSokoban.html '''90''']</span> |
| + | | <span class="plainlinks">[https://sokoban-solver-statistics.sourceforge.io/statistics/XSokoban/Festival%20-%20XSokoban.html '''90''']</span> |
| | | |
| |} | | |} |
| + | |
| + | *) 59 solved puzzles according to paper [https://sokoban.dk/wp-content/uploads/2016/02/Single-Agent.pdf Sokoban Enhancing general single-agent search methods using domain knowledge] |
| | | |
| {| class="soko-table" | | {| class="soko-table" |
Line 62: |
Line 91: |
| | width="160" | Author | | | width="160" | Author |
| | width=" 70" | Levels | | | width=" 70" | Levels |
- | | width=" 80" | <span class="plainlinks">[https://www.researchgate.net/publication/2305703_Pushing_the_Limits_New_Developments_in_Single-Agent_Search Junghanns]</span> | + | | width=" 80" | <span class="plainlinks">[https://www.researchgate.net/publication/2305703_Pushing_the_Limits_New_Developments_in_Single-Agent_Search Rolling Stone]</span> |
| | width=" 80" | <span class="plainlinks">[http://www.ijcai.org/Abstract/16/100 Pereira et al.]</span> | | | width=" 80" | <span class="plainlinks">[http://www.ijcai.org/Abstract/16/100 Pereira et al.]</span> |
| | width=" 80" | <span class="plainlinks">[http://sourceforge.net/projects/jsokoapplet/ JSoko]</span> | | | width=" 80" | <span class="plainlinks">[http://sourceforge.net/projects/jsokoapplet/ JSoko]</span> |
- | | width=" 80" | <span class="plainlinks">[http://codeanalysis.fr/sokoban/ Sokolution ]</span> | + | | width=" 80" | <span class="plainlinks">[http://sokolution.infinityfreeapp.com/ Sokolution ]</span> |
| | | |
| <!-- -------------------------------------------------------------------------------------------- --> | | <!-- -------------------------------------------------------------------------------------------- --> |
Line 78: |
Line 107: |
| | | |
| |} | | |} |
| + | |
| + | The statistic shows that Sokolution is by far the best solver when searching for push optimal solutions. |
| | | |
| == Large Test Suite == | | == Large Test Suite == |
Line 83: |
Line 114: |
| The large test suite comprises level packs selected for being a challenge for the solvers, but not too difficult. The statistics shows the results for the leading Sokoban solver programs. | | The large test suite comprises level packs selected for being a challenge for the solvers, but not too difficult. The statistics shows the results for the leading Sokoban solver programs. |
| | | |
- | This test suite is not subject to change, as it is meant to be a "Large Standard Test Suite" for Sokoban solver programs. | + | This test suite is not subject to change, as it is intended to be a "Large Standard Test Suite" for Sokoban solver programs. |
| | | |
| {| class="soko-table" | | {| class="soko-table" |
| |- | | |- |
- | ! colspan="8" | Sokoban Solver Statistics - Large Test Suite - Solved Levels | + | ! colspan="6" | Sokoban Solver Statistics - Large Test Suite - Solved levels |
| | | |
| <!-- Header --> | | <!-- Header --> |
| |- bgcolor="#f1efe5" align="center" | | |- bgcolor="#f1efe5" align="center" |
- | | width="115" align="left" | Collection | + | | width="115" align="left" | |
- | | width="160" | Author | + | | width=" 70" | Levels |
- | | width=" 70" | Levels | + | | width= "80" | <span class="plainlinks">[https://festival-solver.site/ Festival ]</span> |
- | | width= "80" | <span class="plainlinks">[http://www.ic-net.or.jp/home/takaken/e/soko/index.html Takaken]</span> | + | | width=" 80" | <span class="plainlinks">[http://sokolution.infinityfreeapp.com/ Sokolution]</span> |
| + | | width=" 80" | <span class="plainlinks">[https://computerpuzzle.net/english/sokoban/ver740/index.html Takaken]</span> |
| | width=" 80" | <span class="plainlinks">[https://sourceforge.net/projects/sokobanyasc/ YASS]</span> | | | width=" 80" | <span class="plainlinks">[https://sourceforge.net/projects/sokobanyasc/ YASS]</span> |
- | | width=" 80" | [[JSoko Solver | JSoko]]
| |
- | | width=" 80" | <span class="plainlinks">[http://codeanalysis.fr/sokoban/ Sokolution ]</span>
| |
- | | width=" 80" | <span class="plainlinks">[https://festival-solver.site/ Festival ]</span>
| |
- | <!-- ------------------------------------------------------------------------------------------- -->
| |
- | <!-- Aymeric du Peloux. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ------------------------------------------------------------------------------------------- -->
| |
- |
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Aymeric | Aymeric]]
| |
- | | align="left" | Aymeric du Peloux
| |
- | | 282
| |
- | | [[SolverStatistics-takaken-Aymeric | '''282''' ]]
| |
- | | [[SolverStatistics-yass-Aymeric | '''282''' ]]
| |
- | | [[SolverStatistics-jsoko-AymericduPeloux | '''282''' ]]
| |
- | | [[SolverStatistics-sokolution-Aymeric | '''282''' ]]
| |
- | | [[SolverStatistics-festival-Aymeric | '''282''' ]]
| |
- |
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | <!-- Grigr2001. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Grigr2001 - Evgeny Grigoriev| Grigr2001]]
| |
- | | align="left" | Evgeny Grigoriev
| |
- | | 100
| |
- | | [[SolverStatistics-takaken-Grigr2001 | 94 ]]
| |
- | | [[SolverStatistics-yass-Grigr2001 | 95 ]]
| |
- | | [[SolverStatistics-jsoko-EvgenyGrigoriev-Grigr2001 | 92 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Grigr2001 | 96 ]]
| |
- | | [[SolverStatistics-festival-Grigr2001 | '''99''' ]]
| |
- |
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | <!-- Grigr2002. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Grigr2002 - Evgeny Grigoriev| Grigr2002]]
| |
- | | align="left" | Evgeny Grigoriev
| |
- | | 40
| |
- | | [[SolverStatistics-takaken-Grigr2002 | 37 ]]
| |
- | | [[SolverStatistics-yass-Grigr2002 | 38 ]]
| |
- | | [[SolverStatistics-jsoko-EvgenyGrigoriev-Grigr2002 | 36 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Grigr2002 | '''40''' ]]
| |
- | | [[SolverStatistics-festival-Grigr2002 | 39 ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | <!-- GrigrSpecial. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - GrigrSpecial - Evgeny Grigoriev| GrigrSpecial]]
| |
- | | align="left" | Evgeny Grigoriev
| |
- | | 40
| |
- | | [[SolverStatistics-takaken-GrigrSpecial | '''40''' ]]
| |
- | | [[SolverStatistics-yass-GrigrSpecial | '''40''' ]]
| |
- | | [[SolverStatistics-jsoko-EvgenyGrigoriev-GrigrSpecial | 39 ]]
| |
- | | [[SolverStatistics-sokolutionv3-GrigrSpecial | '''40''' ]]
| |
- | | [[SolverStatistics-festival-GrigrSpecial | '''40''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | <!-- Holland. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - David Holland| Holland]]
| |
- | | align="left" | David Holland
| |
- | | 81
| |
- | | [[SolverStatistics-takaken-Holland | 65 ]]
| |
- | | [[SolverStatistics-yass-Holland | 59 ]]
| |
- | | [[SolverStatistics-David Holland-Holland | 55 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Holland | 66 ]]
| |
- | | [[SolverStatistics-festival-Holland | '''75''' ]]
| |
- |
| |
- | <!-- ---------------------------------------------------------------------------------- -->
| |
- | <!-- Microban. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ---------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Microban - David W. Skinner| Microban]]
| |
- | | align="left" | David W. Skinner
| |
- | | 155
| |
- | | [[SolverStatistics-takaken-Microban | '''155''' ]]
| |
- | | [[SolverStatistics-yass-Microban | '''155''' ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-Microban | '''155''' ]]
| |
- | | [[SolverStatistics-sokolutionv3-Microban | '''155''' ]]
| |
- | | [[SolverStatistics-festival-Microban | '''155''' ]]
| |
- |
| |
- | <!-- ------------------------------------------------------------------------------------- -->
| |
- | <!-- Microban II. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Microban II - David W. Skinner| Microban II]]
| |
- | | align="left" | David W. Skinner
| |
- | | 135
| |
- | | [[SolverStatistics-takaken-Microban-II | 134 ]]
| |
- | | [[SolverStatistics-yass-Microban-II | '''135''' ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-MasMicroban | '''135''' ]]
| |
- | | [[SolverStatistics-sokolutionv3-Microban-II | '''135''' ]]
| |
- | | [[SolverStatistics-festival-Microban-II | '''135''' ]]
| |
- |
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch - David W. Skinner| Sasquatch]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch | 36 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch | 26 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-Sasquatch | 31 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch | 43 ]]
| |
- | | [[SolverStatistics-festival-Sasquatch | '''48''' ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch II. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch II - David W. Skinner| Sasquatch II]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-II | 33 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-II | 20 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-MasSasquatch | 20 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-II | 35 ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-II | '''42''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch III. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch III - David W. Skinner| Sasquatch III]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-III | 22 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-III | 13 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-SasquatchIII | 12 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-III | 25 ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-III | '''36''' ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch IV. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch IV - David W. Skinner| Sasquatch IV]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-IV | 37 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-IV | 30 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-SasquatchIV | 29 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-IV | 37 ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-IV | '''40''' ]]
| |
- | <!-- ------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch V. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch V - David W. Skinner| Sasquatch V]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-V | 36 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-V | 29 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-SasquatchV | 25 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-V | '''38''' ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-V | '''38''' ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch VI. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch VI - David W. Skinner| Sasquatch VI]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-VI | 32 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-VI | 25 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-SasquatchVI | 28 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-VI | 37 ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-VI | '''39''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch VII. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch VII - David W. Skinner| Sasquatch VII]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-VII | 31 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-VII | 26 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-SasquatchVII | 26 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-VII | '''40''' ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-VII | 39 ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------- -->
| |
- | <!-- SokEvo. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - SokEvo - Lee J Haywood | SokEvo]]
| |
- | | align="left" | Lee J Haywood
| |
- | | 107
| |
- | | [[SolverStatistics-takaken-SokEvo | '''107''' ]]
| |
- | | [[SolverStatistics-yass-SokEvo | '''107''' ]]
| |
- | | [[SolverStatistics-jsoko-SokEvo | '''107''' ]]
| |
- | | [[SolverStatistics-sokolution-SokEvo | '''107''' ]]
| |
- | | [[SolverStatistics-festival-SokEvo | '''107''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | <!-- SokHard. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Lee J Haywood | SokHard ]]
| |
- | | align="left" | Lee J Haywood
| |
- | | 163
| |
- | | [[SolverStatistics-takaken-SokHard | '''163''' ]]
| |
- | | [[SolverStatistics-yass-SokHard | '''163''' ]]
| |
- | | [[SolverStatistics-jsoko-LeeJHaywood-SokHard | 137 ]]
| |
- | | [[SolverStatistics-sokolutionv3-SokHard | '''163''' ]]
| |
- | | [[SolverStatistics-festival-SokHard | '''163''' ]]
| |
- |
| |
- | <!-- ------------------------------------------------------------------------------ -->
| |
- | <!-- Sven. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ------------------------------------------------------------------------------ -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sven Egevad | Sven ]]
| |
- | | align="left" | Sven Egevad
| |
- | | 1623
| |
- | | [[SolverStatistics-takaken-SvenEgevad | 1384 ]]
| |
- | | [[SolverStatistics-yass-SvenEgevad | 1251 ]]
| |
- | | [[SolverStatistics-jsoko-SvenEgevad-Sven | 1179 ]]
| |
- | | [[SolverStatistics-sokolutionv3-SvenEgevad | 1445 ]]
| |
- | | [[SolverStatistics-festival-SvenEgevad | '''1498''']]
| |
- |
| |
- | <!-- ---------------------------------------------------------------------------------- -->
| |
- | <!-- XSokoban. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ---------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - XSokoban - Thinking Rabbit & Various Authors| XSokoban ]]
| |
- | | align="left" | Thinking Rabbit, ...
| |
- | | 90
| |
- | | [[SolverStatistics-takaken-ThinkingRabbit-XSokoban | 86 ]]
| |
- | | [[SolverStatistics-yass-ThinkingRabbit-XSokoban | 84 ]]
| |
- | | [[SolverStatistics-jsoko-ThinkingRabbit-XSokoban | 67 ]]
| |
- | | [[SolverStatistics-sokolutionv3-ThinkingRabbit-XSokoban | 89 ]]
| |
- | | [[SolverStatistics-festival-ThinkingRabbit-XSokoban | '''90''' ]]
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | <!-- Y.M. Auto. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Y.M. Auto - Yoshio Murase| Y.M. Auto ]]
| |
- | | align="left" | Yoshio Murase
| |
- | | 52
| |
- | | [[SolverStatistics-takaken-YoshioMuraseAutogenerated | '''52''' ]]
| |
- | | [[SolverStatistics-yass-YoshioMuraseAutogenerated | '''52''' ]]
| |
- | | [[SolverStatistics-jsoko-YoshioMuraseAutogenerated | '''52''' ]]
| |
- | | [[SolverStatistics-sokolutionv3-YoshioMuraseAutogenerated | '''52''' ]]
| |
- | | [[SolverStatistics-festival-YoshioMuraseAutogenerated | '''52''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | <!-- Y.M. Handmade. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Y.M. Handmade - Yoshio Murase| Y.M. Handmade ]]
| |
- | | align="left" | Yoshio Murase
| |
- | | 54
| |
- | | [[SolverStatistics-takaken-YoshioMuraseHandmade | '''54''' ]]
| |
- | | [[SolverStatistics-yass-YoshioMuraseHandmade | 52 ]]
| |
- | | [[SolverStatistics-jsoko-YoshioMurase-Handmade | 52 ]]
| |
- | | [[SolverStatistics-sokolutionv3-YoshioMuraseHandmade | '''54''' ]]
| |
- | | [[SolverStatistics-festival-YoshioMuraseHandmade | '''54''' ]]
| |
| | | |
- | <!-- --------------------------------------------------------------------------------------------- -->
| |
- | <!-- Total solved levels by solver. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution" -->
| |
- | <!-- --------------------------------------------------------------------------------------------- -->
| |
| |- bgcolor="#f1efe5" align="right" | | |- bgcolor="#f1efe5" align="right" |
- | | align="left" | Total | + | | align="left" | Total levels |
- | |
| + | |
| | 3272 <!-- Total levels --> | | | 3272 <!-- Total levels --> |
- | | 2880 <!-- Takaken --> | + | | '''3205''' <!-- Festival --> |
- | | 2680 <!-- YASS --> | + | | 3172 <!-- Sokolution --> |
- | | 2559 <!-- JSoko --> | + | | 2953 <!-- Takaken --> |
- | | 2978 <!-- Sokolution --> | + | | 2891 <!-- YASS --> |
- | | '''3071''' <!-- Festival -->
| + | |
| | | |
| |} | | |} |
| | | |
- | Download the entire test suite [https://sourceforge.net/projects/jsokoapplet/files/Wiki/Large%20Test%20Suite.zip/download here] or from [http://sokobano.de/de/levels.php www.sokobano.de].
| + | '''[https://sokoban-solver-statistics.sourceforge.io/statistics/LargeTestSuite/ Click here to see the detailed results for the Large Test Suite].''' |
| | | |
- | == Solver Statistics ==
| + | Download the entire test suite [https://sourceforge.net/projects/sokoban-solver-statistics/files/Large%20Test%20Suite.zip/download here] or the individual level sets from [http://sokobano.de/de/levels.php www.sokobano.de]. |
| | | |
- | The statistics shows the results for the leading Sokoban solvers for various level packs. Please note that the grand totals are simple summations. The number of solved unique levels may differ slightly due to duplicate levels in the level packs. | + | == Open Test Suite == |
| + | |
| + | The statistics shows the results for the leading Sokoban solvers for various level collections. Please note that the grand totals are simple summations. The number of solved unique levels may differ slightly due to duplicate levels in the level packs. |
| + | |
| + | This test suite may be changed by adding new level collections from time to time. |
| | | |
| {| class="soko-table" | | {| class="soko-table" |
| |- | | |- |
- | ! colspan="8" | Sokoban Solver Statistics - Solved Levels | + | ! colspan="6" | Sokoban Solver Statistics - Open Test Suite - Solved levels |
| | | |
| <!-- Header --> | | <!-- Header --> |
| |- bgcolor="#f1efe5" align="center" | | |- bgcolor="#f1efe5" align="center" |
- | | width="115" align="left" | Collection | + | | width="115" align="left" | |
- | | width="160" | Author | + | | width=" 70" | Levels |
- | | width=" 70" | Levels | + | | width= "80" | <span class="plainlinks">[https://festival-solver.site/ Festival]</span> |
- | | width= "80" | <span class="plainlinks">[http://www.ic-net.or.jp/home/takaken/e/soko/index.html Takaken]</span> | + | | width=" 80" | <span class="plainlinks">[http://sokolution.infinityfreeapp.com/ Sokolution]</span> |
| + | | width=" 80" | <span class="plainlinks">[https://computerpuzzle.net/english/sokoban/ver740/index.html Takaken]</span> |
| | width=" 80" | <span class="plainlinks">[https://sourceforge.net/projects/sokobanyasc/ YASS]</span> | | | width=" 80" | <span class="plainlinks">[https://sourceforge.net/projects/sokobanyasc/ YASS]</span> |
- | | width=" 80" | [[JSoko Solver | JSoko]]
| |
- | | width=" 80" | <span class="plainlinks">[http://codeanalysis.fr/sokoban/ Sokolution ]</span>
| |
- | | width=" 80" | <span class="plainlinks">[https://festival-solver.site/ Festival ]</span>
| |
| | | |
- | <!-- ------------------------------------------------------------------------------------------- -->
| |
- | <!-- Aymeric du Peloux. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ------------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Aymeric | Aymeric]]
| |
- | | align="left" | Aymeric du Peloux
| |
- | | 282
| |
- | | [[SolverStatistics-takaken-Aymeric | '''282''' ]]
| |
- | | [[SolverStatistics-yass-Aymeric | '''282''' ]]
| |
- | | [[SolverStatistics-jsoko-AymericduPeloux | '''282''' ]]
| |
- | | [[SolverStatistics-sokolution-Aymeric | '''282''' ]]
| |
- | | [[SolverStatistics-festival-Aymeric | '''282''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | <!-- Bruno Druille. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Bruno Druille | Bruno Druille]]
| |
- | | align="left" | Bruno Druille
| |
- | | 29
| |
- | | [[SolverStatistics-takaken-BrunoDruille | 17 ]]
| |
- | | [[SolverStatistics-yass-BrunoDruille | 4 ]]
| |
- | | [[SolverStatistics-jsoko-BrunoDruille | 4 ]]
| |
- | | [[SolverStatistics-sokolution-BrunoDruille | 13 ]]
| |
- | | [[SolverStatistics-festival-BrunoDruille | '''19''' ]]
| |
- |
| |
- | <!-- ---------------------------------------------------------------------------------- -->
| |
- | <!-- Disciple. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ---------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Disciple | Disciple]]
| |
- | | align="left" | Crazy Monk
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Disciple | 27 ]]
| |
- | | [[SolverStatistics-yass-Disciple | 12 ]]
| |
- | | [[SolverStatistics-jsoko-Disciple | 10 ]]
| |
- | | [[SolverStatistics-sokolution-Disciple | 27 ]]
| |
- | | [[SolverStatistics-festival-Disciple | '''41''' ]]
| |
- |
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | <!-- Grigr2001. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Grigr2001 - Evgeny Grigoriev| Grigr2001]]
| |
- | | align="left" | Evgeny Grigoriev
| |
- | | 100
| |
- | | [[SolverStatistics-takaken-Grigr2001 | 94 ]]
| |
- | | [[SolverStatistics-yass-Grigr2001 | 93 ]]
| |
- | | [[SolverStatistics-jsoko-EvgenyGrigoriev-Grigr2001 | 92 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Grigr2001 | 95 ]]
| |
- | | [[SolverStatistics-festival-Grigr2001 | '''99''' ]]
| |
- |
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | <!-- Grigr2002. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Grigr2002 - Evgeny Grigoriev| Grigr2002]]
| |
- | | align="left" | Evgeny Grigoriev
| |
- | | 40
| |
- | | [[SolverStatistics-takaken-Grigr2002 | 37 ]]
| |
- | | [[SolverStatistics-yass-Grigr2002 | 38 ]]
| |
- | | [[SolverStatistics-jsoko-EvgenyGrigoriev-Grigr2002 | 36 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Grigr2002 | '''40''' ]]
| |
- | | [[SolverStatistics-festival-Grigr2002 | 39 ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | <!-- GrigrSpecial. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - GrigrSpecial - Evgeny Grigoriev| GrigrSpecial]]
| |
- | | align="left" | Evgeny Grigoriev
| |
- | | 40
| |
- | | [[SolverStatistics-takaken-GrigrSpecial | '''40''' ]]
| |
- | | [[SolverStatistics-yass-GrigrSpecial | '''40''' ]]
| |
- | | [[SolverStatistics-jsoko-EvgenyGrigoriev-GrigrSpecial | 39 ]]
| |
- | | [[SolverStatistics-sokolutionv3-GrigrSpecial | '''40''' ]]
| |
- | | [[SolverStatistics-festival-GrigrSpecial | '''40''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | <!-- Holland. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - David Holland| Holland]]
| |
- | | align="left" | David Holland
| |
- | | 81
| |
- | | [[SolverStatistics-takaken-Holland | 65 ]]
| |
- | | [[SolverStatistics-yass-Holland | 59 ]]
| |
- | | [[SolverStatistics-David Holland-Holland | 55 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Holland | 66 ]]
| |
- | | [[SolverStatistics-festival-Holland | '''75''' ]]
| |
- |
| |
- | <!-- ----------------------------------------------------------------------------- -->
| |
- | <!-- IAG. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ----------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - IAG | It's All Greek]]
| |
- | | align="left" | DrFogh
| |
- | | 35
| |
- | | [[SolverStatistics-takaken-IAG | 23 ]]
| |
- | | [[SolverStatistics-yass-IAG | 14 ]]
| |
- | | [[SolverStatistics-jsoko-IAG | 10 ]]
| |
- | | [[SolverStatistics-sokolution-IAG | 22 ]]
| |
- | | [[SolverStatistics-festival-IAG | '''31''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | <!-- Kevin 1. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Kevin 1 | Kevin 1]]
| |
- | | align="left" | Kevin B. Reilly
| |
- | | 100
| |
- | | [[SolverStatistics-takaken-Kevin 1 | 95 ]]
| |
- | | [[SolverStatistics-yass-Kevin 1 | 86 ]]
| |
- | | [[SolverStatistics-jsoko-Kevin 1 | 74 ]]
| |
- | | [[SolverStatistics-sokolution-Kevin 1 | 92 ]]
| |
- | | [[SolverStatistics-festival-Kevin 1 | '''100''' ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | <!-- Kobus Theron. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Kobus Theron | Kobus Theron]]
| |
- | | align="left" | Kobus Theron
| |
- | | 107
| |
- | | [[SolverStatistics-takaken-KobusTheron | '''106''' ]]
| |
- | | [[SolverStatistics-yass-KobusTheron | 91 ]]
| |
- | | [[SolverStatistics-jsoko-KobusTheron | 71 ]]
| |
- | | [[SolverStatistics-sokolution-KobusTheron | '''107''' ]]
| |
- | | [[SolverStatistics-festival-KobusTheron | 106 ]]
| |
- |
| |
- | <!-- ---------------------------------------------------------------------------------------- -->
| |
- | <!-- Marcus Palstra. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ---------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Marcus Palstra| Marcus Palstra]]
| |
- | | align="left" | Marcus Palstra
| |
- | | 30
| |
- | | [[SolverStatistics-takaken-MarcusPalstra | 10 ]]
| |
- | | [[SolverStatistics-yass-MarcusPalstra | 7 ]]
| |
- | | [[SolverStatistics-jsoko-MarcusPalstra | 4 ]]
| |
- | | [[SolverStatistics-sokolution-MarcusPalstra | 12 ]]
| |
- | | [[SolverStatistics-festival-MarcusPalstra | '''15''' ]]
| |
- |
| |
- | <!-- ------------------------------------------------------------------------------------- -->
| |
- | <!-- Master Head. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Master Head| Master Head]]
| |
- | | align="left" | Master Head
| |
- | | 45
| |
- | | [[SolverStatistics-takaken-MasterHead | 44 ]]
| |
- | | [[SolverStatistics-yass-MasterHead | 37 ]]
| |
- | | [[SolverStatistics-jsoko-MasterHead | 36 ]]
| |
- | | [[SolverStatistics-sokolution-MasterHead | 44 ]]
| |
- | | [[SolverStatistics-festival-MasterHead | '''45''' ]]
| |
- |
| |
- | <!-- ---------------------------------------------------------------------------------- -->
| |
- | <!-- Microban. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ---------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Microban - David W. Skinner| Microban]]
| |
- | | align="left" | David W. Skinner
| |
- | | 155
| |
- | | [[SolverStatistics-takaken-Microban | '''155''' ]]
| |
- | | [[SolverStatistics-yass-Microban | '''155''' ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-Microban | '''155''' ]]
| |
- | | [[SolverStatistics-sokolutionv3-Microban | '''155''' ]]
| |
- | | [[SolverStatistics-festival-Microban | '''155''' ]]
| |
- |
| |
- | <!-- ------------------------------------------------------------------------------------- -->
| |
- | <!-- Microban II. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Microban II - David W. Skinner| Microban II]]
| |
- | | align="left" | David W. Skinner
| |
- | | 135
| |
- | | [[SolverStatistics-takaken-Microban-II | 134 ]]
| |
- | | [[SolverStatistics-yass-Microban-II | '''135''' ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-MasMicroban | '''135''' ]]
| |
- | | [[SolverStatistics-sokolutionv3-Microban-II | '''135''' ]]
| |
- | | [[SolverStatistics-festival-Microban-II | '''135''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | <!-- Numbers. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Numbers| Numbers]]
| |
- | | align="left" | DrFogh
| |
- | | 12
| |
- | | [[SolverStatistics-takaken-Numbers | 8 ]]
| |
- | | [[SolverStatistics-yass-Numbers | 10 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-Numbers | 7 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Numbers | '''11''' ]]
| |
- | | [[SolverStatistics-festival-Numbers | '''11''' ]]
| |
- |
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch - David W. Skinner| Sasquatch]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch | 36 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch | 26 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-Sasquatch | 31 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch | 43 ]]
| |
- | | [[SolverStatistics-festival-Sasquatch | '''48''' ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch II. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch II - David W. Skinner| Sasquatch II]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-II | 33 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-II | 20 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-MasSasquatch | 20 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-II | 35 ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-II | '''42''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch III. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch III - David W. Skinner| Sasquatch III]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-III | 22 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-III | 13 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-SasquatchIII | 12 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-III | 25 ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-III | '''36''' ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch IV. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch IV - David W. Skinner| Sasquatch IV]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-IV | 37 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-IV | 30 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-SasquatchIV | 29 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-IV | 37 ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-IV | '''40''' ]]
| |
- |
| |
- | <!-- ------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch V. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch V - David W. Skinner| Sasquatch V]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-V | 36 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-V | 29 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-SasquatchV | 25 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-V | '''38''' ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-V | '''38''' ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch VI. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch VI - David W. Skinner| Sasquatch VI]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-VI | 32 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-VI | 25 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-SasquatchVI | 28 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-VI | 37 ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-VI | '''39''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | <!-- Sasquatch VII. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sasquatch VII - David W. Skinner| Sasquatch VII]]
| |
- | | align="left" | David W. Skinner
| |
- | | 50
| |
- | | [[SolverStatistics-takaken-Sasquatch-VII | 31 ]]
| |
- | | [[SolverStatistics-yass-Sasquatch-VII | 26 ]]
| |
- | | [[SolverStatistics-jsoko-DavidWSkinner-SasquatchVII | 26 ]]
| |
- | | [[SolverStatistics-sokolutionv3-Sasquatch-VII | '''40''' ]]
| |
- | | [[SolverStatistics-festival-Sasquatch-VII | 39 ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | <!-- Sven Sharpen. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sven Egevad - Sharpen| Sharpen ]]
| |
- | | align="left" | Sven Egevad
| |
- | | 153
| |
- | | [[SolverStatistics-takaken-SvenEgevad-Sharpen | 76 ]]
| |
- | | [[SolverStatistics-yass-SvenEgevad-Sharpen | 43 ]]
| |
- | | [[SolverStatistics-jsoko-SvenEgevad-Sharpen | 48 ]]
| |
- | | [[SolverStatistics-sokolutionv3-SvenEgevad-Sharpen | '''97''' ]]
| |
- | | [[SolverStatistics-festival-SvenEgevad-Sharpen | 94 ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------- -->
| |
- | <!-- SokEvo. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - SokEvo - Lee J Haywood | SokEvo]]
| |
- | | align="left" | Lee J Haywood
| |
- | | 107
| |
- | | [[SolverStatistics-takaken-SokEvo | '''107''' ]]
| |
- | | [[SolverStatistics-yass-SokEvo | '''107''' ]]
| |
- | | [[SolverStatistics-jsoko-SokEvo | '''107''' ]]
| |
- | | [[SolverStatistics-sokolution-SokEvo | '''107''' ]]
| |
- | | [[SolverStatistics-festival-SokEvo | '''107''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | <!-- SokHard. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Lee J Haywood | SokHard ]]
| |
- | | align="left" | Lee J Haywood
| |
- | | 163
| |
- | | [[SolverStatistics-takaken-SokHard | '''163''' ]]
| |
- | | [[SolverStatistics-yass-SokHard | '''163''' ]]
| |
- | | [[SolverStatistics-jsoko-LeeJHaywood-SokHard | 137 ]]
| |
- | | [[SolverStatistics-sokolutionv3-SokHard | '''163''' ]]
| |
- | | [[SolverStatistics-festival-SokHard | '''163''' ]]
| |
- |
| |
- | <!-- ---------------------------------------------------------------------------------------- -->
| |
- | <!-- Sokoban Perfect "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ---------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Perfect - Thinking Rabbit | Sokoban Perfect ]]
| |
- | | align="left" | Thinking Rabbit
| |
- | | 306
| |
- | | [[SolverStatistics-takaken-ThinkingRabbit-Perfect | 261 ]]
| |
- | | [[SolverStatistics-yass-ThinkingRabbit-Perfect | 188 ]]
| |
- | | [[SolverStatistics-jsoko-ThinkingRabbit-Perfect | 188 ]]
| |
- | | [[SolverStatistics-sokolutionv3-ThinkingRabbit-Perfect | 259 ]]
| |
- | | [[SolverStatistics-festival-ThinkingRabbit-Perfect | '''282''' ]]
| |
- |
| |
- | <!-- ---------------------------------------------------------------------------------------- -->
| |
- | <!-- Sokoban Revenge "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ---------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Revenge - Thinking Rabbit | Sokoban Revenge ]]
| |
- | | align="left" | Thinking Rabbit
| |
- | | 306
| |
- | | [[SolverStatistics-takaken-ThinkingRabbit-Revenge | 244 ]]
| |
- | | [[SolverStatistics-yass-ThinkingRabbit-Revenge | 194 ]]
| |
- | | [[SolverStatistics-jsoko-ThinkingRabbit-Revenge | 170 ]]
| |
- | | [[SolverStatistics-sokolutionv3-ThinkingRabbit-Revenge | 248 ]]
| |
- | | [[SolverStatistics-festival-ThinkingRabbit-Revenge | '''277''' ]]
| |
- |
| |
- | <!-- -------------------------------------------------------------------------------- -->
| |
- | <!-- Sokobet "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- -------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sokobet | Sokobet ]]
| |
- | | align="left" | DrFogh
| |
- | | 29
| |
- | | [[SolverStatistics-takaken-Sokobet | 17 ]]
| |
- | | [[SolverStatistics-yass-Sokobet | 19 ]]
| |
- | | [[SolverStatistics-jsoko-Sokobet | 19 ]]
| |
- | | [[SolverStatistics-sokolution-Sokobet | 25 ]]
| |
- | | [[SolverStatistics-festival-Sokobet | '''28''' ]]
| |
- |
| |
- | <!-- ------------------------------------------------------------------------------ -->
| |
- | <!-- Sven. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ------------------------------------------------------------------------------ -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Sven Egevad1911 | Sven ]]
| |
- | | align="left" | Sven Egevad
| |
- | | 1911
| |
- | | [[SolverStatistics-takaken-SvenEgevad1911 | 1652 ]]
| |
- | | [[SolverStatistics-yass-SvenEgevad1911 | 1520 ]]
| |
- | | [[SolverStatistics-jsoko-SvenEgevad-Sven1911 | 1426 ]]
| |
- | | [[SolverStatistics-sokolutionv3-SvenEgevad1911 | 1726 ]]
| |
- | | [[SolverStatistics-festival-SvenEgevad1911 | '''1779''']]
| |
- |
| |
- | <!-- ---------------------------------------------------------------------------------- -->
| |
- | <!-- XSokoban. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ---------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - XSokoban - Thinking Rabbit & Various Authors| XSokoban ]]
| |
- | | align="left" | Thinking Rabbit, ...
| |
- | | 90
| |
- | | [[SolverStatistics-takaken-ThinkingRabbit-XSokoban | 86 ]]
| |
- | | [[SolverStatistics-yass-ThinkingRabbit-XSokoban | 84 ]]
| |
- | | [[SolverStatistics-jsoko-ThinkingRabbit-XSokoban | 67 ]]
| |
- | | [[SolverStatistics-sokolutionv3-ThinkingRabbit-XSokoban | 89 ]]
| |
- | | [[SolverStatistics-festival-ThinkingRabbit-XSokoban | '''90''' ]]
| |
- |
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | <!-- Y.M. Auto. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ----------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Y.M. Auto - Yoshio Murase| Y.M. Auto ]]
| |
- | | align="left" | Yoshio Murase
| |
- | | 52
| |
- | | [[SolverStatistics-takaken-YoshioMuraseAutogenerated | '''52''' ]]
| |
- | | [[SolverStatistics-yass-YoshioMuraseAutogenerated | '''52''' ]]
| |
- | | [[SolverStatistics-jsoko-YoshioMuraseAutogenerated | '''52''' ]]
| |
- | | [[SolverStatistics-sokolutionv3-YoshioMuraseAutogenerated | '''52''' ]]
| |
- | | [[SolverStatistics-festival-YoshioMuraseAutogenerated | '''52''' ]]
| |
- |
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | <!-- Y.M. Handmade. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- --------------------------------------------------------------------------------------- -->
| |
- | |- align="right"
| |
- | | align="left" bgcolor="#f1efe5" | [[Solver Statistics - Y.M. Handmade - Yoshio Murase| Y.M. Handmade ]]
| |
- | | align="left" | Yoshio Murase
| |
- | | 54
| |
- | | [[SolverStatistics-takaken-YoshioMuraseHandmade | '''54''' ]]
| |
- | | [[SolverStatistics-yass-YoshioMuraseHandmade | 52 ]]
| |
- | | [[SolverStatistics-jsoko-YoshioMurase-Handmade | 52 ]]
| |
- | | [[SolverStatistics-sokolutionv3-YoshioMuraseHandmade | '''54''' ]]
| |
- | | [[SolverStatistics-festival-YoshioMuraseHandmade | '''54''' ]]
| |
- |
| |
- | <!-- ------------------------------------------------------------------------------------------------------- -->
| |
- | <!-- Total solved levels by solver. "Collection, author, levels, Takaken, YASS, JSoko, Sokolution, Festival" -->
| |
- | <!-- ------------------------------------------------------------------------------------------------------- -->
| |
| |- bgcolor="#f1efe5" align="right" | | |- bgcolor="#f1efe5" align="right" |
- | | align="left" | Total | + | | align="left" | Total levels |
- | | | + | | 10773 <!-- Total levels --> |
- | | 4762 <!-- Total levels -->
| + | | '''9950''' <!-- Festival --> |
- | | 4076 <!-- Takaken --> | + | | 9694 <!-- Sokolution --> |
- | | 3654 <!-- YASS --> | + | | 8919 <!-- Takaken --> |
- | | 3447 <!-- JSoko --> | + | | 8485 <!-- YASS --> |
- | | 4216 <!-- Sokolution --> | + | |
- | | '''4401''' <!-- Festival -->
| + | |
| | | |
| |} | | |} |
| + | |
| + | '''[https://sokoban-solver-statistics.sourceforge.io/statistics/OpenTestSuite/ Click here to see the detailed results for the Open Test Suite].''' |
| | | |
| == GroupEffort Test Suite == | | == GroupEffort Test Suite == |
| | | |
- | The only reason for benchmarking the GroupEffort test suite is to show the limited veracity of the statement made in section "6 Conclusion" of the thesis, where the author writes that the GroupEffort solver "outperforms existing solvers". | + | The only reason for benchmarking the GroupEffort test suite is to demonstrate the limited veracity of the statement made in section "6 Conclusion" of the thesis, where the author writes that the GroupEffort solver "outperforms existing solvers". |
| | | |
| The benchmarks show that this was only true for the cherry-picked small test set at the time the thesis was published, never for the presumably more representative large test set. | | The benchmarks show that this was only true for the cherry-picked small test set at the time the thesis was published, never for the presumably more representative large test set. |
Line 843: |
Line 192: |
| | width = "80" | <span class="plainlinks">[https://baldur.iti.kit.edu/theses/SokobanPortfolio.pdf GroupEffort]</span> | | | width = "80" | <span class="plainlinks">[https://baldur.iti.kit.edu/theses/SokobanPortfolio.pdf GroupEffort]</span> |
| | width = "80" | <span class="plainlinks">[https://festival-solver.site/ Festival]</span> | | | width = "80" | <span class="plainlinks">[https://festival-solver.site/ Festival]</span> |
- | | width = "80" | <span class="plainlinks">[http://codeanalysis.fr/sokoban/ Sokolution]</span> | + | | width = "80" | <span class="plainlinks">[http://sokolution.infinityfreeapp.com/ Sokolution]</span> |
| | width = "80" | <span class="plainlinks">[http://www.ic-net.or.jp/home/takaken/e/soko/index.html Takaken]</span> | | | width = "80" | <span class="plainlinks">[http://www.ic-net.or.jp/home/takaken/e/soko/index.html Takaken]</span> |
| | width = "80" | <span class="plainlinks">[https://sourceforge.net/projects/jsokoapplet/ JSoko]</span> | | | width = "80" | <span class="plainlinks">[https://sourceforge.net/projects/jsokoapplet/ JSoko]</span> |
Line 868: |
Line 217: |
| | 2851 | | | 2851 |
| | 1566 (a)(c) | | | 1566 (a)(c) |
- | | [[SolverStatistics-Festival-GroupEffort-Large-Set | '''2642''' (b) ]] | + | | [[SolverStatistics-Festival-GroupEffort-Large-Set | '''2766''' (b) ]] |
| | [[SolverStatistics-Sokolution-GroupEffort-Large-Set | 2471 (a) ]] | | | [[SolverStatistics-Sokolution-GroupEffort-Large-Set | 2471 (a) ]] |
| | [[SolverStatistics-Takaken-GroupEffort-Large-Set | 2462 (b) ]] | | | [[SolverStatistics-Takaken-GroupEffort-Large-Set | 2462 (b) ]] |
Line 881: |
Line 230: |
| | 3051 <!-- Total levels --> | | | 3051 <!-- Total levels --> |
| | 1762 <!-- Group Effort --> | | | 1762 <!-- Group Effort --> |
- | | '''2842''' <!-- Festival --> | + | | '''2966''' <!-- Festival --> |
| | 2671 <!-- Sokolution --> | | | 2671 <!-- Sokolution --> |
| | 2654 <!-- Takaken --> | | | 2654 <!-- Takaken --> |
Line 952: |
Line 301: |
| E-mail: yoshio@asahi.email.ne.jp | | E-mail: yoshio@asahi.email.ne.jp |
| Web Site: http://www.ne.jp/asahi/ai/yoshio/sokoban/index.html | | Web Site: http://www.ne.jp/asahi/ai/yoshio/sokoban/index.html |
- | <br>
| |
- | BoxSearch
| |
- | Copyright (C) 2007 by Ge Yong
| |
- | E-mail: notabdc@hotmail.com
| |
- | Web site: unknown
| |
| <br> | | <br> |
| JSoko | | JSoko |
Line 966: |
Line 310: |
| Copyright (C) 2002 - 200X Ken'ichiro Takahashi (aka takaken) | | Copyright (C) 2002 - 200X Ken'ichiro Takahashi (aka takaken) |
| E-mail: takaken@ic-net.or.jp | | E-mail: takaken@ic-net.or.jp |
- | Web site: http://www.ic-net.or.jp/home/takaken/e/soko/index.html | + | Web site: https://computerpuzzle.net/english/sokoban/ver740/index.html |
| <br> | | <br> |
| YASS - Yet Another Sokoban Solver and Optimizer - For Small Levels | | YASS - Yet Another Sokoban Solver and Optimizer - For Small Levels |
Line 994: |
Line 338: |
| Copyright (C) 2016-2019 by Florent DIEDLER | | Copyright (C) 2016-2019 by Florent DIEDLER |
| E-mail: fdiedler2000@gmail.com | | E-mail: fdiedler2000@gmail.com |
- | Web site: http://codeanalysis.fr/sokoban/ | + | Web site: http://sokolution.infinityfreeapp.com/ |
| <br> | | <br> |
| Festival | | Festival |
Given the computational complexity of these tasks, a solver program is usually designed for just finding any solution. If a solution is to be optimized, an optimizer program can be used. (See Optimizers.)
The statistics presented here provide a picture of what the best freely available Sokoban solvers can do.
For copyrights, credits and redistribution of these statistics, please read the disclaimer.
For practical reasons, almost all tests have been performed with a 10 minutes time limit. The tests are, however, not a 10 minutes contest but a showcase for what the solvers can do, so other time limits are entirely feasible.
The hardware used for the tests is a standard PC with a modern operating system (64bit).
Tests are performed with default solver settings.
The XSokoban level set is the de facto standard test suite in the academic literature on Sokoban solver programming.
The statistic shows that Sokolution is by far the best solver when searching for push optimal solutions.
The large test suite comprises level packs selected for being a challenge for the solvers, but not too difficult. The statistics shows the results for the leading Sokoban solver programs.
This test suite is not subject to change, as it is intended to be a "Large Standard Test Suite" for Sokoban solver programs.
The statistics shows the results for the leading Sokoban solvers for various level collections. Please note that the grand totals are simple summations. The number of solved unique levels may differ slightly due to duplicate levels in the level packs.
This test suite may be changed by adding new level collections from time to time.
The only reason for benchmarking the GroupEffort test suite is to demonstrate the limited veracity of the statement made in section "6 Conclusion" of the thesis, where the author writes that the GroupEffort solver "outperforms existing solvers".
The benchmarks show that this was only true for the cherry-picked small test set at the time the thesis was published, never for the presumably more representative large test set.
(a): Time limit: 5 minutes (b): Time limit: 10 minutes (c): Best GroupEffort solver configuration