"ブカレスト"の翻訳 英語に:
辞書 日本-英語
ブカレスト - 翻訳 :
例 (レビューされていない外部ソース)
| ブカレストworld.kgm | Bucharest |
| ブカレストCity in Russia | Bucharest |
| ブカレスト首都圏romania.kgm | Bucureş ti |
| ブカレストからブカレストへの距離はゼロです 他の地点の直線距離は赤で書きました | The goal, again, is Bucharest, and so the distance from Bucharest to Bucharest is, of course, 0. |
| トムはブカレストまでの切符を買った | Tom bought a ticket to Bucharest. |
| 出発地はアラドで目的地はブカレストです | Now we've given the agent the full map of Romania. |
| ブカレストにだんだん近づいていますね | And 220 plus 97 is 317. |
| そしてゴール検査は ブカレストにいる状態だけを | Let's say we start off in Arad, and the goal test, |
| 出発地はアラドで目的地は この地図の裏側にある ルーマニアの首都ブカレストです 問題はアラドからブカレストまでのルート検索です | 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. |
| 出発地点からゴールまでの直線距離の ヒューリスティックを使います 今回もブカレストがゴールです | Now let's go back to Romania and apply the A algorithm and we're going to use a heuristic, which is a straight line distance between a state and the goal. |
| しかしまだ終了ではありません 確かに先ほどブカレストで終わる経路を加えました | We don't add the path going back because it's in the explored list, but we don't terminate it yet. |
| ムダなことに思えるかもしれません 目的地のブカレストに行くのに 役立つのでしょうか | Now, it may seem silly and redundant to have a path that starts in Arad, goes to Sibiu and returns to Arad. |
| すると先ほど見た経路に出るので こちらの方向へ進みます ゴールのブカレストに着きましたね | We have to go down this direction, up, then we reach a path we've seen before, and we go in this direction. |
| 地図上のどれか1つの道に沿って運転する場合です アラドからブカレストまでのルート検索の問題は | The actions that the agent can execute when driving from one city to the next along one of the roads shown on the map. |
| 展開すると合計コスト460でブカレストに到着です では質問です ここでアルゴリズムを終了させてもいいですか | Now the cheapest node is 239 here, so we expand, finally, into Bucharest at a cost of 460. |
| エージェントがブカレストにいる 以外の状態は ゴール検査で偽とされます 最後にもう1つ必要なのは 経路コスト関数 です | 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. |
| この地図にはブカレストがないので エージェントには目的地までの行為が 分からないのです ではより有効な情報をエージェントに 与えてみましょう | 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. |