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

搜索资源列表

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

    0下载:
  2. 本程序的目的是通过变化DCT系数以及寻找可以应用的DCT系数的最小值来进行可扩展的MPEG压缩,并且能都达到一个可以接收的效果。-the purpose of this procedure is adopted, as well as changes in DCT coefficients can be used to find the minimum value of the DCT coefficients to Progressive firms will be able to expan
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:83.39kb
    • 提供者:麦田
  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. 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. BP_GA.用BP网络建立映射关系

    0下载:
  2. 用BP网络建立映射关系,为遗传算法提供适应度函数,通过改进遗传算法完成最小值优化,the mapped relation is built using BP network in order to provide fitness function for genetic algorithm. At last, optimization of minimum value is finished by genetic algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-01
    • 文件大小:1.41kb
    • 提供者:wangchanglong
  1. 最小费用最大流算法通用Matlab程序

    1下载:
  2. 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
  3. 所属分类:matlab例程

    • 发布日期:2017-03-21
    • 文件大小:2.09kb
    • 提供者:xuechaoling
  1. sliding

    0下载:
  2. 求出sliding window的最大最小值-n array of size n ≤ 106 is given to you. There is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window moves ri
  3. 所属分类:STL

    • 发布日期:2017-03-30
    • 文件大小:582byte
    • 提供者:ben
  1. PSO_solution_to_economic_dispatch

    0下载:
  2. 利用PSO算法解决经济批量分发问题的matlab源代码,求解多目标函数与成本最小值。-Use PSO algorithm to solve economic volume distribution of the matlab source code for solving multi-objective cost function and the minimum value.
  3. 所属分类:matlab

    • 发布日期:2016-09-14
    • 文件大小:38.46kb
    • 提供者:楚湘华
  1. optimizatiom-ariszheng2005

    0下载:
  2. 关于最大最小值,用拉格朗日乘子算法来解决。-Minimum value on the largest, with Lagrange multipliers to solve the algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:1.06mb
    • 提供者:林惠贞
  1. fortran

    0下载:
  2. 找出txt文件的最大值和最小值。要输入文件的行数和列数-Txt file to find the maximum and minimum value. To enter the file number of rows and columns
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:456.65kb
    • 提供者:翟鹏程
  1. Steepest

    3下载:
  2. 计算梯度下降法计算极值,只能找到局部最小点。可以通过调整步长实现全局最小-Calculation of gradient descent method to calculate extreme value, can only find local minimum point. By adjusting the step size can achieve the global minimum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-20
    • 文件大小:1.18kb
    • 提供者:宗丹
  1. fenlipu

    1下载:
  2. 本程序是基于分离谱算法的最小值选中次数加权算法的MATLAB源代码,可以对一维信号先进行谱分离,然后再在最小值的基础上对信号进行重建.-This procedure is based on the sub-out algorithm to select the minimum number of weighted algorithm MATLAB source code, can be conducted one-dimensional spectral signal separation, t
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1.03kb
    • 提供者:杨字荣
  1. danchunxing

    0下载:
  2. 单纯型搜索MATLAB程序,用于搜索多变量函数的局部极小值。-Search MATLAB simple procedure used to search for multi-variable function of the local minimum value.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2.03kb
    • 提供者:周凯
  1. Exam094

    0下载:
  2. 遗传算法,通过对多项式求最小值,介绍遗传算法,用了srand()和rand()两个函数-Genetic algorithm, the minimum value of the polynomial order to introduce genetic algorithm, with the srand () and rand () function of two
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.38kb
    • 提供者:李运
  1. maandian

    0下载:
  2. 找马鞍点:1. 若在矩阵Am×n中存在一个元素A[i][j],其满足A[i][j]是第i行元素中最小值,且又是第j列元素中最大值,则称此元素为该矩阵的一个马鞍点。用二维数组存储矩阵Am×n ,设计算法求出矩阵中所有马鞍点。-Find a saddle point: 1. If in the matrix Am × n, there is a element of A [i] [j], the meet A [i] [j] is the first line element in the mini
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:153.06kb
    • 提供者:李月
  1. desc

    0下载:
  2. 最速下降法 求极小值问题的程序示例 其中包含三个函数-Steepest descent procedure for seeking the minimum value problem examples
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:898byte
    • 提供者:alun
  1. GA--Minimum-value

    0下载:
  2. 使用遗传算法 快速求函数最小值 -GA Minimum value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1.64mb
    • 提供者:xieshaofeng
  1. The-minimum-Powell-

    0下载:
  2. Powell法求多元函数极小值 具体可以下载下来-Powell method for multi-function specific minimum value can download it and see
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1.96kb
    • 提供者:丁卫刚
  1. Unconstrained--extreme-value-problem

    0下载:
  2. 无约束一维极值问题用来确定求解极小值的搜索空间的算法-Algorithms Unconstrained one dimensional extremum problem solving to determine the minimum value of the search space
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:5.73kb
    • 提供者:浮尘
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com