由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 关于A* 和BFS
相关主题
This Woman is really cute请教一个gpu的问题
包子求解c++ 程序用 depth first search 比对两个树的问题
求教一个算法题.RGB-Depth Human Activity Video Dataset
问:关于调用节点和cpu数目的关系,谢谢 (转载)曾经有个教授对我说,最难的算法问题就是。。。 (转载)
有人set up过 多个node的Cassandra 么?Question about Bipartite Graphs
HCI 这个方向如何?Dynamic programming 如果要求限制次数如何解
那位大牛对depth peeling transparency 有研究BFS
偶再问一下有经常alpha blending 的吗?有没有人讲讲图论里的BFS & DFS算法及应用?
相关话题的讨论汇总
话题: bfs话题: let话题: behaves话题: just话题: 关于
进入CS版参与讨论
1 (共1页)
g*****n
发帖数: 239
1
有什么好方法可以让A* behaves like BFS吗?
z*l
发帖数: 30
2
...too simple
let h(n)=0 all the time.

【在 g*****n 的大作中提到】
: 有什么好方法可以让A* behaves like BFS吗?
g*****n
发帖数: 239
3
That's not true. f(n)=g(n)+h(n). Just let h(n)=0, cannot guarantee g(n) is
larger than the f(Z), where Z is the upper level nodes.

【在 z*l 的大作中提到】
: ...too simple
: let h(n)=0 all the time.

g*****n
发帖数: 239
4
OK, I see. If let g(n)=depth(n), then we done.

【在 g*****n 的大作中提到】
: That's not true. f(n)=g(n)+h(n). Just let h(n)=0, cannot guarantee g(n) is
: larger than the f(Z), where Z is the upper level nodes.

1 (共1页)
进入CS版参与讨论
相关主题
有没有人讲讲图论里的BFS & DFS算法及应用?有人set up过 多个node的Cassandra 么?
谁能说说同步/异步IO和阻塞/非阻塞IO的区别?HCI 这个方向如何?
[转载] Re: 有人搞P2P里的DHT吗?那位大牛对depth peeling transparency 有研究
****老板想买wireless sensor node,请问在那里有的卖?偶再问一下有经常alpha blending 的吗?
This Woman is really cute请教一个gpu的问题
包子求解c++ 程序用 depth first search 比对两个树的问题
求教一个算法题.RGB-Depth Human Activity Video Dataset
问:关于调用节点和cpu数目的关系,谢谢 (转载)曾经有个教授对我说,最难的算法问题就是。。。 (转载)
相关话题的讨论汇总
话题: bfs话题: let话题: behaves话题: just话题: 关于