TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Introduction to A* (2014)

201 点作者 spapas82超过 6 年前

7 条评论

jesuslop超过 6 年前
There is an interesting probabilistic angle of this classic AI story with Machine Learning applications here: <a href="https:&#x2F;&#x2F;github.com&#x2F;imagry&#x2F;aleph_star" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;imagry&#x2F;aleph_star</a> (paper, presentation, etc).
art0rz超过 6 年前
Also see <a href="https:&#x2F;&#x2F;www.redblobgames.com&#x2F;grids&#x2F;hexagons&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.redblobgames.com&#x2F;grids&#x2F;hexagons&#x2F;</a> by the same author which was an awesome resource when I was implementing a hexagonal grid for something.
mysterydip超过 6 年前
This and the hex grids get a lot of views on Amit&#x27;s site, but he has a lot of neat things on there.<p>He just finished mapgen4: &quot;Paint your own mountains, oceans, and valleys. It will procedurally generate rivers and biomes based on wind, evaporation, and rainfall. Rendered in 3D to look like hand-painted 2D.&quot;<p>Check it out if you&#x27;re interested: <a href="https:&#x2F;&#x2F;www.redblobgames.com&#x2F;maps&#x2F;mapgen4&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.redblobgames.com&#x2F;maps&#x2F;mapgen4&#x2F;</a>
oplav超过 6 年前
Here&#x27;s another good site for visualizing path finding algorithms: <a href="https:&#x2F;&#x2F;qiao.github.io&#x2F;PathFinding.js&#x2F;visual&#x2F;" rel="nofollow">https:&#x2F;&#x2F;qiao.github.io&#x2F;PathFinding.js&#x2F;visual&#x2F;</a>
TACIXAT超过 6 年前
For a good application of A* I made a 15 (slide) puzzle that you can play in the browser. It basically exposes a websocket API and provides some skeleton code for you to solve. [1] There is also a tutorial for solving it if you need some help.<p>1. <a href="https:&#x2F;&#x2F;pointatinfinity.com&#x2F;fifteen" rel="nofollow">https:&#x2F;&#x2F;pointatinfinity.com&#x2F;fifteen</a>
guiambros超过 6 年前
This needs a [2014] in the title. Previous discussion [1].<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8059237" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8059237</a>
Fronzie超过 6 年前
Isn&#x27;t this superseded by contraction hierarchies?
评论 #18643436 未加载
评论 #18643421 未加载
评论 #18644975 未加载