Levenberg–Marquardt (LMA) 在 Java 中的实现(替换 Python scipy.optimise.leastsq)
请问有人可以建议用 Java 实现 Levenberg-Marquardt 算法吗?与性能相比,我更喜欢完整性和准确性。
谢谢。
Please could someone suggest a good implementation of the Levenberg–Marquardt algorithm in Java? I prefer completeness and accuracy over performance.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试 http://commons.apache。 org/math/apidocs/org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html。我自己从未尝试过这个特定的类,但 apache commns 确实很好。
You could try http://commons.apache.org/math/apidocs/org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html. Never tried this particular class myself, but apache commns is really good.