用于非线性约束的 R 求解器

发布于 2024-09-14 10:17:24 字数 72 浏览 2 评论 0原文

是否有类似于solve.QP但针对非线性约束的R求解器函数?另外,是否还有另一个用于三次或更高阶约束和最小/最大函数的通用求解器?

Is there R solver function similar to solve.QP but for non linear constraints? Also, is there another generic solver for cubic or higher degree contraints and minimum/maximum functions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葵雨 2024-09-21 10:17:24

以下是从 优化任务视图 逐字复制的一些建议 < a href="http://cran.r-project.org/" rel="nofollow noreferrer">CRAN:

  • Rsolnp 目前正在 R-Forge 在项目 rino。该软件包使用增强拉格朗日乘子法提供一般非线性优化。
  • 在包 Rdonlp2 函数 donlp2() 中,DONLP2 求解器的包装器提供了平滑非线性函数的最小化和限制。 DONLP2 可以免费用于任何类型的研究目的,否则需要许可。

Here are a few suggestions copied verbatim from the Optimisation Task View on CRAN:

  • Rsolnp is currently being developed on R-Forge in project rino. This package offers general nonlinear optimization using the augmented lagrange multiplier method.
  • In package Rdonlp2 function donlp2(), a wrapper for the DONLP2 solver, offers the minimization of smooth nonlinear functions and constraints. DONLP2 can be used freely for any kind of research purposes, otherwise it requires licensing.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文