3

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.

Community
  • 1
  • 1
userrlz
  • 57
  • 8

0 Answers0