Project 006: Gate Puzzle AI Solver
C • State-Space Search • Performance Tuning • Coursework (Individual)
Algorithms (A1 / A2 / A3)
Each algorithm increases scalability by reducing redundant state exploration. The report’s method section describes UCS (A1), duplicate checking (A2), and IW + novelty pruning (A3).
Key Results (Screenshots)
These two screenshots are the “most portfolio-worthy” evidence: (1) capability10 shows a clear efficiency improvement from A1 → A2 → A3, and (2) impassable3 demonstrates that A3 can solve the hardest case (93 steps, IW(3)).
Research Report
The report includes methodology, threats to validity, and a full appendix table of results.