python - Scala equivalent to scipy.optimize.minimize -


i'm trying port code, in r, python scala. original r code used nloptr, r interface nlopt. python code uses scipy.optimize.minimize.

i've found minimize function in breeze.optimize post found on (scipy-like functionality in java / scala?), i'm not sure how suitable of replacement is.

all appreciated.

edit: know breeze.optimize doesn't directly have nlopt or slsqp, wondering trying use lbfgs.


Comments

Popular posts from this blog

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

github - Git errors while pushing -

java - Generating a pre-signed PUT url for Amazon S3 with a maximum content-length -