CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Tabu

搜索资源列表

  1. power_system_reactive_power_optimization

    5下载:
  2. 优秀论论及对应源码。电力系统配电网的无功优化规划是保证配电网安全、经济运行的一项有效手段,是降低网损、提高电压质量的重要措施。因此,电力系统配电网无功优化规划问题的研究,既具有理论意义,又具有工程实际应用价值。配电系统最优规划问题是一个复杂的非线性组合优化问题,至今未得到很好的解决。Tabu搜索(TS—Tabu search)算法是近年来出现的用于求解组合优化问题的一种高效的启发式搜索技术。本文采用固定并联电容器作为研究对象对系统进行无功补偿,并利用智能优化方法得到使配电网损耗降低最大对应的最优
  3. 所属分类:Energy industry

    • 发布日期:2016-02-08
    • 文件大小:112640
    • 提供者:NBB
  1. 3_tabujava_1257685595

    0下载:
  2. tabu search in java. Assignment for artificial intelligence. Comments are in Polish
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1908
    • 提供者:termy
  1. TabuSearch

    0下载:
  2. Tabu Search Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:25322
    • 提供者:Marcel
  1. Tabu--search--for--graph-

    0下载:
  2. 用禁忌搜索方法求解图分割问题,大师级人物Fred Glover写的文章,是禁忌搜索的一个典型应用。里面给出了禁忌搜索的流程,算例的结果是与Simulated annealing和Kernighan-Lin s heuristic两种方法进行比较-develop a tabu search procedure for solving the uniform graph partitioning problem
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1499718
    • 提供者:Rich
  1. tabu

    0下载:
  2. tabu seearch (objets)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2145
    • 提供者:AZERTYUIOP
  1. matlab-for-TSP-problem-using-Tabu

    0下载:
  2. 使用禁忌搜索算法实现TSP问题matlab源码-matlab source program for TSP problem using Tabu
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:8883
    • 提供者:金莹
  1. Tabu-search

    0下载:
  2. 禁忌搜索启发式算法 希望对大家有用,请查看。-Tabu search C++
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:11716
    • 提供者:Mark
  1. Shortest-tabu-algorithm-problem

    0下载:
  2. 禁忌算法求解TSP问题,寻优最短路程,优化算法-Shortest tabu algorithm to solve TSP problem, optimization, optimization algorithm is proposed
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:6553
    • 提供者:阿里
  1. Introduction-to-Tabu-Search

    0下载:
  2. 禁忌搜索的学习资料.讲得很详细,清楚. Introduce to Tabu Search-Tabu search learning materials very detailed and clear. Introduce to Tabu Search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:1917617
    • 提供者:lwl
  1. Tabu-Search-Straegies-for-UBQOP

    0下载:
  2. Multistart Tabu Search Straegies for the Unconstrained Binary Quadratic Optimization Problem 对无约束下的二次分配问题上禁忌搜索的应用.-Multistart Tabu Search Straegies for the Unconstrained Binary Quadratic Optimization Problem for unconstrained quadratic assignment p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:151452
    • 提供者:lwl
  1. Tabu-search-TSP

    0下载:
  2. tabu search algorithm for travelling sales man (TSP) problem, c++ code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:26673
    • 提供者:rowthof
  1. Tabu-search-TSP

    0下载:
  2. tabu search algorithm for travelling sales man (TSP) problem, c++ code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:26720
    • 提供者:acknowl
  1. -Tabu-Search-to-Solve-the-JSSP-with-SD-Setup-Time

    0下载:
  2. Tabu search for Job shop
  3. 所属分类:software engineering

    • 发布日期:2017-05-22
    • 文件大小:6973418
    • 提供者:Alexandr
  1. tabu-search

    0下载:
  2. An algorithm for tabu search methode for solving optimization problems
  3. 所属分类:Development Research

    • 发布日期:2017-04-14
    • 文件大小:3258
    • 提供者:bendi
  1. tabu

    0下载:
  2. 通过禁忌算法求解最优解的问题,可以计算最小值。-Through the tabu algorithm to solve the optimal solution of the problem, the minimum value can be calculated.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1809
    • 提供者:wangbo
  1. Tabu-search-method-tsp

    0下载:
  2. 禁忌搜索法求解tsp问题的MATLAB程序-Tabu search method for solving problems MATLAB program tsp
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5910
    • 提供者:sorchids
  1. Tabu

    0下载:
  2. 用tabu search实现的顺序排列,是整个禁忌搜索的基础所在,对于建立tabulist和寻找最优解的过程程序都很明确标注-By order of tabu search to achieve, is the foundation of the entire tabu search, and the process of looking for a program to build tabulist optimal solution are clearly marked
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:22430
    • 提供者:Frau Zhang
  1. tabu

    2下载:
  2. 禁忌搜索求函数极值matlab,help people to understand the alogrithm-Tabu search extremal function
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1676
    • 提供者:刘阳
  1. tabu-search---TSP

    0下载:
  2. Tabu search, genetic algorithms are compared with the thermal simulation, the solution space much more searches (ie Hrystr of them)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2445
    • 提供者:hossein
  1. Tabu-Search-matlab

    4下载:
  2. 使用matlab进行禁忌搜索算法编例,解决车辆路径最优化问题。-vrp with use of tabu search
  3. 所属分类:matlab

    • 发布日期:2015-11-30
    • 文件大小:5120
    • 提供者:杨木木
« 1 2 3 45 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com