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

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -