CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 极小值

搜索资源列表

  1. nnworkmatlab

    0下载:
  2. 黄金分割法,带约束条件 进退法求函数极小值,单谷区间-0.618, with restrictive conditions act Method function minimum, a single-interval
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5.89kb
    • 提供者:宋斌
  1. simplicityAlgorithm3

    0下载:
  2. /*用单纯形算法求解多元函数极值计算机程序代码*/ /************************ *试用单纯形法求目标函数: *f(x)= 4(x1 -5)*(x1 -5) + (x2 -6)*(x1 -5) *的极小值 *************************/-/ * Use simplex algorithm for multi-function extremum computer code * / /********** ************
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:168.02kb
    • 提供者:刘向
  1. global_mini

    0下载:
  2. 寻找函数的全局极小值,global minimization of contrast function with random restarts the data are assumed whitened (i.e. with identity covariance matrix). The output is such that Wopt*x are the independent sources.-Find function of the minimum value of the overa
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.47kb
    • 提供者:李国齐
  1. guangjinfenge

    0下载:
  2. 黄金分割搜索法的vc代码,有两个过程实现,分别是Golden和mnbrak,mnbrak利用黄金比率和二次插值确定函数的极小值点的所在区间,Golden用黄金分割法求一元函数的极小值。-Golden Section Search vc law code, there are two processes to achieve, and Golden were mnbrak. mnbrak golden ratio and use quadratic interpolation function t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:wuyan
  1. ImagesegmentationBasedonGeneticAlgorithmandNeuraln

    0下载:
  2. 本文深入研究了 BP 神经网络与遗传算法理论,BP 神经网络在应用过程中面临 着网络训练时间长、容易陷入局部极小值、隐层节点数不易确定等缺点,为了有效 地克服 BP 网的困难,将遗传算法与 BP 网络有机地融合,使它们之间的相互补充增 强彼此的能力,从而获得更有力的解决实际问题的能力。 -this in-depth study of artificial neural networks and genetic algorithms theory, BP neural networ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:545.13kb
    • 提供者:罗旺
  1. maxmin1

    0下载:
  2. HILBERT-HUANG TANSFORM 进行曲线拟和时求信号极大极小值的两种方法-SYSTEMS-CSF TANSFORM for curve fitting and time for signal minimax Two methods
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:828byte
    • 提供者:weixiangzhuan
  1. cchess_ai

    0下载:
  2. 一个象棋AI的源代码,带游戏界面,其中可选择多种AI引擎,从最基础的深度跌代极大极小值搜索到使用开局库,历史启发的极小窗搜索,具有很高的学习研究价值.-a chess AI source code, with the game interface, which can choose a variety of AI engines, from the most basic of depth or substituting minimax search to start using the hist
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:160.38kb
    • 提供者:slayeer
  1. GA1

    0下载:
  2. 使用遗传算法求函数的极小值的一个例子,使用遗传算法求函数的极小值的一个例子-the use of genetic algorithms to find the minimum value function of an example, the use of genetic algorithms to find the minimum value function of an example
  3. 所属分类:matlab例程

    • 发布日期:2014-01-15
    • 文件大小:1.04kb
    • 提供者:J.K.Wang
  1. newton

    1下载:
  2. 拟牛顿法求函数极小值,采用无约束变尺度法DFP
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:陈宁
  1. golden

    0下载:
  2. 欢迎下载,MATLAB求函数极小值的程序
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-17
    • 文件大小:211.05kb
    • 提供者:chensz
  1. DFP

    0下载:
  2. dfp变尺度法程序,用于求函数的无约束极小值点。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:224.21kb
    • 提供者:starsky302
  1. 小波分析--黄变换程序

    0下载:
  2. 首先,找出 上所有的极值点,然后用三次样条函数曲线循序连接所有的极大值点,得到信号 的上包络线 ,采用同样的方法连接所有的极小值点,得到 的下包络线 。循序连接上、下两条包络线的均值可得到一条均值线 : (7-1) 再用 减去 得到 : (7-2) 如果 满足IMF的两个条件,则 即为第一阶IMF,一般来说, 并不满足条件,此时,
  3. 所属分类:matlab例程

    • 发布日期:2010-01-21
    • 文件大小:491byte
    • 提供者:littleprince
  1. 求解约束极小值问题的函数fmincon

    2下载:
  2. 求解约束极小值问题的函数fmincon,fmincon是求解多维约束优化问题的优化工具箱函数,Problem solving constrained minimum function fmincon, fmincon is a multi-dimensional constrained optimization problems for solving the optimization toolbox function
  3. 所属分类:matlab例程

    • 发布日期:2015-05-15
    • 文件大小:1.37kb
    • 提供者:yu
  1. yuchou2

    0下载:
  2. 用matlab解决线性回归问题,在约束条件下求解二次回归问题的极小值-Using matlab to solve linear regression problems, in the constraint solving quadratic regression under the condition of the minimum problem
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.08kb
    • 提供者:淡茶
  1. PCgame

    0下载:
  2. 一个人工智能下象棋的小游戏 含电子书 包含了alph-beta 深度优先 极大极小值算法-Under the artificial intelligence of a chess game with e-book contains alph-beta depth-first minimax algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5.21mb
    • 提供者:yangdawei
  1. fminsearch

    0下载:
  2. 求函数极小值,适用于不带约束的、函数可以为非线性的无约束规划问题的求解-Demand function is minimum applicable to non-binding, the function can be non-binding for the non-linear programming problem solving
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:5.43kb
    • 提供者:wang
  1. PSOalgorithm

    0下载:
  2. 本程序利用粒子群算法(PSO算法),求BANANA函数在(1,1)附近的极小值-This program makes use of particle swarm optimization (PSO algorithm), find BANANA function (1,1) near the minimum
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.13kb
    • 提供者:王伟
  1. sousuoeryuanhanshujixiaozhi

    0下载:
  2. 人工蜂群算法优化,搜索二元函数的极小值问题(ABC-algorithm search the min)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:2kb
    • 提供者:APHFouhvm@073
  1. 果蝇算法寻求极小值极大值

    0下载:
  2. 该算法是利用基本果蝇算法寻求极小值的操作(The algorithm uses the basic fruit fly algorithm to seek the operation of the minimum.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:tasysky
  1. 小波神经网络的时间序列预测-短时交通流量预测

    9下载:
  2. 本文采用小波神经网络进行交通流量预测,短时交通流量存在随机性和非线性因素,影响预测的准确性。传统预测模型难以反映交通流量变化特点,同时传统神经网络易陷入局部极小值,泛化能力差,交通流量预测精度低。为了提高短时交通流量预测精度,提出一种小波神经网络的短时交通流量预测模型。小波神经网络可以对短时交通流量随机性、不确定性进行局部分析,并进行非线性预测,验证了模型的有效性,进行了对比试验。验证结果表明,小波神经网络提高了短时交通流量预精度,预测结果更具应用价值。(In this paper, wavel
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com