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

搜索资源列表

  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. 最小费用最大流算法通用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. 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. 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. desc

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

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

    0下载:
  2. 基于MATLAB的遗传算法求解函数的最小值-MATLAB-based genetic algorithm for solving the minimum value of the function
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:240.64kb
    • 提供者:szy
  1. quadraticinterpolationalgorithm

    0下载:
  2. 利用二次插值法进行一维搜索,得出最小值,通过抛物线法实现区间识别-Quadratic interpolation method using a one-dimensional search, the minimum value obtained by the parabola method to achieve Interval Recognition
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4.03kb
    • 提供者:张靖
  1. SeekingTheMinimumValue

    0下载:
  2. 求最小值的方程原文件及运行命令文件,可以方便快捷的求出非线性有约束的最小值-Seeking the minimum value of the equation of the original documents and run the command file, you can find convenient and efficient non-linear constrained minimum
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:445.64kb
    • 提供者:王伟
  1. TSP

    0下载:
  2. 利用遗传算法求解旅行商问题 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling salesman problem using genetic algorithm traveling salesman problem, namely, th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7.15kb
    • 提供者:yanzhongyuan
  1. EP

    0下载:
  2. implementation of simple Evolutionary Programming to find minimum value from given function.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:15.49kb
    • 提供者:arif
  1. yichuanmatlab

    0下载:
  2. 遗传算法求最小值:求解De Jong函数最小值的matlab程序。-Minimum value of genetic algorithms: Solving De Jong functional minimum matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:1000byte
    • 提供者:
  1. zyh

    0下载:
  2. 建立现行规划模型,求最优解(最大值或最小值)。-Establish the current planning model, find the optimal solution (maximum or minimum value).
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:7.62kb
    • 提供者:马晓慧
  1. fahanshu

    0下载:
  2. 利用罚函数法求解下列问题:求f=x1^2+4*x2^2的最小值,其中要满足:x1-x2-1≤0 -x1-x2+1≤0 x2-1≤0 -Using penalty function method to solve the following questions: o f = x1 ^ 2+ 4* x2 ^ 2 minimum value, which will meet: x1 x2-1-0 or -x1 x2+ 1 or 0- X2-1 or 0
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:633byte
    • 提供者:cxx
  1. danchunxingfa

    1下载:
  2. 用单纯形法解线性规划 根据单纯形法的原理,在线性规划问题中,决策变量(控制变量)x1,x2,…x n的值称为一个解,满足所有的约束条件的解称为可行解。使目标函数达到最大值(或最小值)的可行解称为最优解。这样,一个最优解能在整个由约束条件所确定的可行区域内使目标函数达到最大值(或最小值)。求解线性规划问题的目的就是要找出最优解。 -According to the principle of the simplex method, in linear programming problem, the
  3. 所属分类:matlab

    • 发布日期:2015-05-22
    • 文件大小:1kb
    • 提供者:cxx
  1. minBFGS

    0下载:
  2. 求极小值,最优化方法的一个matlab范例-Seek the minimum value, a Matlab example of optimization methods
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:540byte
    • 提供者:二丫
  1. qiujizhi

    0下载:
  2. 标准粒子群算法程序,求某个函数的最小值问题。这个算法的精度非常高。-The standard PSO program, find the minimum value of a function. The accuracy of this algorithm is very high.
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:886byte
    • 提供者:沈天雨
  1. Copy_of_chazhi3

    0下载:
  2. 本程序是一维搜索方法中的三次插值方法,能够很好的求得函数的最小值点及函数的最小值。程序给出了完整的注释。不管是学习还是使用,都是很好的-允许输入拉丁字符的拼音 This program is a one-dimensional search method cubic interpolation method, can be a good way of achieving the minimum point of the function and the minimum value of th
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:771byte
    • 提供者:金戈戈
  1. example

    1下载:
  2. 惩罚函数法求函数的最小值,包括建立罚函数,牛顿法求最小值-Penalty function method to find the minimum value of the function, including the establishment of the penalty function, Newton' s method for the minimum
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1.87kb
    • 提供者:吴蒙蒙
  1. psool

    0下载:
  2. PSO Code for finding out the minimum value of two variables in a function
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:779byte
    • 提供者:Adyasha
« 12 3 4 5 6 »
搜珍网 www.dssz.com