Pyomo
入门指南
操作指南
解释
参考指南
Topical Reference
Library Reference
common
contrib
core
dae
dataportal
duality
environ
future
gdp
kernel
mpec
neos
network
opt
repn
scripting
commands
convert
driver_help
interface
plugins
pyomo_command
pyomo_main
pyomo_parser
solve_config
util
PyomoCommandLogContext
apply_optimizer
apply_postprocessing
apply_preprocessing
cleanup
configure_loggers
create_model
finalize
get_config_values
process_results
run_command
setup_environment
solvers
util
版本
访问预览功能
常见警告/错误
相关包
Publications
Bibliography
Pyomo
Reference Guides
Library Reference
scripting
util
apply_optimizer
View page source
应用优化器
(函数来自
pyomo.scripting.util
)
pyomo.scripting.util.
apply_optimizer
(
data
,
instance
=
None
)
[source]
使用具体实例执行优化
Required:
实例: 问题实例。
Returned:
结果: 优化结果。 opt: 优化器对象。