簡體   English   中英

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

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

請問有人建議用Java很好地實現Levenberg-Marquardt算法嗎? 與性能相比,我更喜歡完整性和准確性。

謝謝。

您可以嘗試http://commons.apache.org/math/apidocs/org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html 我自己從來沒有嘗試過這個特殊的課程,但是apache commns確實很棒。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM