简体   繁体   English

Levenberg–Marquardt(LMA)在Java中的实现(代替Python scipy.optimise.leastsq)

[英]Levenberg–Marquardt (LMA) implementation in Java (to replace Python scipy.optimise.leastsq)

Please could someone suggest a good implementation of the Levenberg–Marquardt algorithm in Java? 请问有人建议用Java很好地实现Levenberg-Marquardt算法吗? I prefer completeness and accuracy over performance. 与性能相比,我更喜欢完整性和准确性。

Thanks. 谢谢。

You could try http://commons.apache.org/math/apidocs/org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html . 您可以尝试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. 我自己从来没有尝试过这个特殊的课程,但是apache commns确实很棒。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM