PyFemtet Project
ホーム
インストール
バージョン 1 への移行
例題
発展的な例題
GUI(グラフィカルユーザインターフェース)
使い方
API Reference
主なクラス
その他の主なクラス
全体のリファレンス
pyfemtet パッケージ
サブパッケージ
サブモジュール
モジュール内容
License
PyFemtet Project
API Reference
pyfemtet パッケージ
pyfemtet.opt package
pyfemtet.opt.visualization package
pyfemtet.opt.visualization.plotter package
<no title>
View page source
pyfemtet.opt.visualization.plotter.main_figure_creator.
get_default_figure
(
history
,
df
)
[ソース]
戻り値の型
:
Figure
pyfemtet.opt.visualization.plotter.main_figure_creator.
get_hypervolume_plot
(
_
,
df
)
[ソース]
パラメータ
:
_
(
History
) –
df
(
DataFrame
) –
戻り値の型
:
Figure
pyfemtet.opt.visualization.plotter.main_figure_creator.
get_objective_plot
(
history
,
df
,
obj_names
)
[ソース]
パラメータ
:
history
(
History
) –
df
(
DataFrame
) –
obj_names
(
list
[
str
]
) –
戻り値の型
:
Figure