pyfemtet 1.1.3__tar.gz → 1.1.4__tar.gz
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.
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/PKG-INFO +6 -6
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_surrogate_model_interface/botorch_interface.py +8 -2
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyproject.toml +2 -3
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/LICENSE +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/LICENSE_THIRD_PARTY.txt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/README.md +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_i18n/1. make_pot_and_update_po.bat +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_i18n/2. build_mo.bat +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_i18n/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_i18n/babel.cfg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_i18n/i18n.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_i18n/locales/ja/LC_MESSAGES/messages.mo +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_i18n/locales/ja/LC_MESSAGES/messages.po +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_i18n/locales/messages.pot +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_i18n/messages.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/closing.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/dask_util.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/df_util.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/excel_macro_util.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/excel_parse_util.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/femtet_access_inspection.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/femtet_autosave.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/femtet_exit.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/femtet_version.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/helper.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/process_util.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/sample.xlsx +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/_util/str_enum.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/core.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/dispatch_extensions/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/dispatch_extensions/_impl.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/logger/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/logger/_impl.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/exceptions.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/femopt.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/history/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/history/_history.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/history/_hypervolume.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/history/_optimality.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_base_interface.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_dummy_classes.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_excel_interface/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_excel_interface/debug-excel-interface.xlsm +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_excel_interface/excel_interface.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_interface/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_interface/_femtet_parametric.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_interface/femtet_interface.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/femtet_with_nx_interface.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.prt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.x_t +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/update_model.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_solidworks/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_solidworks/femtet_with_solidworks_interface.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_solidworks_interface/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_solidworks_interface/solidworks_interface.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_surrogate_model_interface/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_surrogate_model_interface/base_surrogate_interface.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_surrogate_model_interface/debug-pof-botorch.reccsv +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_with_excel_settings/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_with_excel_settings/with_excel_settings.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/meta_script/YAML_Generator.xlsm +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/meta_script/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/meta_script/__main__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/meta_script/sample/sample.bas +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/meta_script/sample/sample.femprj +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/_base_optimizer.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/_trial_queue.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/optuna_optimizer/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_attribute.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_optimizer.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/debug-pof-botorch.reccsv +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/enable_nonlinear_constraint.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/pof_botorch_sampler.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/optuna_optimizer/wat_ex14_parametric_jp.femprj +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/scipy_optimizer/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/scipy_optimizer/_scipy_optimizer.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/prediction/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/prediction/_botorch_utils.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/prediction/_gpytorch_modules_extension.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/prediction/_helper.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/prediction/_model.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/problem/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/problem/problem.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/problem/variable_manager/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/problem/variable_manager/_string_as_expression.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/problem/variable_manager/_variable_manager.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/_create_wrapped_components.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/__main__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_base_application.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_common_pages.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_complex_components/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_complex_components/alert_region.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_complex_components/control_femtet.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_complex_components/detail_graphs.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_complex_components/main_graph.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_complex_components/pm_graph.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_detail_page.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_helper.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_process_monitor/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_process_monitor/_application.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_process_monitor/_pages.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/dbc.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/dcc.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/html.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_wrapped_components/str_enum.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/.gitignore +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/__main__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/_application.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/_pages.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08.csv +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08.db +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8.log +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_1.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_1.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_10.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_10.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_11.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_11.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_12.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_12.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_13.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_13.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_14.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_14.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_15.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_15.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_16.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_16.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_17.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_17.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_18.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_18.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_19.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_19.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_2.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_2.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_20.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_20.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_3.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_3.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.bgr +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.bnd +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.btr +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.mtl +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_4.prm +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_5.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_5.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_6.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_6.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_7.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_7.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_8.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_8.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_9.jpg +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.Results/ex8_trial_9.pdt +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/tutorial_files/tutorial_gau_ex08_parametric.femprj +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/plotter/__init__.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/plotter/contour_creator.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/plotter/main_figure_creator.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/plotter/parallel_plot_creator.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/plotter/pm_graph_creator.py +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/wat_ex14_parametric_jp.femprj +0 -0
- {pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/worker_status.py +0 -0
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyfemtet
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.4
|
|
4
4
|
Summary: Design parameter optimization using Femtet.
|
|
5
|
-
License: MIT
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
License-File: LICENSE
|
|
7
|
+
License-File: LICENSE_THIRD_PARTY.txt
|
|
6
8
|
Author: pyfemtet
|
|
7
9
|
Author-email: 148934231+pyfemtet@users.noreply.github.com
|
|
8
10
|
Requires-Python: >= 3.10, < 3.14
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
10
11
|
Classifier: Programming Language :: Python :: 3
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -29,8 +30,7 @@ Requires-Dist: optuna-integration (>=3.6.0,<5.0.0)
|
|
|
29
30
|
Requires-Dist: pandas (>=2.2.3,<3)
|
|
30
31
|
Requires-Dist: plotly (>=5.22.0,<6)
|
|
31
32
|
Requires-Dist: psutil (>=5.9.6,<6)
|
|
32
|
-
Requires-Dist: pywin32 (
|
|
33
|
-
Requires-Dist: pywin32 (>=309) ; sys_platform == "win32" and python_version >= "3.13"
|
|
33
|
+
Requires-Dist: pywin32 (>=310) ; sys_platform == "win32"
|
|
34
34
|
Requires-Dist: pyyaml (>=6.0.2,<7)
|
|
35
35
|
Requires-Dist: scipy (>=1.11.4,<2)
|
|
36
36
|
Requires-Dist: torch
|
|
@@ -26,6 +26,8 @@ __all__ = [
|
|
|
26
26
|
|
|
27
27
|
class BoTorchInterface(AbstractSurrogateModelInterfaceBase):
|
|
28
28
|
|
|
29
|
+
current_obj_std_values: dict[str, float]
|
|
30
|
+
|
|
29
31
|
def __init__(
|
|
30
32
|
self,
|
|
31
33
|
history_path: str = None,
|
|
@@ -45,6 +47,7 @@ class BoTorchInterface(AbstractSurrogateModelInterfaceBase):
|
|
|
45
47
|
|
|
46
48
|
self.model = SingleTaskGPModel()
|
|
47
49
|
self.pyfemtet_model = PyFemtetModel()
|
|
50
|
+
self.current_obj_std_values = {}
|
|
48
51
|
|
|
49
52
|
# get main only
|
|
50
53
|
df = self.train_history.get_df(MAIN_FILTER)
|
|
@@ -64,11 +67,13 @@ class BoTorchInterface(AbstractSurrogateModelInterfaceBase):
|
|
|
64
67
|
# update current objective values
|
|
65
68
|
x = np.array([[variable.value for variable in self.current_prm_values.values()]])
|
|
66
69
|
|
|
67
|
-
y,
|
|
70
|
+
y, s = self.pyfemtet_model.predict(x)
|
|
68
71
|
y = y[0]
|
|
72
|
+
s = s[0]
|
|
69
73
|
|
|
70
|
-
for obj_name, obj_value in zip(self.train_history.obj_names, y):
|
|
74
|
+
for obj_name, obj_value, obj_std in zip(self.train_history.obj_names, y, s):
|
|
71
75
|
self.current_obj_values.update({obj_name: obj_value})
|
|
76
|
+
self.current_obj_std_values.update({obj_name: obj_std})
|
|
72
77
|
|
|
73
78
|
|
|
74
79
|
class PoFBoTorchInterface(BoTorchInterface, AbstractSurrogateModelInterfaceBase):
|
|
@@ -103,6 +108,7 @@ class PoFBoTorchInterface(BoTorchInterface, AbstractSurrogateModelInterfaceBase)
|
|
|
103
108
|
self.train_history_c.load_csv(history_path, with_finalize=True)
|
|
104
109
|
self.pof_threshold = 0.5
|
|
105
110
|
self.feasibility_cdf_threshold = feasibility_cdf_threshold
|
|
111
|
+
self.current_obj_std_values = {}
|
|
106
112
|
|
|
107
113
|
# use feasibility as a single objective
|
|
108
114
|
self.train_history_c.obj_names = ['feasibility']
|
|
@@ -11,8 +11,7 @@ dependencies = [
|
|
|
11
11
|
"tqdm>=4.66.1,<5",
|
|
12
12
|
"colorlog>=6.8.0,<7",
|
|
13
13
|
"psutil>=5.9.6,<6",
|
|
14
|
-
"pywin32
|
|
15
|
-
"pywin32>=309 ; sys_platform == 'win32' and python_version >= '3.13'",
|
|
14
|
+
"pywin32>=310; sys_platform == 'win32'",
|
|
16
15
|
"femtetutils>=1.0.0,<2 ; sys_platform=='win32'",
|
|
17
16
|
"dask~=2024.12.1",
|
|
18
17
|
"distributed~=2024.12.1",
|
|
@@ -34,7 +33,7 @@ dependencies = [
|
|
|
34
33
|
|
|
35
34
|
#[project.optional-dependencies]
|
|
36
35
|
#brep = ["brepmatching>=0.1.8,<0.2"]
|
|
37
|
-
version = "1.1.
|
|
36
|
+
version = "1.1.4"
|
|
38
37
|
|
|
39
38
|
[project.urls]
|
|
40
39
|
Repository = "https://github.com/pyfemtet/pyfemtet"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_excel_interface/debug-excel-interface.xlsm
RENAMED
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_excel_interface/excel_interface.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_interface/_femtet_parametric.py
RENAMED
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_interface/femtet_interface.py
RENAMED
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.prt
RENAMED
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/model1.x_t
RENAMED
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_nx_interface/update_model.py
RENAMED
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_femtet_with_solidworks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_surrogate_model_interface/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/interface/_with_excel_settings/with_excel_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_attribute.py
RENAMED
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/optuna_optimizer/_optuna_optimizer.py
RENAMED
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/optuna_optimizer/_pof_botorch/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/optimizer/scipy_optimizer/_scipy_optimizer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/problem/variable_manager/_string_as_expression.py
RENAMED
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/problem/variable_manager/_variable_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_base_application.py
RENAMED
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/_common_pages.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/history_viewer/result_viewer/_pages.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyfemtet-1.1.3 → pyfemtet-1.1.4}/pyfemtet/opt/visualization/plotter/parallel_plot_creator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|