Difference between revisions of "Talk:Mutagen Puzzle"

From Underrail Wiki
Jump to navigation Jump to search
 
Line 6: Line 6:
  
 
Are there some boundaries on solution's length? I can see that a naive depth-first search (even with epeli's pruning method) chokes on lengths between 6 and 8. I assume that my computed solution has the shortest length, given iterative deepening. Maybe there's some unused optimization in depth-first that I could take into account. [[User:Sthalik|sthalik]] ([[User talk:Sthalik|talk]]) 12:31, 3 December 2018 (CST)
 
Are there some boundaries on solution's length? I can see that a naive depth-first search (even with epeli's pruning method) chokes on lengths between 6 and 8. I assume that my computed solution has the shortest length, given iterative deepening. Maybe there's some unused optimization in depth-first that I could take into account. [[User:Sthalik|sthalik]] ([[User talk:Sthalik|talk]]) 12:31, 3 December 2018 (CST)
 +
 +
Actually what problem does this puzzle generalize to? Is it just graph search like I'm naively assuming right now? [[User:Sthalik|sthalik]] ([[User talk:Sthalik|talk]]) 12:41, 3 December 2018 (CST)

Revision as of 14:41, 3 December 2018

multiple solutions for the puzzle

There are multiple solutions possible. For instance, adding an atom that doesn't do anything. For this page's example, there's a shorter solution available:

Io-3 Io-2 Echo-1 Io-3 Solis-2 Io-1

Are there some boundaries on solution's length? I can see that a naive depth-first search (even with epeli's pruning method) chokes on lengths between 6 and 8. I assume that my computed solution has the shortest length, given iterative deepening. Maybe there's some unused optimization in depth-first that I could take into account. sthalik (talk) 12:31, 3 December 2018 (CST)

Actually what problem does this puzzle generalize to? Is it just graph search like I'm naively assuming right now? sthalik (talk) 12:41, 3 December 2018 (CST)