Welcome![Sign In][Sign Up]
Location:
Search - quasi newton algorithm

Search list

[Algorithmn1qn3-lib

Description: 最优化算法,应用有限内存拟牛顿方法(Limited Memory (variable-storage)quasi-Newton method)求解高维最优化问题,使用更多的内存将使算法更有效。-optimization algorithm, Application limited memory quasi-Newton method (Limited Memory (variable-stora ge) quasi--Newton method) for high-dimensional optimization problem, use more memory will enable more effective algorithm.
Platform: | Size: 29696 | Author: hanwei | Hits:

[Software Engineeringc

Description: 拟牛顿法(变尺度法)DFP算法,求解无约束极值问题。-Quasi-Newton method (DFP) DFP algorithm for solving unconstrained extremum problem.
Platform: | Size: 2048 | Author: 林颉 | Hits:

[Algorithmdfpmin

Description: 数值方面的优化算法,主要用于拟牛顿的算法之中-Numerical aspects of the optimization algorithm, mainly used for quasi-Newton algorithm are
Platform: | Size: 4096 | Author: 王丰 | Hits:

[Mathimatics-Numerical algorithmsQuasi-Newton

Description: Quasi-Newton算法的demo程序,主要用于最优化算法的设计与最优化问题的求解-Quasi-Newton algorithm demo program, mainly used in optimization algorithm design and optimization problem solving
Platform: | Size: 9216 | Author: wang qifei | Hits:

[AI-NN-PRNewton

Description: 用MATLAB编写的基于拟牛顿算法的最优分类器程序,里头附带随机样本生成程序-MATLAB prepared with Quasi-Newton algorithm based on the optimal classifier procedures, inside attached to generate random sample procedures
Platform: | Size: 3072 | Author: 张宪 | Hits:

[Algorithmquasi-newton

Description: 一个用拟牛顿算法求解优化问题的程序,此程序为MATLAB程序,大家用前自己注意检查一下-A Quasi-Newton algorithm using optimization procedures, the procedures for the MATLAB program, we pay attention to before their own check
Platform: | Size: 112640 | Author: idhot | Hits:

[AlgorithmVariable_Metric_Metho_DFP

Description: 拟牛顿法(变尺度法)DFP算法的c/c++源码.变尺度法的源程序,用于优化中的非线性规划,效果还可以的-Quasi-Newton method [DFP] DFP algorithm c/c++ source code. DFP source for the optimization of nonlinear programming, the effect can also be the
Platform: | Size: 2048 | Author: lrc | Hits:

[Algorithmntontrust5duowei08

Description: 解无约束优化问题的锥模型拟牛顿信赖域算法。不同与传统的二次模型方法。-A quasi-Newton algorithm based on the simple dogleg method is developed.
Platform: | Size: 3072 | Author: 陆晓平 | Hits:

[Bio-Recognizenonlinear_equations_solve

Description: 包括各种非线性方程的MATLAB求解算法,如拟牛顿法,数值延拓法,高斯牛顿法-Include a variety of nonlinear equations MATLAB algorithm, such as the quasi-Newton method, numerical continuation method, Gauss-Newton method
Platform: | Size: 11264 | Author: 付和平 | Hits:

[Otherniniudun

Description: 拟牛顿算法的c程序,希望大家能用的上,有问题多多交流。-Quasi-Newton algorithm c program, I hope everyone can be the last, there is a lot of problems exchange.
Platform: | Size: 2048 | Author: 龙威 | Hits:

[matlabcrfChain

Description: Kevin Murphy的条件随机场matlab和c++混合代码,包含chains, trees and general graphs includes BP code。-This package is a set of Matlab functions for chain-structured conditional random fields (CRFs) with categorical features. The code implements decoding (with the Viterbi algorithm), inference (with the forwards-backwards algorithm), sampling (with the forwards-filter bacwards-sample algorithm), and parameter estimation (with a limited-memory quasi-Newton algorithm) in these models. Several of the functions have been implemented in C as mex files to speed up calculations.
Platform: | Size: 113664 | Author: 郭波 | Hits:

[Algorithmzniniudunzhiyi_AG

Description: 拟牛顿算法,H矩阵由秩1算法得到,一维搜索由ArmigoGoldstein实现-Quasi-Newton algorithm, H matrix by the rank 1 algorithm, to achieve one-dimensional search by the ArmigoGoldstein
Platform: | Size: 1024 | Author: 杨旻宸 | Hits:

[source in ebookDFP-algorithm

Description: 拟牛顿法(变尺度法)DFP算法。用C/C++语言实现了该算法。-The quasi-Newton method (DFP) DFP algorithm. With the C/C++ the algorithm language.
Platform: | Size: 7168 | Author: 刘平 | Hits:

[Industry researchImproved-BP-neural-network-c

Description: 改进的BP神经网络算法,基于拟牛顿算法。-Improved BP neural network algorithm, based on the quasi-Newton algorithm.
Platform: | Size: 2048 | Author: 烦渴 | Hits:

[AlgorithmQuasi-Newton-Methods

Description: 拟牛顿法(Quasi-Newton Methods)是求解非线性优化问题最有效的方法之一。其实DFP算法、BFGS算法都属于拟牛顿法,即,DFP、BFGS都分别是一种拟牛顿法-Quasi-Newton method (Quasi-Newton Methods) is one of the most effective methods for solving nonlinear optimization problems. In fact, the DFP algorithm, BFGS algorithm belongs to the quasi-Newton method, ie, DFP, BFGS are a quasi-Newton method
Platform: | Size: 1024 | Author: 王喜 | Hits:

[AlgorithmquasiNewton

Description: 最优化算法中的拟牛顿算法matlab编程实现,希望对大家有帮助-Quasi-Newton algorithm matlab programming optimization algorithm, and the hope to help everyone
Platform: | Size: 1024 | Author: haoyunhe | Hits:

[AlgorithmArmijo_quasiNewton

Description: 最优化算法中的带Armijo搜索求步长的拟牛顿算法的源码,matlab编程实现,希望对大家有用。-Optimization algorithm with Armijo search seeking step quasi-Newton algorithm source code, matlab programming, and hope to be useful.
Platform: | Size: 1024 | Author: haoyunhe | Hits:

[AlgorithmNon_mon-Newton

Description: 最优化算法中的使用非单调线搜索求步长的拟牛顿算法的源码,matlab编程实现,希望对大家有用-The use of non-monotonic line optimization algorithm to search seeking step quasi-Newton algorithm source code, Matlab programming, and hope to be useful
Platform: | Size: 1024 | Author: haoyunhe | Hits:

[AI-NN-PRBP-neural-network-algorithm-

Description: 本程序包含BP神经网络中的各种不同的算法,包括梯度算法及拟牛顿算法及一步正割等算法-The BP neural network program contains various algorithms, including gradient algorithm and quasi-Newton algorithm and the step secant algorithm, etc.
Platform: | Size: 3072 | Author: xuliyue | Hits:

[OtherQuasi-Newton-method

Description: 最优化算法中的拟牛顿法,是一种非线性算法问题-Optimization algorithm quasi-Newton method, is a nonlinear algorithm problems
Platform: | Size: 3072 | Author: haohaiqiang | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net