搜索资源列表

  1. Fletcher_Reeves

    0下载:
  2. Fletcher Reeves 算法在matlab中的应用实例
  3. 所属分类:matlab例程

    • 发布日期:2010-01-21
    • 文件大小:1277
    • 提供者:w112w@163.com
  1. 免疫算法

    0下载:
  2. In the last twenty years, the design of efficient function optimizers has been a crucial topic of research work. Many theoretical and practical research problems involve combinatorial optimization, which is obtaining the
  3. 所属分类:人工智能/神经网络/遗传算法

  1. liblbfgs-1.7

    0下载:
  2. This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The original FORTRAN source code is available at: This library is a C port of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:333824
    • 提供者:Yu-Chieh Wu
  1. sg_min2.4.1.tar

    0下载:
  2. 黎曼流形上的优化算法。目标函数定义在黎曼流形上,在流形上利用梯度下降等进行优化-Provides four iterations for optimization on the Steifel and Grassmann manifolds: dog-leg steps Polak-Ribiere nonlinear CG Fletcher-Reeves nonlinear CG Newton s method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:30720
    • 提供者:sun
  1. Fletcher_R_Practical_methods_of_optimization_Volu

    0下载:
  2. SQP Algo and Optimisation explained
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2310144
    • 提供者:RJ
  1. java_evolutionary_algorithms

    0下载:
  2. 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many var
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:104448
    • 提供者:陈雷
  1. fminlbfgs_version2

    0下载:
  2. 这是一个快速的拟牛顿法程序,非常实用,非常强大-FMINLBFGS is a Memory efficient optimizer for problems such as image registration with large amounts of unknowns, and cpu-expensive gradients. Supported: - Quasi Newton Broyden–Fletcher–Go
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:奕风
  1. optimization

    0下载:
  2. optmization algorithm method "Davidon-Fletcher -Powell" DFP-optmization algorithm method "Davidon-Fletcher -Powell" DFP
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:4226048
    • 提供者:z.bellahcene
  1. Fletcher-Reeves-Method

    0下载:
  2. this a simple optimization algorithm of Fletcher-Reeves in Delphi, with origin point of (0,0)-this is a simple optimization algorithm of Fletcher-Reeves in Delphi, with origin point of (0,0)
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-18
    • 文件大小:197632
    • 提供者:belajar
  1. LMFsolve

    1下载:
  2. 这个程序实现了Levenberg Marquardt Fletcher(LMF)算法,并用于非线性最小二乘的计算。用于在一个非线性多项式组成的矛盾/超定方程组中,找到最优的解。-This program implements the Levenberg Marquardt Fletcher (LMF) algorithm, and used nonlinear least squares calculations. Formed in
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:蒋常富
  1. My-program

    0下载:
  2. fletcher 《computational techniques for fluid dynamics》 中的程序整理 流体数值计算的经典书籍-program for《computational techniques for fluid dynamics》
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:20366336
    • 提供者:lizhaohui
  1. liblbfgs-1.10.tar

    0下载:
  2. L-BFGS的c库文件,可以求最优化规划问题,非常好用,欢迎下载。-libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:318464
    • 提供者:wu haifeng
  1. fletcher_reeves

    0下载:
  2. This algorithm computes search directions conjugate about the Hessian matrix of the objective function directly in the evaluation function of the gradient, but without the direct evaluation of the Hessian of the objectiv
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:ivan
  1. CGP.1.1.tar

    0下载:
  2. 该软件包CG +是为解决大规模,无约束,非线性优化问题的共轭梯度代码。企业管治+实现了共轭梯度法的三个不同版本:弗莱彻-里夫斯方法,波拉克Ribiere方法的,积极的波拉克-Ribiere方法的(聊天总是非负)-The package CG+ is a Conjugate Gradient code for solving large-scale, unconstrained, nonlinear optimization proble
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:zjworlder
  1. liblbfgs

    0下载:
  2. 一个有限内存Broyden-Fletcher-Goldfarb-Shanno函数半二次优化工具,可以用来进行求解函数最优值。-libLBFGS is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method, which can be used to solve the optimization
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:273408
    • 提供者:hzw
  1. fletcher-function

    0下载:
  2. 一篇非常重要的共轭梯度法的文章,课用于指导相关编程-a paper
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:3298304
    • 提供者:kimiwu
  1. mnb3r_c

    0下载:
  2. Fletcher Reeves method pascal
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:olds
  1. Davidson-Fletcher-Powell

    0下载:
  2. Davidson Fletcher Powell method implemented by matlab
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:mani sabeti
  1. Broyden-Fletcher-Goldfarb-Shanno

    0下载:
  2. Broyden Fletcher Goldfarb Shanno method implemented by matlab
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:mani sabeti
  1. Davidon-Fletcher-Powell

    0下载:
  2. Davidon-Fletcher-Powell算法-Davidon-Fletcher-Powell algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:LI
« 12 »

源码中国 www.ymcn.org