搜索资源列表

  1. 模拟退火c++的算法程序

    0下载:
  2. 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning i
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:43008
    • 提供者:hu
  1. mat_li

    0下载:
  2. 使用于初级使用者.能够直接使用采用最优化算法 遗传算法-use in the primary users. To use the most direct use of genetic algorithm optimization algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:3072
    • 提供者:lsz
  1. 改进遗传算法-郭涛算法做最优化问题很管用

    0下载:
  2. 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:龚文引
  1. 高数常用算法

    0下载:
  2. 好东西,用dephi写的,高数中的算法,包括积分,微分,极限,级数,最优化方法等-good things with dephi written in the high number of algorithms, including integral, differential, limit, series, optimization methods
  3. 所属分类:系统编程

    • 发布日期:2024-04-28
    • 文件大小:2704384
    • 提供者:
  1. 最优化

    0下载:
  2. 运筹学中,用单纯性算法来实现最优化max准则的源程序。 因为是初学者, 可能有些不标准请谅解-tacticians, and use simple algorithms to achieve optimal max guidelines of the source. Because beginners, some may not please standards of Understanding
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-28
    • 文件大小:3072
    • 提供者:岳晓林
  1. work123

    1下载:
  2. 最优化算法,有共轭梯度、牛顿法、黄金分割、最速下降法等-optimization algorithm, a conjugate gradient, Newton, 0.618, the steepest decline in France
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-28
    • 文件大小:6144
    • 提供者:郭大波
  1. peizhun

    1下载:
  2. 图像配准-GUI界面,最优化算法,互信息尺度,POWELL.m附属子程序,PSO.m附属子程序,对图像进行“平移”和“旋转”-Image Registration- GUI interface, optimization algorithms, mutual information scale, POWELL.m subsidiary subroutine, PSO.m subsidiary subroutine, the right
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:19456
    • 提供者:ghd
  1. MATLAB_syjc1

    0下载:
  2. 该程序是matlab范例程序数学数值处理,包括最优化算法等相关程序,此程序是只作为共享作用,请勿做商业用途,谢谢!-that the procedure was Matlab mathematical model numerical procedures, including optimization algorithms and other related procedures, this procedure is only as a
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:576512
    • 提供者:落双法
  1. optimumt1

    0下载:
  2. 这是一个高通滤波器的最优化算法。有约束问题采用的是惩罚函数法,无约束问题采用的是单纯形法-this is a high-pass filter to the optimization algorithm. Binding the issue of punitive function without constraint using the simplex method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:宋亚平
  1. n1qn3-lib

    0下载:
  2. 最优化算法,应用有限内存拟牛顿方法(Limited Memory (variable-storage)quasi-Newton method)求解高维最优化问题,使用更多的内存将使算法更有效。-optimization algorithm, Application limited memory quasi-Newton method (Limited Memory (variable-stora ge) quasi--Newton me
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:29696
    • 提供者:hanwei
  1. goldenmean

    0下载:
  2. 最优化算法中的黄金分割法,用于线性寻优过程,算法快速且方便-optimization algorithm gold segmentation method for the linear optimization process, the algorithm is fast and convenient
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:liruiyuxia
  1. knowledgeyichuan

    0下载:
  2. 了解遗传算法 遗传算法是一种最优化算法,所谓最优化问题,就是这样一类问题,满足它的解(称为可行解)有很多(通常是极多)对于每一种解有一个评价函数得到一个评价值,也就确定了解集的一个偏序关系,在这个偏序关系的求最小值(或最大值)或者近似最小值(或最大值)。-understanding of the genetic algorithm is a genetic algorithm optimization algorithm, the
  3. 所属分类:其他小程序

    • 发布日期:2024-04-28
    • 文件大小:8192
    • 提供者:周燕
  1. zuiyouhua

    0下载:
  2. 最优化实验,用的是MATLAB,题目不是很难主要是练习用,学会对实际问题进行数学抽象。 掌握常用的最优化算法。 运用相关数学软件设计程序进行求解。 -optimization experiments, using the MATLAB, the main topic is not difficult to practice with. learn to practical issues abstract mathematic
  3. 所属分类:压缩解压

    • 发布日期:2024-04-28
    • 文件大小:12288
    • 提供者:guang
  1. 1

    0下载:
  2. 最优化算法,使用Q型惩罚因子,在matlab环境下运行的通用算法。-Optimization algorithm, the use of Q-factor penalties, in the matlab environment running under a common algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:游子
  1. RosenBrock

    0下载:
  2. 最优化算法,欢迎有需要的朋友前来下载,-Optimization algorithms, there is a need to welcome friends to come to the download,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:82944
    • 提供者:
  1. GA

    0下载:
  2. 研究多年的遗传算法代码!与大家共享!能实现最优化算法!-Study of the genetic algorithm code for many years! To share with you! Optimization algorithm to achieve!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:49152
    • 提供者:陶谦
  1. Quasi-Newton

    0下载:
  2. Quasi-Newton算法的demo程序,主要用于最优化算法的设计与最优化问题的求解-Quasi-Newton algorithm demo program, mainly used in optimization algorithm design and optimization problem solving
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-28
    • 文件大小:9216
    • 提供者:wang qifei
  1. erfenfa

    0下载:
  2. 最优化算法中的二分法,是用MATLAB实现的,经过调试的-Optimization of the dichotomy, is to use MATLAB to achieve, through debugging
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:张军
  1. zuiyouhuafangfa

    0下载:
  2. 数据矩阵的最优化算法,用于最优化方法,用tc实现-Data matrix optimization algorithms for the optimization method, using tc achieve
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-28
    • 文件大小:10240
    • 提供者:yangbo
  1. peizhun

    0下载:
  2. 图象配准源程序一, GUI界面,proj.m 图片选择窗口,testListBoxlj.m 二,最优化算法 PSO.m POWELL.m 三,互信息尺度 MI.m EMI.m RMI.m HiMI.m GMI.m FPMI.m 四,POWELL.m附属子程序 oneDimSearch.m 五,PSO.m附属子程序 myMI.m 六,配准结果
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-28
    • 文件大小:75776
    • 提供者:jms
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org