gpt4 book ai didi

python - 最接近 R nlminb 的 Python scipy 求解器模拟?

转载 作者:行者123 更新时间:2023-12-01 09:07:47 26 4
gpt4 key购买 nike

我知道Python在scipy.optimize.minimize中有以下求解器:

Nelder-Mead
Powell
CG
BFGS
Newton-CG
L-BFGS-B
TNC
COBYLA
SLSQP
trust-constr
dogleg
trust-ncg
trust-exact
trust-krylov

但是它们都很相似,哪种方法最接近 R 的 nlminb

最佳答案

nlminb 是一种无约束和边界约束的拟牛顿法优化器。该代码基于贝尔实验室 David Gay 的 FORTRAN PORT 库。至于 Pyhon 拟牛顿方法是:

Unconstrained minimization

Method BFGS uses the quasi-Newton method of Broyden, Fletcher, Goldfarb, > > and Shanno (BFGS) [5] pp. 136.

Bound-Constrained minimization

Method L-BFGS-B uses the L-BFGS-B algorithm [6], [7] for bound constrained minimization.

L-BFGS-B 和 BFGS 是拟牛顿族方法的成员,是 nlminb 最接近的类似物。

关于python - 最接近 R nlminb 的 Python scipy 求解器模拟?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51903754/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com