An Implementation of A Star Search Algorithm for Grid Search

版本 1.5.0.0 (3.6 KB) 作者: Michael Mathew
A Star Search Algorithm
3.2K 次下载
更新时间 2013/11/14

查看许可证

A Star search algorithm is used for finding optimized path from a start to goal state. Though there are some short comings, most of the search problems can be solved using this algorithm.

D, D star, AD star are some of the modified versions of this algorithm

引用格式

Michael Mathew (2025). An Implementation of A Star Search Algorithm for Grid Search (https://ww2.mathworks.cn/matlabcentral/fileexchange/44215-an-implementation-of-a-star-search-algorithm-for-grid-search), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Direct Search 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.5.0.0

Optimal Path derived from the search is displayed.

1.4.0.0

There was a small bug in the code, corrected and new code is been replaced.

1.0.0.0