pyfemtet 0.4.25__py3-none-any.whl → 0.5.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pyfemtet might be problematic. Click here for more details.

Files changed (113) hide show
  1. pyfemtet/__init__.py +1 -1
  2. pyfemtet/message/locales/ja/LC_MESSAGES/messages.mo +0 -0
  3. pyfemtet/message/locales/ja/LC_MESSAGES/messages.po +114 -62
  4. pyfemtet/message/locales/messages.pot +114 -62
  5. pyfemtet/message/messages.py +6 -2
  6. pyfemtet/opt/__init__.py +2 -2
  7. pyfemtet/opt/_femopt.py +27 -46
  8. pyfemtet/opt/_femopt_core.py +50 -33
  9. pyfemtet/opt/_test_utils/__init__.py +0 -0
  10. pyfemtet/opt/_test_utils/control_femtet.py +45 -0
  11. pyfemtet/opt/_test_utils/hyper_sphere.py +24 -0
  12. pyfemtet/opt/_test_utils/record_history.py +72 -0
  13. pyfemtet/opt/interface/_femtet.py +39 -1
  14. pyfemtet/opt/optimizer/__init__.py +12 -0
  15. pyfemtet/opt/{opt → optimizer}/_base.py +30 -9
  16. pyfemtet/opt/{opt → optimizer}/_optuna.py +15 -34
  17. pyfemtet/opt/optimizer/_optuna_botorchsampler_parameter_constraint_helper.py +331 -0
  18. pyfemtet/opt/{opt → optimizer}/_scipy.py +10 -6
  19. pyfemtet/opt/{opt → optimizer}/_scipy_scalar.py +24 -12
  20. pyfemtet/opt/{femprj_sample → samples/femprj_sample}/gal_ex58_parametric_test_result.reccsv +1 -1
  21. pyfemtet/opt/{femprj_sample → samples/femprj_sample}/her_ex40_parametric.py +10 -8
  22. pyfemtet/opt/samples/femprj_sample/her_ex40_parametric_test_result.reccsv +18 -0
  23. pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/her_ex40_parametric_jp.py +10 -8
  24. pyfemtet/opt/visualization/complex_components/main_figure_creator.py +69 -0
  25. pyfemtet/opt/visualization/complex_components/main_graph.py +299 -14
  26. pyfemtet/opt/visualization/process_monitor/pages.py +1 -1
  27. pyfemtet/opt/visualization/result_viewer/application.py +1 -1
  28. pyfemtet/opt/visualization/result_viewer/pages.py +9 -9
  29. {pyfemtet-0.4.25.dist-info → pyfemtet-0.5.0.dist-info}/METADATA +1 -1
  30. pyfemtet-0.5.0.dist-info/RECORD +112 -0
  31. pyfemtet/_test_util.py +0 -135
  32. pyfemtet/opt/femprj_sample/her_ex40_parametric_test_result.reccsv +0 -18
  33. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14.pdt +0 -0
  34. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial1.jpg +0 -0
  35. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial1.pdt +0 -0
  36. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial10.jpg +0 -0
  37. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial10.pdt +0 -0
  38. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial11.jpg +0 -0
  39. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial11.pdt +0 -0
  40. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial12.jpg +0 -0
  41. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial12.pdt +0 -0
  42. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial13.jpg +0 -0
  43. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial13.pdt +0 -0
  44. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial14.jpg +0 -0
  45. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial14.pdt +0 -0
  46. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial15.jpg +0 -0
  47. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial15.pdt +0 -0
  48. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial2.jpg +0 -0
  49. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial2.pdt +0 -0
  50. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial3.jpg +0 -0
  51. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial3.pdt +0 -0
  52. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial4.jpg +0 -0
  53. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial4.pdt +0 -0
  54. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial5.jpg +0 -0
  55. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial5.pdt +0 -0
  56. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial6.jpg +0 -0
  57. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial6.pdt +0 -0
  58. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial7.jpg +0 -0
  59. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial7.pdt +0 -0
  60. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial8.jpg +0 -0
  61. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial8.pdt +0 -0
  62. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial9.jpg +0 -0
  63. pyfemtet/opt/femprj_sample/wat_ex14_parametric.Results/Ex14_trial9.pdt +0 -0
  64. pyfemtet/opt/opt/__init__.py +0 -12
  65. pyfemtet/opt/opt/_optuna_botorch_helper.py +0 -209
  66. pyfemtet-0.4.25.dist-info/RECORD +0 -140
  67. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/.gitignore +0 -0
  68. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/ParametricIF - True.femprj +0 -0
  69. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/ParametricIF.femprj +0 -0
  70. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/ParametricIF.py +0 -0
  71. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/ParametricIF_test_result.reccsv +0 -0
  72. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/cad_ex01_NX.femprj +0 -0
  73. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/cad_ex01_NX.prt +0 -0
  74. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/cad_ex01_NX.py +0 -0
  75. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/cad_ex01_NX_test_result.reccsv +0 -0
  76. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/cad_ex01_SW.SLDPRT +0 -0
  77. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/cad_ex01_SW.femprj +0 -0
  78. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/cad_ex01_SW.py +0 -0
  79. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/cad_ex01_SW_test_result.reccsv +0 -0
  80. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/gal_ex58_parametric.femprj +0 -0
  81. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/gal_ex58_parametric.py +0 -0
  82. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/gau_ex08_parametric.femprj +0 -0
  83. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/gau_ex08_parametric.py +0 -0
  84. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/gau_ex08_parametric_test_result.reccsv +0 -0
  85. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/her_ex40_parametric.femprj +0 -0
  86. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/paswat_ex1_parametric.femprj +0 -0
  87. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/paswat_ex1_parametric.py +0 -0
  88. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/paswat_ex1_parametric_parallel.py +0 -0
  89. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/paswat_ex1_parametric_test_result.reccsv +0 -0
  90. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/wat_ex14_parametric.femprj +0 -0
  91. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/wat_ex14_parametric.py +0 -0
  92. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/wat_ex14_parametric_parallel.py +0 -0
  93. /pyfemtet/opt/{femprj_sample → samples/femprj_sample}/wat_ex14_parametric_test_result.reccsv +0 -0
  94. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/ParametricIF_jp.femprj +0 -0
  95. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/ParametricIF_jp.py +0 -0
  96. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/cad_ex01_NX_jp.femprj +0 -0
  97. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/cad_ex01_NX_jp.py +0 -0
  98. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/cad_ex01_SW_jp.femprj +0 -0
  99. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/cad_ex01_SW_jp.py +0 -0
  100. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/gal_ex58_parametric_jp.femprj +0 -0
  101. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/gal_ex58_parametric_jp.py +0 -0
  102. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/gau_ex08_parametric_jp.femprj +0 -0
  103. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/gau_ex08_parametric_jp.py +0 -0
  104. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/her_ex40_parametric_jp.femprj +0 -0
  105. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/paswat_ex1_parametric_jp.femprj +0 -0
  106. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/paswat_ex1_parametric_jp.py +0 -0
  107. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/paswat_ex1_parametric_parallel_jp.py +0 -0
  108. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/wat_ex14_parametric_jp.femprj +0 -0
  109. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/wat_ex14_parametric_jp.py +0 -0
  110. /pyfemtet/opt/{femprj_sample_jp → samples/femprj_sample_jp}/wat_ex14_parametric_parallel_jp.py +0 -0
  111. {pyfemtet-0.4.25.dist-info → pyfemtet-0.5.0.dist-info}/LICENSE +0 -0
  112. {pyfemtet-0.4.25.dist-info → pyfemtet-0.5.0.dist-info}/WHEEL +0 -0
  113. {pyfemtet-0.4.25.dist-info → pyfemtet-0.5.0.dist-info}/entry_points.txt +0 -0
