Doom 3 BFG Edition
翻译 - 毁灭战士3 BFG版
A PyTorch implementation of L-BFGS.
LBFGS-Lite: A header-only L-BFGS unconstrained optimizer.
L-BFGS-B, converted from Fortran to C, with Matlab wrapper
Artificial Neural Networks - Gradient descent, BFGS, Regularization with Jupyter notebook
A MATLAB interface for L-BFGS-B
Doom 3 BFG VR: Fully Possessed. Doom 3 BFG with native Oculus Rift/Touch or OpenVR support
Self-contained implementation of non-convex optimization algorithms in python. Steepest Descent, Conjugate Gradient, Newton's Method, Quasi-newton (BFGS), l-BFGS
Matlab code for the Limited-memory BFGS (Broyden–Fletcher–Goldfarb–Shanno) algorithm
Python implementation of some numerical (optimization) methods
基于LR的优化方法:梯度下降法,随机梯度下降法,牛顿法,LBFGS,BFGS
Application and framework for executing and testing numerical optimization methods. State of the art algorithms such as l-bfgs, cg_descent, Levenberg-Marquardt etc. A various line search methods: Wolf...
非线性优化主要算法的Matlab程序,有精确线搜索的0.618法和抛物线法, 非精确线搜索的Armijo准则, 最速下降法, 牛顿法, 共轭梯度法, BFGS 算法, DFP 算法, Broyden 族方法, 信赖域方法, 求解非线性最小二乘问题的L-M算法, 解约束优化问题的乘子法, 求解二次规划的有效集法, SQP 子问题的光滑牛顿法以及求解约束优化问题的SQP方法等. 程序基本通用.