Scala equivalent to scipy.optimize.minimize

时间:2015-10-30 22:13:25

标签: python r scala scipy

I'm trying to port code, originally in R, from Python to Scala. The original R code used nloptr, an R interface to NLopt. The python code uses scipy.optimize.minimize.

I've found the minimize function in breeze.optimize thanks to another post I found on SO (Scipy-like functionality in Java / Scala?), however I'm not sure how suitable of a replacement it is.

All help is greatly appreciated.

Edit: I know that breeze.optimize doesn't directly have NLopt or SLSQP, but I was wondering about trying to use LBFGS.

0 个答案:

没有答案