bfgs“ 的搜索结果

C++5.19 k
1 年前

A header-only C++ library for L-BFGS and L-BFGS-B algorithms

C++615
5 个月前

A PyTorch implementation of L-BFGS.

Python614
3 年前

libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)

C587
2 年前

LBFGS-Lite: A header-only L-BFGS unconstrained optimizer.

C++381
2 年前

L-BFGS-B, converted from Fortran to C, with Matlab wrapper

C116
1 年前

Artificial Neural Networks - Gradient descent, BFGS, Regularization with Jupyter notebook

Jupyter Notebook65
4 年前

A MATLAB interface for L-BFGS-B

Fortran52
8 年前

Doom 3 BFG VR: Fully Possessed. Doom 3 BFG with native Oculus Rift/Touch or OpenVR support

C++384
2 年前

Vulkan DOOM 3 port based on DOOM 3 BFG Edition

C++890
2 年前

#计算机科学#An open source library for the GPU-implementation of L-BFGS-B algorithm

C++137
18 天前

Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) in Java

Java10
9 年前

Matlab code for the Limited-memory BFGS (Broyden–Fletcher–Goldfarb–Shanno) algorithm

MATLAB27
9 年前
Python30
5 年前

基于LR的优化方法:梯度下降法,随机梯度下降法,牛顿法,LBFGS,BFGS

Python36
8 年前

This is a cross-platform, CUDA-based C++ library for general-purpose, unconstrained nonlinear optimization on the GPU. It implements the L-BFGS (“Limited-memory Broyden-Fletcher-Goldfarb-Shanno“) meth...

Objective-C138
5 年前

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...

MATLAB40
5 年前

非线性优化主要算法的Matlab程序,有精确线搜索的0.618法和抛物线法, 非精确线搜索的Armijo准则, 最速下降法, 牛顿法, 共轭梯度法, BFGS 算法, DFP 算法, Broyden 族方法, 信赖域方法, 求解非线性最小二乘问题的L-M算法, 解约束优化问题的乘子法, 求解二次规划的有效集法, SQP 子问题的光滑牛顿法以及求解约束优化问题的SQP方法等. 程序基本通用.

MATLAB203
4 年前