pyfemtet/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.4.25"
1
+ __version__ = "0.5.0"
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PROJECT VERSION\n"
9
9
  "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10
- "POT-Creation-Date: 2024-08-20 10:15+0900\n"
10
+ "POT-Creation-Date: 2024-08-31 04:27+0900\n"
11
11
  "PO-Revision-Date: 2024-07-22 14:05+0900\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language: ja\n"
@@ -198,254 +198,306 @@ msgstr "現在の変数の組合せで FEM 解析を行うことができませ
198
198
  msgid "Optimization has been interrupted. Note that you cannot acquire the OptimizationResult in case of `trust-constr`, `TNC`, `SLSQP` or `COBYLA`."
199
199
  msgstr "最適化が中断されました。`trust-constr`, `TNC`, `SLSQP` 又は `COBYLA` メソッドを使っている場合は、OptimizationResult オブジェクトが取得できないことに注意してください。"
200
200
 
201
- #: pyfemtet/message/messages.py:95
201
+ #: pyfemtet/message/messages.py:92
202
+ msgid "You can use parameter constraint only with BoTorchSampler."
203
+ msgstr "BoTorchSampler でのみパラメーター制約を使用できます。"
204
+
205
+ #: pyfemtet/message/messages.py:96
202
206
  msgid "Connect to Femtet"
