简体   繁体   English

pyomo 中的多目标优化

[英]Multi-objective optimization in pyomo

could you please share a well-structured tutorial or guide to implement multi-objective optimization in Pyomo?您能否分享一个结构良好的教程或指南以在 Pyomo 中实现多目标优化? I just found some Q&A which was a bit vague我刚刚发现了一些有点模糊的问答

As far as I know, Pyomo does not have special facilities to handle multi-objective models.据我所知,Pyomo 没有处理多目标模型的特殊设施。 So there this nothing special to learn, and you can use any Pyomo text or tutorial.所以没有什么特别要学习的,你可以使用任何 Pyomo 文本或教程。

You will need to formulate your problem in terms of single objective models.您将需要根据单一目标模型来制定您的问题。 Arguably, the most popular schemes are a weighted objective or a lexicographic method.可以说,最流行的方案是加权目标或字典法。 The last approach will require you to solve a number of models.最后一种方法将要求您求解多个模型。 Although the concepts may require a bit of thought, these methods are not difficult to implement.尽管这些概念可能需要一些思考,但这些方法并不难实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Pyomo:多目标优化 - Pyomo: Multi-objective optimization Optuna 多目标优化的最佳参数 - Best parameters of an Optuna multi-objective optimization 使用 Platypus (Python) 进行整数、多目标优化 - Integer, multi-objective optimization with Platypus (Python) 如何使用神经网络进行多目标优化? - How to do multi-objective optimization using neural networks? 使用 DEAP 的遗传算法多目标优化 - Multi-objective optimization with Genetic Algorithm using DEAP 使用DEAP的具有多个变量的多目标优化 - python - Multi-Objective optimization with multiple variables using DEAP 在 Python 中使用 Gekko,对于多目标优化问题,是否所有目标函数都必须具有相同的单位? - Using Gekko in Python, for a multi-objective optimization problem, do all objective functions have to be of the same unit? 使用带有 NSGA2 的 python DEAP 库解决多目标优化问题 - Solving a multi-objective optimization problem using python DEAP library with NSGA2 使用逐次二次规划 (SQP) 进行多目标优化的 Python 包 - Python packages for multi-objective optimization using Successive Quadratic Programming (SQP) 从非线性寻根到多目标优化 - Going from non-linear root-finding to multi-objective optimization
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM