How can I find the shortest path between 100 moving targets? (Live demo included.)

后端 未结 4 554
情话喂你
情话喂你 2021-01-29 21:42

Background

This picture illustrates the problem: \"square_grid_with_arrows_giving_directions\"

I can cont

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-29 22:05

    Have you searched the literature? I found these papers which seems to analyse your problem:

    • "Tracking moving targets and the non- stationary traveling salesman problem": http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.85.9940

    • "The moving-target traveling salesman problem": http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.57.6403

    UPDATE 1:

    The above two papers seems to concentrate on linear movement for the euclidian metric.

提交回复
热议问题