简体   繁体   中英

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? I prefer completeness and accuracy over performance.

Thanks.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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