• ベストアンサー
※ ChatGPTを利用し、要約された質問です(原文:英語の知識があって、数学の知識もある方に質問です。)

Parallel computations and subtasks in mathematics

このQ&Aのポイント
  • Parallel computations involve evaluating a function or algorithm for every input value. Subtasks are created by dividing the input set into subsets, and each subtask performs the evaluation.
  • How can these two English sentences be translated? We have already asked and received an answer to the first sentence, but we still do not understand the meaning of 'evaluation', so we have included it again.
  • We need help in translating these two English sentences, especially understanding the concept of 'evaluation'.

質問者が選んだベストアンサー

  • ベストアンサー
回答No.1

evaluation は,直訳の「評価」で良いでしょう。 では,どいうことか,というと, 正規化したり(前半部分),元の要素の集合を細かく分けたり(後半部分)するときの命令や計算式が,どのようなものか判断する(もちろん機械が),そのときに評価という言葉を使います。 evaluate には,value(数値とか価値)と同じ語源があり,その数値とか価値(例えば,実行の優先順位)を判断する,という意味です。

kg-unit22
質問者

お礼

またまた丁寧に分かりやすく説明してくれて、ありがとうございます。

その他の回答 (1)

  • litsa1234
  • ベストアンサー率28% (230/795)
回答No.2

>Parallel computations consist of the evaluation of a function or algorithm f : D→R for every input value x∈D. Subtasks are then created by partitioning D into subsets Di; in other words, subtask i will evaluate f (or even a function of f) for every input x∈Di. 「並列計算は集合Dの各要素xを入力値とする関数(またはアルゴリズム)f : D→R の計算をすることである。それに伴うサブタスクは集合Dを部分集合Diに分割して行うのであり、換言すれば、サブタスクiは集合Diの各要素xを入力値として関数f(関数fの関数のこともある)を計算することである。」 以上、参考になれば幸いです。

kg-unit22
質問者

お礼

とても参考になりました。ありがとうございます。

関連するQ&A