Since I recently felt the limitations of the A* algorithm in my LIVE project, I am planning to proceed with this attempt.
As a result of discussing with many AIs, it was difficult to find existing cases.
As far as I have reviewed extensively, I have come to the conclusion that the A* algorithm also involves a lot of unnecessary computations, so I am trying to minimize such computations themselves.
Since I am continuously running the service in LIVE, I believe I will be able to thoroughly verify its performance.
For reference, the current LIVE service is utilizing a Mini PC equipped with an N100 CPU.
This is also an attempt to achieve performance based on minimal specifications.