Abstract: This paper focuses on recursive nonlinear least-squares parameter estimation in multiagent networks, where the individual agents observe sequentially over time an independent and identically ...
A 2D Maze-Game for 1-2 players, with a Recursive Backtracker for the Maze Generation algorithm and A* Search for enemy Path-finding.
Abstract: Backtracking search algorithm (BSA) has been applied to solve the various optimization problems in recent years. However, BSA is difficult to solve non-separable problems due to its single ...