【问题标题】:Levenberg–Marquardt (LMA) implementation in Java (to replace Python scipy.optimise.leastsq)Java 中的 Levenberg–Marquardt (LMA) 实现(替换 Python scipy.optimise.leastsq)
【发布时间】:2011-06-04 02:47:36
【问题描述】:

请问有人可以建议用 Java 实现 Levenberg-Marquardt 算法的良好实现吗?我更喜欢完整性和准确性而不是性能。

谢谢。

【问题讨论】:

    标签: java matrix scipy least-squares levenberg-marquardt


    【解决方案1】:

    你可以试试http://commons.apache.org/math/apidocs/org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html。我自己从来没有尝试过这个特殊的类,但是 apache commns 真的很好。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多