131029e21fde835699fe736a2d77e6920ac96b92
[mc1516pa.git] / report1 / eval.tex
1 \section{Conclusion}
2 Detailed benchmarking and thorough comparison of the results still has to be done.
3 %thoughts on the performance of the object-centered approach are needed here
4 The coordinate-based approach revealed that the following factors affect the feasibility of solving a particular sokoban field:
5 \begin{itemize}
6 \item Overall size of a field
7 \item Proximity of boxes to the man
8 \item Number of boxes (to a lesser extent)
9 \end{itemize}
10 A possible improvement for the coordinate-based approach is the elimination of outer walls, which can reduce overal field sizes.\\
11 In total, the material obtained by implementing two different ways to encode a sokoban solver might give the us the ability to approach the next assignment in a more elaborate way.