Is there a faster method than scipy.optimize.minimize in Python in order to perform constrained non-derivative-free optimization?

前端 未结 0 1485
暗喜
暗喜 2020-12-30 06:08

I\'m trying to optimize a function with N variables (where N is circa 10 ), I already computed the gradient vector and hessian matrix and tried to use scipy.optimize.minimiz

相关标签:
回答
  • 消灭零回复
提交回复
热议问题