203
207
  msgstr "Femtet に接続する"
204
208
 
205
- #: pyfemtet/message/messages.py:96
209
+ #: pyfemtet/message/messages.py:97
206
210
  msgid "Analysis model name described in csv does not exist in project."
207
211
  msgstr "履歴 csv ファイルに記載されている解析モデル名はプロジェクトに含まれていません。"
208
212
 
209
- #: pyfemtet/message/messages.py:97
213
+ #: pyfemtet/message/messages.py:98
210
214
  msgid "History csv is not read yet. Open your project manually."
211
215
  msgstr "履歴 csv が読み込まれていません。目的のプロジェクトを手動で開いてください。"
212
216
 
213
- #: pyfemtet/message/messages.py:98
217
+ #: pyfemtet/message/messages.py:99
214
218
  msgid "Cannot read project data from csv. Open your project manually."
215
219
  msgstr "履歴 csv ファイルからプロジェクトに関するデータを読み込めませんでした。目的のプロジェクトを手動で開いてください。"
216
220
 
217
- #: pyfemtet/message/messages.py:99
221
+ #: pyfemtet/message/messages.py:100
218
222
  msgid ".femprj file described in csv is not found. Open your project manually."
219
223
  msgstr "履歴 csv ファイルに記載されているプロジェクトファイルが見つかりませんでした。目的のプロジェクトを手動で開いてください。"
220
224
 
221
- #: pyfemtet/message/messages.py:100
225
+ #: pyfemtet/message/messages.py:101
222
226
  msgid "Analysis model name is not specified. Open your model in the project manually."
223
227
  msgstr "解析モデル名が指定されていません。目的の解析モデルをプロジェクト内で手動で開いてください。"
224
228
 
225
- #: pyfemtet/message/messages.py:102
229
+ #: pyfemtet/message/messages.py:103
226
230
  msgid "Constraint"
227
231
  msgstr "拘束条件"
228
232
 
229
- #: pyfemtet/message/messages.py:103
233
+ #: pyfemtet/message/messages.py:104
230
234
  msgid "feasible"
231
235
  msgstr "満たす"
232
236
 
233
- #: pyfemtet/message/messages.py:104
237
+ #: pyfemtet/message/messages.py:105
234
238
  msgid "infeasible"
235
239
  msgstr "満たさない"
236
240
 
237
- #: pyfemtet/message/messages.py:105
241
+ #: pyfemtet/message/messages.py:106
238
242
  msgid "Optimality"
239
243
  msgstr "最適性"
240
244
 
241
- #: pyfemtet/message/messages.py:106
245
+ #: pyfemtet/message/messages.py:107
242
246
  msgid "non dominated"
243
247
  msgstr "適"
244
248
 
245
- #: pyfemtet/message/messages.py:107
249
+ #: pyfemtet/message/messages.py:108
246
250
  msgid "dominated"
247
251
  msgstr "不適"
248
252
 
249
- #: pyfemtet/message/messages.py:108
253
+ #: pyfemtet/message/messages.py:109
250
254
  msgid "Hypervolume Plot"
251
255
  msgstr "Hypervolume プロット"
252
256
 
253
- #: pyfemtet/message/messages.py:109
257
+ #: pyfemtet/message/messages.py:110
254
258
  msgid "Objective Plot"
255
259
  msgstr "目的関数プロット"
256
260
 
257
- #: pyfemtet/message/messages.py:110
261
+ #: pyfemtet/message/messages.py:111
258
262
  msgid "Multi Objective Pair Plot"
259
263
  msgstr "目的関数ペアプロット"
260
264
 
261
- #: pyfemtet/message/messages.py:111
265
+ #: pyfemtet/message/messages.py:112
262
266
  msgid "trial number"
263
267
  msgstr "trial 番号"
264
268
 
265
- #: pyfemtet/message/messages.py:113
269
+ #: pyfemtet/message/messages.py:114
266
270
  msgid "Objectives"
267
271
  msgstr "目的関数"
268
272
 
269
273
  #: pyfemtet/message/messages.py:115
274
+ msgid "Objectives (all)"
275
+ msgstr "全ての目的関数"
276
+
277
+ #: pyfemtet/message/messages.py:117
270
278
  msgid "Prediction Model"
271
279
  msgstr "予測モデル"
272
280
 
273
- #: pyfemtet/message/messages.py:116
281
+ #: pyfemtet/message/messages.py:118
274
282
  msgid " Recalculate Model"
275
283
  msgstr " 予測モデルの再計算"
276
284
 
277
- #: pyfemtet/message/messages.py:117
285
+ #: pyfemtet/message/messages.py:119
278
286
  msgid " Redraw graph"
279
287
  msgstr " 描画の更新"
280
288
 
281
- #: pyfemtet/message/messages.py:118
289
+ #: pyfemtet/message/messages.py:120
282
290
  msgid "Parameter"
283
291
  msgstr "変数"
284
292
 
285
- #: pyfemtet/message/messages.py:119
293
+ #: pyfemtet/message/messages.py:121
286
294
  msgid "Parameter2"
287
295
  msgstr "変数2"
288
296
 
289
- #: pyfemtet/message/messages.py:120
297
+ #: pyfemtet/message/messages.py:122
290
298
  msgid "Objective"
291
299
  msgstr "目的関数"
292
300
 
293
- #: pyfemtet/message/messages.py:121
301
+ #: pyfemtet/message/messages.py:123
294
302
  msgid "No history selected."
295
303
  msgstr "履歴 csv が選択されていません。"
296
304
 
297
- #: pyfemtet/message/messages.py:122
305
+ #: pyfemtet/message/messages.py:124
298
306
  msgid "No FEM result (yet)."
299
307
  msgstr "FEM 解析結果が(まだ)存在しません。"
300
308
 
301
- #: pyfemtet/message/messages.py:123
309
+ #: pyfemtet/message/messages.py:125
302
310
  msgid "Prediction model is not calculated yet."
303
311
  msgstr "予測モデルがまだ計算されていません。"
304
312
 
305
- #: pyfemtet/message/messages.py:124
313
+ #: pyfemtet/message/messages.py:126
306
314
  msgid "Cannot select same parameter"
307
315
  msgstr "同じ変数を設定できません。"
308
316
 
309
- #: pyfemtet/message/messages.py:126
317
+ #: pyfemtet/message/messages.py:127
318
+ msgid "3D graph (two or more parameters required)"
319
+ msgstr "3D (2 つ以上の設計変数が必要です)"
320
+
321
+ #: pyfemtet/message/messages.py:129
310
322
  msgid "Prediction Model of Objective"
311
323
  msgstr "目的関数に対する予測モデル"
312
324
 
313
- #: pyfemtet/message/messages.py:127
325
+ #: pyfemtet/message/messages.py:130
314
326
  msgid "prediction model"
315
327
  msgstr "モデルによる予測値"
316
328
 
317
- #: pyfemtet/message/messages.py:128
329
+ #: pyfemtet/message/messages.py:131
318
330
  msgid "std. dev. of model"
319
331
  msgstr "予測値の標準偏差"
320
332
 
321
- #: pyfemtet/message/messages.py:130
333
+ #: pyfemtet/message/messages.py:133
322
334
  msgid "Progress"
323
335
  msgstr "進捗"
324
336
 
325
- #: pyfemtet/message/messages.py:131
337
+ #: pyfemtet/message/messages.py:134
326
338
  msgid "Prediction"
327
339
  msgstr "予測"
328
340
 
329
- #: pyfemtet/message/messages.py:132
341
+ #: pyfemtet/message/messages.py:135
330
342
  msgid "Workers"
331
343
  msgstr "並列プロセス"
332
344
 
333
- #: pyfemtet/message/messages.py:134
345
+ #: pyfemtet/message/messages.py:136
346
+ msgid "Details"
347
+ msgstr "詳細分析"
348
+
349
+ #: pyfemtet/message/messages.py:138
334
350
  msgid "Optimization status will be shown here."
335
351
  msgstr "最適化の状態がここに表示されます。"
336
352
 
337
- #: pyfemtet/message/messages.py:135
353
+ #: pyfemtet/message/messages.py:139
338
354
  msgid "Auto-update graph"
339
355
  msgstr "グラフの自動更新"
340
356
 
341
- #: pyfemtet/message/messages.py:136
357
+ #: pyfemtet/message/messages.py:140
342
358
  msgid "Interrupt Optimization"
343
359
  msgstr "最適化を中断する"
344
360
 
345
- #: pyfemtet/message/messages.py:138
361
+ #: pyfemtet/message/messages.py:142
346
362
  msgid "Result"
347
363
  msgstr "結果"
348
364
 
349
- #: pyfemtet/message/messages.py:140
365
+ #: pyfemtet/message/messages.py:144
350
366
  msgid "Open Result in Femtet"
351
367
  msgstr "Femtet で結果を開く"
352
368
 
353
- #: pyfemtet/message/messages.py:141
369
+ #: pyfemtet/message/messages.py:145
354
370
  msgid "Reconstruct Model"
355
371
  msgstr "モデルの再構築"
356
372
 
357
- #: pyfemtet/message/messages.py:142
373
+ #: pyfemtet/message/messages.py:146
358
374
  msgid "Drag and drop or select csv file"
359
375
  msgstr "履歴 csv をドラッグ&ドロップ"
360
376
 
361
- #: pyfemtet/message/messages.py:143
377
+ #: pyfemtet/message/messages.py:147
362
378
  msgid "Connection to Femtet is not established. Launch Femtet and Open a project."
363
379
  msgstr "Femtet との接続ができていません。Femtet を起動し、プロジェクトを開いてください。"
364
380
 
365
- #: pyfemtet/message/messages.py:144
381
+ #: pyfemtet/message/messages.py:148
366
382
  msgid "No result plot is selected."
367
383
  msgstr "グラフ上で結果プロットが選択されていません。"
368
384
 
369
- #: pyfemtet/message/messages.py:145
385
+ #: pyfemtet/message/messages.py:149
370
386
  msgid "The femprj file path in the history csv is not found or valid."
371
387
  msgstr "履歴 csv に記載の femprj ファイルが見つからないか不正です。"
372
388
 
373
- #: pyfemtet/message/messages.py:146
389
+ #: pyfemtet/message/messages.py:150
374
390
  msgid "The model name in the history csv is not found."
375
391
  msgstr "履歴 csv に記載の解析モデル名が見つかりませんでした。"
376
392
 
377
- #: pyfemtet/message/messages.py:147
393
+ #: pyfemtet/message/messages.py:151
378
394
  msgid ".pdt file is not found. Please check the .Results folder. Note that .pdt file save mode depends on the `save_pdt` argument of FemtetInterface in optimization script(default to `all`)."
379
395
  msgstr "結果(.pdt)ファイルが見つかりませんでした。.Result フォルダ内を確認してください。.pdt ファイルが作成されるかどうかは最適化スクリプトの FemtetInterface の引数 `save_pdt` の挙動に左右されることに注意してください(デフォルトは `all`, すべての trial の結果が保存されます)。"
380
396
 
381
- #: pyfemtet/message/messages.py:152
397
+ #: pyfemtet/message/messages.py:156
382
398
  msgid "Failed to open "
383
399
  msgstr "以下のファイルが開けません: "
384
400
 
385
- #: pyfemtet/message/messages.py:153
401
+ #: pyfemtet/message/messages.py:157
386
402
  msgid "Specified model is not in current project. Please check opened project. For example, not \"analysis model only\" but your .femprj file."
387
403
  msgstr "指定された解析モデルは現在のプロジェクトに含まれていません。現在開かれているプロジェクトが正しいか確認してください。例えば、「解析結果単体」の画面になっていないことを確認してください。"
388
404
 
389
- #: pyfemtet/message/messages.py:156
405
+ #: pyfemtet/message/messages.py:160
390
406
  msgid ".femprj file path of the history csv is invalid. Please certify matching between csv and opening .femprj file."
391
407
  msgstr "履歴 csv に記載のプロジェクトファイルのパスが不正です。現在開かれているプロジェクトファイルと履歴 csv に記載のプロジェクトファイルのパスが一致することを確認してください。"
392
408
 
393
- #: pyfemtet/message/messages.py:157
409
+ #: pyfemtet/message/messages.py:161
394
410
  msgid "Analysis model name of the history csv is invalid. Please certify matching between csv and opening analysis model."
395
411
  msgstr "履歴 csv に記載の解析モデル名が不正です。現在開かれている解析モデル名と履歴 csv に記載の解析モデル名が一致することを確認してください。"
396
412
 
397
- #: pyfemtet/message/messages.py:158
413
+ #: pyfemtet/message/messages.py:162
398
414
  msgid "Analysis model name of the history csv and opened in Femtet is inconsistent. Please certify matching between csv and opening analysis model."
399
415
  msgstr "履歴 csv に記載の解析モデル名と Femtet で開かれている解析モデル名が一致しません。"
400
416
 
401
- #: pyfemtet/message/messages.py:159
417
+ #: pyfemtet/message/messages.py:163
402
418
  msgid "tutorial mode"
403
419
  msgstr "チュートリアルモード"
404
420
 
405
- #: pyfemtet/message/messages.py:160
421
+ #: pyfemtet/message/messages.py:164
406
422
  msgid "Load Sample CSV"
407
423
  msgstr "サンプル履歴 CSV 読み込み"
408
424
 
409
- #: pyfemtet/message/messages.py:161
425
+ #: pyfemtet/message/messages.py:165
410
426
  msgid "Load CSV"
411
427
  msgstr "履歴 CSV 読み込み"
412
428
 
413
- #: pyfemtet/message/messages.py:162
429
+ #: pyfemtet/message/messages.py:166
414
430
  msgid "Open your optimization result. Then connecting to femtet will start automatically. Note that in tutorial mode, this button loads the ready-made sample csv and open sample femprj."
415
431
  msgstr "最適化を実行した結果生成される csv ファイル(履歴 csv)を開きます。その後、Femtet の起動・接続が自動的に行われます。チュートリアルモードではこのボタンを押すと自動的に用意されたサンプルファイルが開きます。"
416
432
 
417
- #: pyfemtet/message/messages.py:164
433
+ #: pyfemtet/message/messages.py:168
418
434
  msgid "Main Graph"
419
435
  msgstr "メイングラフ"
420
436
 
421
- #: pyfemtet/message/messages.py:165
437
+ #: pyfemtet/message/messages.py:169
422
438
  msgid "Here the optimization history is shown. Each plot represents single FEM result. You can pick a result to open the corresponding result in Femtet. "
423
439
  msgstr "ここに最適化の履歴が表示されます。プロットの 1 個の点が 1 個の変数の組合せに対する FEM 解析結果を示します。グラフ中の結果ファイルを選択し、Femtet で対応する結果ファイルを開くことができます。"
424
440
 
425
- #: pyfemtet/message/messages.py:168
441
+ #: pyfemtet/message/messages.py:172
426
442
  msgid "Open Result"
