有没有人能推荐一个用Java实现Levenberg-Marquardt算法的好方法?与性能相比,我更喜欢完整性和准确性。
谢谢。
发布于 2011-01-06 00:39:27
你可以试试http://commons.apache.org/math/apidocs/org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html。我自己从来没有尝试过这个特定的类,但是apache commns真的很好。
https://stackoverflow.com/questions/4606127
复制相似问题