CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - ACO optimization

搜索资源列表

  1. aco

    0下载:
  2. A new heuristic algorithm-ant colony optimization and its basical theory are introduced in this article to solve the complicated and optimized questions.This method simulates the course of ant searching food to solve this kind of questions.It has the
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2014-01-19
    • 文件大小:849.08kb
    • 提供者:wangliang
  1. ACO

    0下载:
  2. ACO.zip是一个蚁群优化算法,希望对大家有帮助-ACO.zip is an ant colony optimization algorithm, in the hope that we have to help
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:798.28kb
    • 提供者:cxd
  1. pso

    1下载:
  2. 自编的多目标粒子群优化算法,可以运行哦。-Written and directed the multi-objective particle swarm optimization, you can run, oh.
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-04
    • 文件大小:1.21kb
    • 提供者:sunny
  1. ACO-TSP

    0下载:
  2. 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:72.38kb
    • 提供者:波波
  1. aco

    0下载:
  2. Ant colony optimization algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.34kb
    • 提供者:rose
  1. simulatedannealing

    0下载:
  2. General simulated annealing algorithm-anneal Minimizes a function with the method of simulated annealing (Kirkpatrick et al., 1983) ANNEAL takes three input parameters, in this order: LOSS is a function handle (anonymous function or
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:3.77kb
    • 提供者:Ping-Feng Xu
  1. ACO

    0下载:
  2. this paper introduce ant clony optimization
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:318.76kb
    • 提供者:mehdi
  1. aco

    0下载:
  2. 蚁群算法实现tsp问题的解,适合初学者使用-Ant colony optimization tsp solution of the problem, for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:9.2kb
    • 提供者:cy
  1. ACO

    0下载:
  2. Ant Colony Optimization
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:791.62kb
    • 提供者:KaraG
  1. Ant-Colony-Optimization-(ACO)-applied-to-the-symm

    0下载:
  2. Ant Colony Optimization (ACO) applied to the symmetric TSP
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:94.09kb
    • 提供者:Tom
  1. Image-Edge-Detection-Using-ACO

    0下载:
  2. Image Edge Detection Using Ant Colony Optimization
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:3kb
    • 提供者:hamed
  1. aco system

    0下载:
  2. aco ant colony optimization of colonie de fourmis
  3. 所属分类:.net编程

    • 发布日期:2013-05-06
    • 文件大小:1.41mb
    • 提供者:hipomimi
  1. ACO-PID

    0下载:
  2. 此函数实现蚁群算法,用于PID控制参数优化-The function realization of ant colony algorithm for PID parameters optimization
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1.47kb
    • 提供者:汪丹海
  1. aco

    1下载:
  2. 基于蚁群算法matlab无功优化 可以参考-Ant colony algorithm matlab Reactive Power Optimization
  3. 所属分类:Other systems

    • 发布日期:2016-01-05
    • 文件大小:3kb
    • 提供者:hanshao
  1. ACO

    0下载:
  2. 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩展到多维的动态组合优化问题,包括车辆路径规划,工程设计,电力
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1.05mb
    • 提供者:lin
  1. ACO

    0下载:
  2. Ant Colony Algorithm for Non Constraint Optimization Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.4kb
    • 提供者:vikram kumar
  1. ACO-PID

    0下载:
  2. 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to the ant colony algorithm can be used to optimize the PID parameters, there are many intelligent algorithms, such as genetic algorithms, simulated annealing algorithm, particle s
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.47kb
    • 提供者:昊轩
  1. Solve TSP using Ant Colony Optimization

    0下载:
  2. Solve Travelling Salesman Problem Using Ant Colony Optimization
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3kb
    • 提供者:Pane
  1. ACO

    0下载:
  2. matlab code Ant colony optimization for solve Travelling salesman problem
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:44kb
    • 提供者:a.shabani
  1. aco

    0下载:
  2. In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. This algorithm is a member of the a
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:47kb
    • 提供者:reyhooon
« 12 »
搜珍网 www.dssz.com