CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 最速下降法

搜索资源列表

  1. zuisutidu

    0下载:
  2. 最速下降法,用于计算机,数值方法的实现,需调试再用,谢谢大家-steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:862
    • 提供者:杨泉
  1. Syl

    0下载:
  2. Sylvester type 方程的最速下降法matlab程序-matlab codes for Sylvester type equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3375
    • 提供者:dongnong
  1. most_descendant

    0下载:
  2. 一个最速下降法实现例子,有需要的可以-A steepest descent method to achieve an example, there is need to take a look at
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1946
    • 提供者:leexiaozh
  1. SA

    1下载:
  2. 模拟退火算法和最速下降法的结合,既有模拟退火算法的全局性,搜索过程中最速下降法确定搜索方向,提高了收敛速度。-Simulated annealing algorithm and a combination of steepest descent method, both simulated annealing algorithm for the global nature of the search process in the steepest descent method to determ
  3. 所属分类:Algorithm

    • 发布日期:2014-12-22
    • 文件大小:2135
    • 提供者:cuiping5122
  1. mixNewton

    0下载:
  2. 混合Newton发求最小值.原理是基于Newton法,求解非线性方程。利用和最速下降法混合,避免了Newton的不足-ues mix Newton method to solve the problem: min f(x)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1214
    • 提供者:fanyuwei
  1. MATLAB

    0下载:
  2. 最速下降法程序 matlab应用于模糊控制 王立新主编-get to speedestdec
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2339
    • 提供者:zhuming
  1. LDSequencesV1.0

    0下载:
  2. 蒙特卡罗法最速下降法,布朗运动模拟c++代码-Low decrency sequence
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:678639
    • 提供者:dingding
  1. descent

    1下载:
  2. 自适应滤波中的最速下降法仿真程序,课程的大作业,可以绘制梯度曲线-Adaptive Filter steepest descent method simulation program, course the big job, you can draw the gradient curve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1185
    • 提供者:lurui
  1. acent

    0下载:
  2. 最优化算法中最速下降法的Matlab源码,很不错的源码,希望对你有用。-Optimization algorithm in the steepest descent method of Matlab source code, it is a good source, I hope useful to you.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:944
    • 提供者:丁志中
  1. MATLAB

    0下载:
  2. 最速下降法,搜索算法,匈牙利算法。-Steepest descent method, the search algorithm, the Hungarian algorithm. Etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:256216
    • 提供者:痞子
  1. BP

    0下载:
  2. 最速下降法的BP实例,比较通用的-Steepest descent method of BP instance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:750
    • 提供者:
  1. min

    0下载:
  2. 以负梯度方向作为下降方向的极小化算法的最速下降法-To decrease the negative gradient direction as the direction of minimizing the steepest descent algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8680
    • 提供者:张三
  1. 005

    0下载:
  2. 常用的数值计算C代码,包括共轭梯度法、单纯形法、数值积分、最小二乘、最速下降法等。-C code commonly used in numerical calculation, including the conjugate gradient method, simplex method, numerical integration, least squares, steepest descent method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:16125
    • 提供者:Snake
  1. zuisuxiajiangfa

    0下载:
  2. visual c++最速下降法求解香蕉函数极值点-visual c++ steepest descent method for solving extreme point of the banana function
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:2375
    • 提供者:芊綿
  1. zs

    0下载:
  2. C语言编程 ,实现最速下降法的一个小程序。-C language programming to realize the steepest descent method is a small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1111
    • 提供者:王强
  1. zuiyouhauzuoye

    2下载:
  2. 最优化共轭梯度算法、最速下降法、牛顿法、拟牛顿法matlab源码,含泪奉上-Conjugate gradient optimization algorithm, the steepest descent method, Newton method, quasi Newton method matlab source, tears offer
  3. 所属分类:matlab例程

    • 发布日期:2012-11-30
    • 文件大小:64218
    • 提供者:zhucehao
  1. Conventionaloptimization

    0下载:
  2. 本程序包 包括一些常用的常规优化算法,包括抛物线法、最速下降法、黄金分割法、牛顿法等,可作为学习优化算法的参考-This package includes some commonly used conventional optimization algorithms, including the parabola method, steepest descent method, golden section method, Newton s law so it can be used as re
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:9311
    • 提供者:王强
  1. zuisuxiajiang

    0下载:
  2. 最速下降法,优化算法的一种,具有二次收敛性,若目标函数为二次正定函数,经有限步可达到极小点-Steepest descent method, an algorithm with quadratic convergence, if the objective function is quadratic positive definite function can be achieved by the finite step minima
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:833
    • 提供者:qch
  1. chushi

    0下载:
  2. gui界面实现解方程,分为三种:牛顿叠加法、二分法最速下降法。-gui interface to achieve solutions of equations, is divided into three types: Newton superposition method, steepest descent method dichotomy.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:6479
    • 提供者:牛晓亮
  1. Thesteepestdescentmethodprogram

    1下载:
  2. 用最速下降法求二元函数f(x)=2*x1^2+x2^2,的最优解,初值设为【1,1】,误差限设为0.1,并且给出了函数的等高线图,给出了点的轨迹-Find the steepest descent method with the binary function f (x) = 2* x1 ^ 2+ x2 ^ 2, the optimal solution, 1,1】 【initial set, the error limit is set to 0.1, and gives the functi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:864
    • 提供者:王爱华
« 1 2 3 4 5 6 78 9 10 11 12 ... 24 »
搜珍网 www.dssz.com