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

搜索资源列表

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

    0下载:
  2. 求解两个变量的优化程序,可以选择求解函数最大值或最小值两种方式。-optimal algrithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.89kb
    • 提供者:李强
  1. GA

    1下载:
  2. 遗传算法,包含选择,交叉,变异等操作,可求出Y=sin(x)在0-2π的最大值和最小值-Genetic algorithm, including selection, crossover and mutation operation, etc., can be obtained Y = sin (x) at the 0-2π Maximum and minimum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:526.76kb
    • 提供者:frank
  1. gaobject

    1下载:
  2. 基于Visual C++ 语言的遗传算法求函数最小值的程序代码。-Based on Visual C++ language of the genetic algorithm for the minimum function of the program code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.53kb
    • 提供者:hexing
  1. myGA

    0下载:
  2. 自适应遗传算法,可以通过简单的调用即可实现最大值和最小值等函数-Adaptive genetic algorithm, a simple call through to the achievement of maximum and minimum values, such as function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:947byte
    • 提供者:王国
  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. Golden_Section_Method

    0下载:
  2. 该code是黄金分割算法matlab程序,给定一个方程和变量取值范围,通过该code即可找到目标函数最小值,是优化分析过程中很好的一个基本算法.-this code is the golden-section algorithm. For a given range of design variables, the code can find the maximum of objective function. This code is a basic and useful algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:24.73kb
    • 提供者:王明
  1. shiyanqi

    0下载:
  2. ? 假设某医生看病人的顺序是由病人的病情严重程度来决定。护士按照所有病人来医院的时间顺序给病人编号ID,依次为1,2,3,…,n;并且根据病人的病情严重程度设置Priority值,病越重,Priority的值越小。当医生开始工作时,护士根据病人的Priority值,由小到大依次安排病人看病。试为护士编写程序安排病人看病的先后次序利用最小值堆实现一个优先队列。- Using the minimum heap to implement a priority queue.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1.23kb
    • 提供者:wuting
  1. MyHamming

    0下载:
  2. 模拟退火算法求函数 f(x)的最小值点, 且 l <= x <= u f为待求函数,x0为初值点,l,u分别为搜索区间的上下限,kmax为最大迭代次数 q为退火因子,TolFun为函数容许误差 算法第一步根据输入变量数,将某些量设为缺省值- Simulated annealing algorithm of a function f (x) the minimum point, and l < = x < = u f is the unknown fun
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:850byte
    • 提供者:
  1. maxamin

    0下载:
  2. 如何用分治法求一个数组中的最大值和最小值-With the Method find an array of maximum and minimum values
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:552byte
    • 提供者:phoenix
  1. Fortran中求最大值、最小值、平均数、众数和分布

    0下载:
  2. Fortran中求最大值、最小值、平均数、众数和分布
  3. 所属分类:matlab例程

  1. 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助

    2下载:
  2. 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助-Wrote it myself on the Particle Swarm Optimization for the minimum function of the routine, easy-to-read, to understand the algorithm are very helpful
  3. 所属分类:matlab例程

  1. 图像分割最小误差法

    2下载:
  2. 最小误差法是一种较为常用的自动阈值分割方法,此方法来源于Bayes最小误差分类方法。通常以图像中的灰度为模式特征,假设各模式的灰度是独立分布的随机变量,并假设图像中待分割的模式服从一定的概率分布,则可以获得满足最小误差分类准则的最佳阈值分割。 该算法主要思想是假设图像中只存在背景和目标两种模式,根据目标和背景像素占图像总像素的百分比求出其混合概率密度,选定一个阈值T;再根据将目标像素点错划为背景像素点的概率和把背景像素点错划为目标的概率求出总的错误概率,那么最佳阈值就是使总错误概率最小的阈
  3. 所属分类:matlab例程

  1. geneMin

    0下载:
  2. 一个遗传算法求最小值的程序,利用C++编写,再CodeBLocks中建立的工程。(A genetic algorithm for minimum value procedures)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-24
    • 文件大小:42kb
    • 提供者:NyuTartaros
  1. 模拟退火算法计算函数最小值以及SVM参数寻优

    3下载:
  2. 利用模拟退火算法求解已知函数的最小值,即模拟退火算法寻优问题,可以广泛推广。(Using simulated annealing algorithm to solve the minimum of the known function, that is, the simulated annealing algorithm optimization problem, can be widely promoted.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:43kb
    • 提供者:mumucq
  1. 遗传算法求最大最小值

    0下载:
  2. 优化算法-遗传算法求最大最小值,包括全部的过程M文件(Optimization algorithm genetic algorithm for maximum and minimum)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:3kb
    • 提供者:Orin_Yu
  1. main

    0下载:
  2. 遗传算法用c语言求一个函数最小值 函数为min y=x^6-10x^5-26x^4+344x^3+193x^2-1846x-1680(The genetic algorithm uses the C language to find the minimum value of a function)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:2kb
    • 提供者:网二233
  1. 111

    0下载:
  2. 设计遗传算法求解f(x)最小值,具体表达式如下: 一个求最小值的公式 要求必须使用m函数方式设计程序。(Design genetic algorithm to solve f ( x ) minimum value, the specific expression is as follows: A formula for finding the minimum The program must be designed using m function method.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:58kb
    • 提供者:123编程序
  1. 有约束条件多元变量函数最小值解法

    3下载:
  2. 1.多元变量是有约束条件的 2.适合 计划生产盈利最大 的模式求解,以此在论文上可用 3.最大值解法可转化为求解最小值算法,非常容易(Multivariate variables are constrained)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:1kb
    • 提供者:wolfkind
  1. PSO7

    2下载:
  2. PSO粒子群优化算法优化电力系统总能量,求全局最小值。(PSO particle swarm optimization algorithm optimizes the total energy of the power system to find the global minimum.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-01
    • 文件大小:17kb
    • 提供者:雨雪霁
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com