本文介绍了优化 Pyomo 中的黑盒函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以优化 pyomo 中的问题,其中目标函数和/或约束是用其他语言(如 C 或 C++)编写的?

Is it possible to optimize a problem in pyomo in which the objective function and/or constraints are written in other language like C or C++?

推荐答案

是的,您可能想要使用 ExternalFunction 表达式对象.

Yes, you would want to use the ExternalFunction expression object.

这篇关于优化 Pyomo 中的黑盒函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-26 12:14