搜索资源列表

  1. 差别算法matlab源码

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:16633
    • 提供者:张正
  1. selest

    1下载:
  2. 关于一些算法中如何生成新成员的选择方法,粒子群算法,遗传算法等算法可以用。-How about some algorithm to generate a new member of the selection method, particle swarm optimization, genetic algorithms and other algorithms can be used.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:wang
  1. Code_MATLAB_Optimization

    2下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," w
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:41984
    • 提供者:
  1. Ackely

    0下载:
  2. Ackley函数的粒子群优化算法的实现,对初学粒子群算法的有用-Ackley function of the particle swarm optimization algorithm, particle swarm optimization for beginners useful
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:lina
  1. InteligentOptimisationAlgorithms

    0下载:
  2. 介绍各种智能优化算法,包括遗传算法,模拟退火,粒子群算法等的一本好书-A good book for Intelligent optimization algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:4070400
    • 提供者:xuying
  1. Optimization-Toolbox

    0下载:
  2. 优化工具箱,粒子群工具箱、美国北卡罗大学遗传算法工具箱、英国谢菲尔德大学遗传算法工具箱-Optimization Toolbox
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1671168
    • 提供者:yyq
  1. PSOGA

    0下载:
  2. 带交叉因子的粒子群遗传算法,寻找最优位置-Particle Swarm with cross-factor genetic algorithm to find the optimal position
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:yinxuejiao
  1. youhua

    0下载:
  2. 最优化方法及其Matlab程序设计。包括带约束的罚函数法,复合形法,坐标轮换法,乘子法,单纯形法,割平面法,粒子群法,遗传算法等各种优化算法-Optimization method and Matlab programming. Including the penalty function method with constraints, the complex method, coordinate rotation method, t
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:王浩
  1. Optimization

    0下载:
  2. 详细介绍了优化算法-遗传优化算法和粒子群优化算法,给出了编程过程,-Optimization Algorithms (Genetic Optimization Algorithm and Particle Swarm Optimization Algorithm)are introduced in detail,the programm progress is gived
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:whz
  1. GA-RBF

    0下载:
  2. 自适应遗传算法优化RBF神经网络,粒子群算法优化RBF神经网络仿真结果比较。程序可直接运行-Adaptive genetic algorithm to optimize the RBF neural networks, particle swarm optimization on RBF neural network simulation results compared. Program can be run directly
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:李小芳
  1. modern-optimization-algorithms

    0下载:
  2. 现代优化方法,包括有模拟退火,粒子群法,蚁群法,遗传算法。-the modern optimization algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:91136
    • 提供者:井沛良
  1. chapter6

    0下载:
  2. 。《MATLAB智能算法30个案例分析》采用案例形式,以智能算法为主线,讲解了遗传算法、免疫算法、退火算法、粒子群算法、鱼群算法、蚁群算法和神经网络算法等最常用的智能算法的MATLAB实现。对广大科研人员有很高的参考价值。-. MATLAB intelligent algorithm 30 case studies, the use of case the main line, the form of an intelligent al
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:jueyouli
  1. MATLAB-30-Cases

    2下载:
  2. 。《MATLAB智能算法30个案例分析》采用案例形式,以智能算法为主线,讲解了遗传算法、免疫算法、退火算法、粒子群算法、鱼群算法、蚁群算法和神经网络算法等最常用的智能算法的MATLAB实现。对广大科研人员有很高的参考价值。-. MATLAB intelligent algorithm 30 case studies, the use of case the main line, the form of an intelligent al
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1544192
    • 提供者:jueyouli
  1. MATLAB-ge-zhong-you-hua

    0下载:
  2. 无约束一维、多维极值,约束优化问题,粒子群优化算法,遗传优化算法-Unconstrained one-dimensional, multi-dimensional extremal constrained optimization problem, particle swarm optimization, genetic optimization algorithm
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:李顺
  1. Flp_Asurvey_2007

    0下载:
  2. 介绍各种智能优化算法,包括遗传算法、模拟退火、一群算法、粒子群算法解决布局优化问题-Introduced all kinds of intelligent optimization algorithm, solve layout optimization problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:459776
    • 提供者:taojing
  1. facility-layout-problems

    0下载:
  2. 将布局问题转化为优化问题,利用只能优化算法求解,包括遗传算法、模拟退火、一群算法、粒子群算法-Will the layout problem is transformed into optimization problem, and use only optimization algorithm, including genetic algorithm, simulated annealing, a group of algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1429504
    • 提供者:taojing
  1. PSO-for-TSP-of-51-city

    0下载:
  2. 为本人毕业设计里,粒子群算法的一个应用,求解51个城市的TSP问题,城市的个数和位置都可以改动,并与遗传算法求解的结果进行对比!-I graduated from the design, the application of the particle swarm algorithm for solving the 51 cities TSP problem, the number and location of the city can
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:lin
  1. 30-cases-in-matlab

    0下载:
  2. MATLAB智能算法30个案例分析,109页的详细讲解,程序和程序注解,可以直接复制代码。包括遗传算法,基于遗传算法和非线性规划的函数寻优算法,遗传算法工具箱详解及应用,多种群遗传算法的函数优化算法, 基于粒子群算法的多目标搜索算法,基于多层编码遗传算法的车间调度算法,基于遗传模拟退火算法的聚类算法,蚁群算法,支持向量机等等30章。-MATLAB intelligent algorithm 30 case studies, 109 d
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1560576
    • 提供者:Binjie Liao
  1. particle-swarm--genetic-algorithm

    0下载:
  2. matlab程序(粒子群,遗传算法,牛顿迭代)-matlab program (particle swarm, genetic algorithm, Newton iteration)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:103424
    • 提供者:杨超
  1. intelligence-algorithm

    0下载:
  2. 本程序为智能算法。遗传,粒子群,鱼群,蚁群等多种算法。以及一些实际案例-This program is intelligent algorithms. Genetic, particle swarm, fish, ant colony and many other algorithms. As well as some actual cases
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1550336
    • 提供者:huairen
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »

源码中国 www.ymcn.org