Translation of "bucharest" to Japanese language:


  Dictionary English-Japanese

  Examples (External sources, not reviewed)

Bucharest
ブカレストworld.kgm
Bucharest
ブカレストCity in Russia
The goal, again, is Bucharest, and so the distance from Bucharest to Bucharest is, of course, 0.
ブカレストからブカレストへの距離はゼロです 他の地点の直線距離は赤で書きました
Tom bought a ticket to Bucharest.
トムはブカレストまでの切符を買った
Okay, and now, notice that we're closing in on Bucharest.
近傍の2つがゴールに近づいていますが まだどちらの順番でもありません
How can that help us get to our destination in Bucharest?
しかし木探索を用いると
And the problem then is to find a route from Arad to Bucharest.
エージェントがルート検索を実行できるのは
To start, he's in Arad, and the destination or goal is in Bucharest.
目的地までの一連の行為を 考え出すという問題が
Male narrator The answer is that we add 1 more path, the path to Bucharest.
引き返す道は探索済み領域にあるので加えません
Now the cheapest node is 239 here, so we expand, finally, into Bucharest at a cost of 460.
展開すると合計コスト460でブカレストに到着です では質問です ここでアルゴリズムを終了させてもいいですか
True, we have added a path that ends in Bucharest, but the goal test isn't applied when we add a path to the frontier.
けれども新しい経路をフロンティアへ加える際に ゴール検査は使われません むしろフロンティアから その経路を削除する時に使われますが
let's say that the state of being in Bucharest is the only state that counts as a goal, and all the other states are not goals.
ゴールと見なします それ以外の状態はゴールと認識されません この場所にあるすべての状態の集合は
The question is, is there a solution that the agent can come up with given the knowledge shown here to the problem of driving from Arad to Bucharest?
ここに与えられた情報だけで エージェントに解決できるでしょうか
Now we reach Bucharest, which is the goal, and the h value is going to be 0 because we're at the goal, and the g value works out to 418.
ゴールにいるので hの値はゼロになります そしてgの値は418です フロンティアに他の経路を追加するので ここで止まりません
There is no solution that the agent can come up with because Bucharest doesn't appear on the map, and so the agent doesn't know any actions that can arrive there.
この地図にはブカレストがないので エージェントには目的地までの行為が 分からないのです ではより有効な情報をエージェントに 与えてみましょう
In a route finding problem, the only goal would be being in the destination city the city of Bucharest and all the other states would return false for the Goal Test.
エージェントがブカレストにいる 以外の状態は ゴール検査で偽とされます 最後にもう1つ必要なのは 経路コスト関数 です
This is a route finding problem where we're given a start city, in this case, Arad, and a destination, Bucharest, the capital of Romania, from which this is a corner of the map.
出発地はアラドで目的地は この地図の裏側にある ルーマニアの首都ブカレストです 問題はアラドからブカレストまでのルート検索です