搜索资源列表

  1. TMS320VC55代码优化(函数优化改写总结)

    1下载:
  2. TMS320VC55代码优化(函数优化改写总结)-TMS320VC55 code optimization (function optimization rewritten Final)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7538
    • 提供者:陆驰宇
  1. 函数优化的蚁群算法

    4下载:
  2. 用MATLAB编码的函数优化的蚁群算法!!!
  3. 所属分类:matlab例程

    • 发布日期:2009-04-26
    • 文件大小:1119
    • 提供者:predict
  1. 进化算法-竞赛争冠算法函数优化程序 v100801

    0下载:
  2. 该程序是在自创的无约束优化的竞赛争冠算法(旧称竞技取冠算法)函数优化程序基础上,开发出来的有约束优化程序.程序采用罚函数法实现有约束优化的,但罚因子(惩罚系数)的处理方法有别于其它罚函数法.该程序证明这种惩罚系数处理方法是有效的.该法调整惩罚系数简单,粗放,一般应用默认值即可.该程序普适性较好,进化参数调整简单,不敏感,全局最优解的搜索能力较强,数据重现性(鲁棒性)较好,获得结果精度较高,不足是有时评价函数调用次数稍多些.
  3. 所属分类:源码下载

    • 发布日期:2011-03-25
    • 文件大小:1608690
    • 提供者:Qshi2008
  1. 利用遗传算法求某函数的最大值

    3下载:
  2. 利用遗传算法求某函数的最大值matlab- Asks some function using the heredity algorithm maximum value matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:3072
    • 提供者:宋雨
  1. GA

    0下载:
  2. 遗传算法的函数优化sga-genetic algorithm optimization function sga
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:3072
    • 提供者:马斌
  1. TMS320VC55代码优化(函数优化改写总结)

    0下载:
  2. TMS320VC55代码优化(函数优化改写总结)-TMS320VC55 code optimization (function optimization rewritten Final)
  3. 所属分类:DSP编程

    • 发布日期:2024-05-04
    • 文件大小:7168
    • 提供者:陆驰宇
  1. function_opt_demo

    0下载:
  2. 使用matlab应用遗传算法进行函数优化-Using genetic algorithm in matlab to optimize function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:赵静岚
  1. 遗传算法代码

    0下载:
  2. 这是遗传算法进行函数优化的程序,可以运行成功,需要的就下吧-This is the source code of genetic algorithm for function optimization, it can run ,down it if you need it.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:21504
    • 提供者:wlr
  1. 优化1

    0下载:
  2. 这是用单纯形法发来进行函数优化的程序,可以运行成功,需要的就下吧-This is sends in with the simplex method carries on the procedure which the function optimizes, may move successfully, download if you need
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:670720
    • 提供者:wlr
  1. 粒子群优化算法C

    1下载:
  2. 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it ha
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:16384
    • 提供者:wxd
  1. fmaxga

    0下载:
  2. 基于Matlab的函数优化遗传算法程序,包含了遗传算法实现的大部分步骤,而且有详细的注释.-Matlab functions genetic algorithm optimization procedures, including the genetic algorithm to achieve the most steps, and detailed notes.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:12288
    • 提供者:风云
  1. 遗传算法算例

    0下载:
  2. 文中详细介绍了函数优化(有无约束均可)、组合优化算法的原理和源程序,算法效率极高,欢迎下载。附件有更多的遗传算法算例,共研究算法用。 -paper describes in detail the function optimization (there may be bound), combinatorial optimization algorithms and the principle source, the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:778240
    • 提供者:刘三
  1. 多维函数优化程序

    0下载:
  2. 用JAVA语言编写,包括PSO(Particle swarm optimization, 中文译名为粒子群优化或微粒群算法), DE (Differential evolution, 中文译名为差分进化或差异演化)等算法,有一些不带约束和带约束的算例(如Michelawicz的几个问题)。使用说明见usage.txt、RUNExample.bat和程序中的注释。 -with Java language, including the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:128000
    • 提供者:刘三
  1. GeneticAlgorithm

    0下载:
  2. 用遗传算法解决函数优化问题原代码 求出最优解与迭代次数-genetic algorithm optimization function source obtained with the optimal solution iterations
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:小翠
  1. one_domain

    0下载:
  2. 基于蚂蚁算法的一维函数优化,收敛效果比较好。-ant algorithm based on the one-dimensional function optimization, convergence results were quite good.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:
  1. GAS

    0下载:
  2. 利用简单遗传算法求解一元函数优化问题: -simple genetic algorithm for one yuan function optimization problems :
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小:3072
    • 提供者:guoguo
  1. 外点牛顿罚函数优化matlab

    0下载:
  2. 关于外点牛顿罚函数优化的matlab代码(Optimization of exterior point Newton penalty function matlab)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:Loumoz
  1. 简单函数优化的遗传算法程序

    0下载:
  2. 遗传算法是一种基于生物自然选择与遗传机理的随机搜索与优化方法。(Genetic algorithm (GA) is a random search and optimization method based on biological natural selection and genetic mechanism.)
  3. 所属分类:文档资料

    • 发布日期:2024-05-04
    • 文件大小:4096
    • 提供者:刘曼
  1. 华侨大学XFX函数优化平台2017版

    0下载:
  2. 该2017版软件集成了竞赛争冠系列算法(含单目标寻优、多峰函数寻优、参数估计(拟合)等)和多种差分向量型式的差分进化算法。可对数学函数进行有或无约束优化、多峰函数优化等工作。其中改进竞赛争冠算法是近期本人的研究佳作。与现行优良的进化算法相比,颇具竞争力。(The 2017 version of the software integrates the series of race champion algorithm (including
  3. 所属分类:软件工程

    • 发布日期:2024-05-04
    • 文件大小:2577408
    • 提供者:xufs
  1. 基于人群搜索算法的函数优化

    0下载:
  2. 包含人群搜索算法源程序,和rastrigin、Schaffer和Spher三个函数的优化,并与PSO比较(Including the source program of crowd search algorithm, and the optimization of rastrigin, Schaffer and Sphere functions, and comparing with PSO)
  3. 所属分类:进化算法

    • 发布日期:2024-05-04
    • 文件大小:13312
    • 提供者:zxk78
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org