427
443
  msgstr "結果を開く"
428
444
 
429
- #: pyfemtet/message/messages.py:169
445
+ #: pyfemtet/message/messages.py:173
430
446
  msgid "After pick a point in the main graph, This button shows the corresponding FEM result in Femtet."
431
447
  msgstr "メイングラフで点を選択した後でこのボタンを押すと、対応する FEM 解析結果が Femtet で開かれます。"
432
448
 
433
- #: pyfemtet/message/messages.py:171
449
+ #: pyfemtet/message/messages.py:175
434
450
  msgid "Re-connect to Femtet."
435
451
  msgstr "手動で Femtet と接続します。"
436
452
 
437
- #: pyfemtet/message/messages.py:172
453
+ #: pyfemtet/message/messages.py:176
438
454
  msgid "Sample csv is not found. Please consider to re-install pyfemtet by `py -m pip install pyfemtet -U --force-reinstall`"
439
455
  msgstr "サンプル履歴 csv が見つかりませんでした。以下のコマンドで pyfemtet の再インストールを検討して下さい。 `py -m pip install pyfemtet -U --force-reinstall`"
440
456
 
441
- #: pyfemtet/message/messages.py:173
457
+ #: pyfemtet/message/messages.py:177
442
458
  msgid "Sample femprj file is not found. Please consider to re-install pyfemtet by `py -m pip install pyfemtet -U --force-reinstall`"
443
459
  msgstr "サンプルプロジェクトファイルが見つかりませんでした。以下のコマンドで pyfemtet の再インストールを検討して下さい。 `py -m pip install pyfemtet -U --force-reinstall`"
444
460
 
445
- #: pyfemtet/message/messages.py:174
461
+ #: pyfemtet/message/messages.py:178
446
462
  msgid "Sample femprj result folder is not found. Please consider to re-install pyfemtet by `py -m pip install pyfemtet -U --force-reinstall`"
447
463
  msgstr "サンプル結果フォルダが見つかりませんでした。以下のコマンドで pyfemtet の再インストールを検討して下さい。 `py -m pip install pyfemtet -U --force-reinstall`"
448
464
 
465
+ #: pyfemtet/message/messages.py:180
466
+ msgid "Loading data..."
467
+ msgstr ""
468
+
469
+ #: pyfemtet/message/messages.py:181
470
+ msgid "Plots of objectives versus trials"
471
+ msgstr "試行回数に対する各目的関数のプロット"
472
+
473
+ #: pyfemtet/message/messages.py:182
474
+ msgid "The vertical axis is the objective, and the horizontal axis is the number of trials."
475
+ msgstr "縦軸は目的関数、横軸は試行回数です。"
476
+
477
+ #: pyfemtet/message/messages.py:183
478
+ msgid "Parallel coordinate plots"
479
+ msgstr "並行座標プロット"
480
+
481
+ #: pyfemtet/message/messages.py:184
482
+ msgid "The vertical axis is an objective or parameters, and one polyline indicates one result."
483
+ msgstr "縦軸は目的関数及び各設計変数、折れ線ひとつはひとつの試行に対応します。"
484
+
485
+ #: pyfemtet/message/messages.py:185
486
+ msgid "The heatmap of objectives"
487
+ msgstr "目的関数のヒートマップ"
488
+
489
+ #: pyfemtet/message/messages.py:186
490
+ msgid "The axes are parameters, and the color shows objective value."
491
+ msgstr "軸は設計変数、色は目的関数の値を示します。"
492
+
493
+ #: pyfemtet/message/messages.py:187
494
+ msgid "The response of an objective versus one parameter"
495
+ msgstr "ひとつの設計変数に対する目的関数の変化"
496
+
497
+ #: pyfemtet/message/messages.py:188
498
+ msgid "The vertical axis is objective, and the horizontal axis is parameter."
499
+ msgstr "縦軸は目的関数、横軸は設計変数です。"
500
+
449
501
  #~ msgid "The magnitude relationship is incorrect. "
450
502
  #~ msgstr ""
451
503