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

搜索资源列表

  1. benchmarks_test_pso

    2下载:
  2. 粒子群算法(pso)标准测试函数验证程序。在一个m文件中包括了目前文献中用于验证的7个标准测试函数(Ackley等)、三维动态显示,粒子过分集中时打散等功能。旨在为学习和研究者pso算法的同仁提供一个功能较为完备、简单易懂的标准版本,对于初学者可以通过此程序快速的实现入门,以便将更多的精力投入到深层次的研究中去!同时愿与所有致力于此的朋友共同探讨pso算法的改进与应用方面(如多目标、动态系统等)的经验。-PSO algorithm (PSO) standard test function ver
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2945
    • 提供者:jiangsx
  1. k92SetpC

    1下载:
  2. 这是用实验函数--Ackley函数来检验遗传算法的优越性,其中有点小毛病,就是种群数在20个左右效果最好,一旦增加种群,结果就不大对劲了。忙了好多天,也没调出来,还请各位大侠指点喽-This is the experimental function -- Ackley function to test the advantages of genetic algorithm, with a little fault, is the number of stocks in the 20 best a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4440
    • 提供者:叶建槐
  1. PSO_B_SA

    2下载:
  2. 基于模拟退火的粒子群优化算法,示例程序,用于求解复杂函数的极值问题(源程序中的示例函数为Camel,Rastrigrin,Ackley)-PSO_A Alogrithm ,Hybrid particle swarm-based-simulated annealing optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1711
    • 提供者:wk
  1. pso

    1下载:
  2. 粒子群算法的sphere,rosenbrock,ackley,griewank函数优化-The function optimization of particle swarm algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2824
    • 提供者:zhangdongli
  1. Ackely

    0下载:
  2. Ackley函数的粒子群优化算法的实现,对初学粒子群算法的有用-Ackley function of the particle swarm optimization algorithm, particle swarm optimization for beginners useful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1421
    • 提供者:lina
  1. Ackley1

    0下载:
  2. Ackley测试函数,经过实验的确可以用,哈哈,分享给大家-Ackley test function, indeed can be used through the experiment, ha ha, for everyone to share
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:649
    • 提供者:喹右
  1. ackley.cpp

    0下载:
  2. 使用遗传算法求ackley最小值,一个变量的二进制位数为20,一个染色体长度100位,精度0.0001-Seeking ackley minimum, a median of 20 binary variables, a chromosome length 100, precision 0.0001
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1265
    • 提供者:zhongkeli
  1. abcup

    1下载:
  2. 人工蜂群算法的sphere,rosenbrock,schwefel,ackley,griewank函数实现-The artificial bee colony algorithm of sphere, rosenbrock,schwefel, ackley, griewank function implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:19354
    • 提供者:zhangdongli
  1. testfunctions

    0下载:
  2. 几个标准函数,用于测试单目标优化智能算法的性能。具体有ackley、rosenbrock、Griewank、alpine、Rastrigin-Several standard functions for testing single-objective optimization of the performance of the intelligent algorithm. Specific ackley, rosenbrock, Griewank, alpine, Rastrigin, etc
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:14040
    • 提供者:祝涵
  1. Optimization-of-ackley-function-by-Cuckoo-with-km

    0下载:
  2. Optimization of ackley function by Cuckoo with kmeansToolBox in matlab_coasite.info This code minimizes your cost function, so don t change any part of your code. ----------------------------------------------------------------------------------
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:782346
    • 提供者:nadem
  1. ackley

    0下载:
  2. 三种PSO算法对20维非线性ackley函数进行优化求解的仿真函数-The three PSO algorithm simulation function 20-dimensional nonlinear Ackley function optimization solutions
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:3333
    • 提供者:王停
  1. sphere

    0下载:
  2. 三种PSO算法对20维非线性ackley函数进行优化求解的仿真函数-The three PSO algorithm simulation function 20-dimensional nonlinear Ackley function optimization solutions
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:16886
    • 提供者:王停
  1. ackley

    1下载:
  2. GA algorithm for ackley function
  3. 所属分类:matlab

  1. ff_5

    0下载:
  2. ackley function with firefly algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1357
    • 提供者:mohammad
  1. 遗传算法求极值

    2下载:
  2. 针对于ackley函数求极小值问题-用matlab算法求解说明及代码。有详细的说明
  3. 所属分类:matlab例程

  1. Ackley

    0下载:
  2. 可以运行的粒子群代码,包含一个测试函数Ackley-Particle swarm can run the code, including a test function Ackley
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1385
    • 提供者:刘莘
  1. PSO_Ackley

    0下载:
  2. Particle Swarm Optimization is an optimization technique used here for getting minimum of the Ackley function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1351
    • 提供者:Eeshwar
  1. 优化算法测试函数集合

    2下载:
  2. 可用于测试优化函数的性能,里面的测试函数可以直接调用,正确无误(Can be used to test the performance of the optimization function, the test function can be called directly)
  3. 所属分类:数学计算

  1. rastrigin (2)

    0下载:
  2. ackley test function for optimization algorithms
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:jai@nitw
  1. files

    0下载:
  2. function of files to bbe presennted
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:125952
    • 提供者:venkatmn
搜珍网 www.dssz.com