Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Experiment with Polyanya based path finding #407

@Indy2222

Description

@Indy2222

Polyanya.pdf

Modification of current path finding algorithm should be simple since the algorithm used is very similar to Polyanya. The reasons to migrate to Polyanya are twofold:

  • Polyanya always finds an optimal path,
  • the algorithm is peer-reviewed and well described in a paper (thus more approachable by new contributors).

Make sure that the algorithm is fast enough.

We cannot use Polyanya as is, since we need path to distance and incomplete path search as well. Simple modifications to Polyanya would work though.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions