Java 库? - 单纯形/线性规划/优化

发布于 2024-07-13 14:05:21 字数 1542 浏览 5 评论 0原文

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

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

发布评论

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

评论(5

捶死心动 2024-07-20 14:05:21

由于我在 Java 中找不到任何优化软件,我编写了自己的 Simplex 方法实现,并将其提交给 Apache Commons Math 库: https://issues.apache.org/jira/browse/MATH-246

Since I couldn't find any optimization software in Java I wrote my own implementation of the Simplex Method and submitted it to Apache Commons Math library: https://issues.apache.org/jira/browse/MATH-246

往日情怀 2024-07-20 14:05:21

最近,JOptimizer,免费且纯 java,可用于线性规划和所有其他类型的凸数学优化。 它使用简单且文档齐全,在线站点附带了大量示例。

Recently JOptimizer, free and pure java, is available for linear programming and all other types of convex mathematical optimizations. It's simple to use and fully documented, the online site comes with a lot of examples.

悟红尘 2024-07-20 14:05:21

您是否需要有一个好的、稳定的优化库,或者是否特别需要应用Simplex算法?

Drools Planner 是纯 Java(无 JNI)和 Apache 许可(适合您的商业需求),但它不使用 Simplex,而是使用元启发法(可以很好地扩展并提供良好的结果)。

Is your requirement to have any good, stable optimization library, or does it specifically need to apply the Simplex algorithm?

Drools Planner is pure Java (no JNI) and Apache licensed (fits your commercial needs), but instead of using Simplex, it uses metaheuristics (which scale well and deliver great results).

睡美人的小仙女 2024-07-20 14:05:21

SuanShu 有一套基本的和高级的优化算法:

Java优化

线性规划算法

SuanShu has a suite of optimization algorithms, basic as well as advanced:

Java optimization

linear programming algorithm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文