搜索资源列表

  1. znyh

    0下载:
  2. 〈智能优化算法与应用〉介绍各种优化算法:模拟褪火法、遗传算法、禁忌搜索法、神经网络法、混合优化策略等内容。-"intelligent optimization algorithms and application" on the various optimization algorithms : simulated fire faded, genetic algorithm, Tabu search method,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10.54mb
    • 提供者:small www
  1. Genetic_Ant_Algorithms

    0下载:
  2. 一种运用蚂蚁算法和遗传算法解决旅行商问题的混合优化程序-an ant algorithm and the use of genetic algorithms to solve the traveling salesman problem hybrid optimization procedures
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:80.01kb
    • 提供者:陈雷
  1. Genetic_Ant_Algorithms

    0下载:
  2. 一种运用蚂蚁算法和遗传算法解决旅行商问题的混合优化程序-an ant algorithm and the use of genetic algorithms to solve the traveling salesman problem hybrid optimization procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-14
    • 文件大小:80kb
    • 提供者:陈雷
  1. training_gmm

    0下载:
  2. 训练高斯混合模型的程序,尽管此类代码较多,但本程序经过笔者改写优化后,很大程度上避免了普通方法中局部最优的问题。-Gaussian mixture model training procedures, although the code more, but the procedure after the author rewrite optimization, largely avoiding the ordinary method o
  3. 所属分类:Audio

    • 发布日期:2024-11-14
    • 文件大小:2kb
    • 提供者:
  1. gmm_creation_mle

    0下载:
  2. 采用期望最大算法最优化初始高斯混合模型的程序,笔者借用ubm自适应方法,很好的解决了模型不收敛的问题。-expectations largest algorithm using optimization initial Gaussian mixture model procedures, the author borrowed ubm adaptive method, a good model is not the solution c
  3. 所属分类:Audio

    • 发布日期:2024-11-14
    • 文件大小:4kb
    • 提供者:
  1. znyh

    0下载:
  2. 〈智能优化算法与应用〉介绍各种优化算法:模拟褪火法、遗传算法、禁忌搜索法、神经网络法、混合优化策略等内容。-"intelligent optimization algorithms and application" on the various optimization algorithms : simulated fire faded, genetic algorithm, Tabu search method,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-14
    • 文件大小:10.54mb
    • 提供者:small www
  1. ProgrammersGuide

    0下载:
  2. c54变成指南,包括c语言编程风格,汇编的混合编程,以及代码优化-c54 into guidelines, including c programming language style, a compilation of mixed programming, and code optimization
  3. 所属分类:技术管理

    • 发布日期:2024-11-14
    • 文件大小:66kb
    • 提供者:王立东
  1. VisualC++Examples

    0下载:
  2. Visual C++精彩实例详解,本书通过50个综合性问题,介绍了VisualC++的开发技巧和方法,内容涵盖了VisualC++编程中的数据库、网络、多媒体、图像处理、优化算法、系统编程、界面美化、OpenGL三维虚拟现实、汇编语言混合编程、DirectX编程、复合文档等许多热门领域。-Visual C++ Wonderful examples detailed in this book through a comprehensive
  3. 所属分类:OpenGL

    • 发布日期:2024-11-14
    • 文件大小:16.58mb
    • 提供者:cuiyu
  1. GASATS_Hybrid_Algorithms_for_Reactive_Power_Optimi

    0下载:
  2. 关于电力系统无功优化方面的论文,使用GA/SA/TS三种混合的方法进行优化。-With regard to reactive power optimization papers, the use of GA/SA/TS hybrid three optimization methods.
  3. 所属分类:其他行业

    • 发布日期:2024-11-14
    • 文件大小:422kb
    • 提供者:xiaofang
  1. hybrid_PSO

    1下载:
  2. 一种基于混合策略的改进粒子群优化算法,包括执行程序hpso.m和参数设定hPSOoptions.m两个源文件。代码清晰,易于改进实现。结果显示有效的提高了SPSO的性能-A hybrid strategy based on improved particle swarm optimization algorithm, including the implementation of procedures and parameters se
  3. 所属分类:matlab例程

    • 发布日期:2024-11-14
    • 文件大小:3kb
    • 提供者:楚湘华
  1. PSO_BP

    1下载:
  2. 基于粒子群和BP神经网络的混合优化策略算法。将改进PSO算法与BP神经网络结合,用PSO算法取代梯度下降法来优化神经网络的连接权值和阈值。程序简单易懂。-Based on Particle Swarm and the BP neural network algorithm for hybrid optimization strategy. Will improve the PSO algorithm and BP neural netw
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-14
    • 文件大小:184kb
    • 提供者:李洋
  1. PSO-GA-S

    1下载:
  2. PSO与GA混合优化算法,可实现比单纯使用PSO或者GA算法更好的优化效果-PSO and GA hybrid optimization algorithm, can achieve more than a simple algorithm using PSO or GA optimization results better
  3. 所属分类:matlab例程

    • 发布日期:2024-11-14
    • 文件大小:22.56mb
    • 提供者:吴军
  1. TSP-based-on-improved-pso

    0下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algori
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-14
    • 文件大小:619kb
    • 提供者:durongmao
  1. matlab程序

    0下载:
  2. 混合优化核参数(Hybrid optimization of kernel parameters)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-14
    • 文件大小:106kb
    • 提供者:清水流深
  1. 基于电压影响和混合储能的分布式电源优化配置珍

    0下载:
  2. 分布式电源优化配置研究,有助于研究分布式电源优化。(The research of optimal allocation of distributed generation helps to study distributed generation optimization.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-14
    • 文件大小:2.3mb
    • 提供者:fengyu
  1. 中间包计划模型及混合优化算法

    0下载:
  2. 对钢铁生产调度的优化过程,使用混合优化算法,优化中间包批量计划编制结果(Optimization process of iron and steel production scheduling)
  3. 所属分类:其他行业

    • 发布日期:2024-11-14
    • 文件大小:225kb
    • 提供者:Lis Lee
  1. 混合遗传蚁群HGIACA

    0下载:
  2. 智能优化方法--混合遗传蚁群算法,结合了蚁群算法和遗传算法(Intelligent optimization method, hybrid genetic ant colony algorithm, combines ant colony algorithm and genetic algorithm.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-14
    • 文件大小:3kb
    • 提供者:reseei
  1. 智能优化算法及其应用

    0下载:
  2. 介绍了模拟退火,遗传算法等优化算法、神经网络、混合优化算法等(The optimization algorithms such as simulated annealing, genetic algorithm, neural network and hybrid optimization algorithm are introduced.)
  3. 所属分类:文档资料

    • 发布日期:2024-11-14
    • 文件大小:10.54mb
    • 提供者:ljraindot
  1. 基于粒子群和BP神经网络的混合优化策略算法

    0下载:
  2. 改进粒子群算法,比较完整,自己收集的,可以运行(Improved particle swarm optimization)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-14
    • 文件大小:184kb
    • 提供者:hgy1234
  1. 油电混合动力电动汽车油耗优化控制仿真研究_魏玲

    0下载:
  2. 主要讲述混合动力汽车复合电源能量管理系统控制策略与优化设计(This paper mainly introduces the control strategy and optimization design of hybrid electric vehicle hybrid power management system)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-14
    • 文件大小:224kb
    • 提供者:辛晴
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org