Welcome![Sign In][Sign Up]
Location:
Search - taboo

Search list

[Other resource禁忌搜索算法实现蚁群繁殖问题算法

Description: 采用禁忌算法实现的蚁群繁殖算法,该问题可以很好地解决蚁群问题中优化问题-taboo algorithm using the Ant Algorithm breeding, the problem can be successfully resolved ant colony optimization problems
Platform: | Size: 30636 | Author: 李冰龙 | Hits:

[GUI DevelopVC(gundongtiao)

Description: 关于在VC++中编程操作滚动条的例子有不少,但由于VC++编程基于消息机制,使得本来很简单的思想变得有些隐讳起来。对于初学者而言,恐怕看到一个例程,并不是很容易就弄清楚其来龙去脉。下面我们结合一个例子,介绍一下如何在VC++中进行滚动条编程。-on the VC program rolling operation of the examples are many, but VC-based news programming mechanism, would make a very simple idea become somewhat taboo up. For beginners, I am afraid to see a routine, it is not very easy to find out its causes. Next, we combine an example to tell you about how the VC for the rolling of programming.
Platform: | Size: 94073 | Author: mwh | Hits:

[OtherC51-123

Description: C51的一些误区和注意事项(ZT) 1)C忌讳绝对定位。 常看见初学者要求使用_at_,这是一种谬误,把C当作ASM看待了。在C中变量 的定位是编译器的事情,初学者只要定义变量和变量的作 用域,编译器就把一个固定地址给这个 变量。怎么取得这个变量的地址?要用指针。比如unsigned char data x 后,x的地址就是... -C51 some errors and attention to the business (ZT) 1) C taboo absolute positioning. See beginners often require the use of _at_, this is a fallacy, ASM C as a treat. C variables in the positioning of the compiler things, as long as the definition of beginners variable and the variable scope, Compiler put a fixed address to this variable. How the variables made the address? Use indicators. Unsigned char data such as x, x is the address ...
Platform: | Size: 189132 | Author: DCH555 | Hits:

[Othertabu_search_glover_laguna

Description:  Fred Glover Manuel Laguna 两个牛人写的关于taboo search的文章
Platform: | Size: 102802 | Author: applepie | Hits:

[WEB CodeTabu_search_TSP

Description: 用禁忌搜索算法解决TSP的Matlab程序-taboo search algorithm used to solve the TSP Matlab procedures
Platform: | Size: 2840 | Author: 李崇 | Hits:

[Other resourceTabuSearch

Description: 用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法,运行效率比较高。-Tabu search solution TSP, procedures for the use of the taboo path length, operating more efficient.
Platform: | Size: 35891 | Author: yinhui | Hits:

[ApplicationsTurboSimu

Description: 禁忌搜索算法的源代码-taboo search algorithm source code
Platform: | Size: 30135 | Author: 刘学英 | Hits:

[Mathimatics-Numerical algorithmstuba

Description: 禁忌搜索算法的例子程序求解Tsp问题- The taboo search algorithm example procedure solves the Tsp question
Platform: | Size: 162816 | Author: 王晓东 | Hits:

[ApplicationsTurboSimu

Description: 禁忌搜索算法的源代码-taboo search algorithm source code
Platform: | Size: 273408 | Author: 刘学英 | Hits:

[AI-NN-PR禁忌搜索算法实现蚁群繁殖问题算法

Description: 采用禁忌算法实现的蚁群繁殖算法,该问题可以很好地解决蚁群问题中优化问题-taboo algorithm using the Ant Algorithm breeding, the problem can be successfully resolved ant colony optimization problems
Platform: | Size: 30720 | Author: 李冰龙 | Hits:

[OtherC51-123

Description: C51的一些误区和注意事项(ZT) 1)C忌讳绝对定位。 常看见初学者要求使用_at_,这是一种谬误,把C当作ASM看待了。在C中变量 的定位是编译器的事情,初学者只要定义变量和变量的作 用域,编译器就把一个固定地址给这个 变量。怎么取得这个变量的地址?要用指针。比如unsigned char data x 后,x的地址就是... -C51 some errors and attention to the business (ZT) 1) C taboo absolute positioning. See beginners often require the use of _at_, this is a fallacy, ASM C as a treat. C variables in the positioning of the compiler things, as long as the definition of beginners variable and the variable scope, Compiler put a fixed address to this variable. How the variables made the address? Use indicators. Unsigned char data such as x, x is the address ...
Platform: | Size: 188416 | Author: DCH555 | Hits:

[Othertabu_search_glover_laguna

Description:  Fred Glover Manuel Laguna 两个牛人写的关于taboo search的文章-err
Platform: | Size: 102400 | Author: applepie | Hits:

[DocumentsTabu_search_TSP

Description: 用禁忌搜索算法解决TSP的Matlab程序-taboo search algorithm used to solve the TSP Matlab procedures
Platform: | Size: 3072 | Author: 李崇 | Hits:

[AI-NN-PRTabuSearch

Description: 用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法,运行效率比较高。-Tabu search solution TSP, procedures for the use of the taboo path length, operating more efficient.
Platform: | Size: 48128 | Author: yinhui | Hits:

[AI-NN-PRTS_TSP

Description: 解决TSP问题的TS算法MATLAB实现,其中加入了变异算法,当然也可以去掉这个步骤,调用TS_TSP(N, inStart, IsBianYi),N是城市数目,inStart是起始城市的序号,IsBianYi就是选择变异否,如果为0则不要变异,否则就是结合变异算子的TS算法。 至于下面的参数可以自己调: T:总的循环次数; tabulength:禁忌长度; Pby:变异概率; -Solve the TSP problem MATLAB realize TS algorithm, which joined the variance algorithm, of course, this step can also be removed, call TS_TSP (N, inStart, IsBianYi), N is the number of cities, inStart is the serial number of the starting cities, IsBianYi is to choose variation has, if not for the variation of 0, otherwise, it is combined with mutation of the TS algorithm. As for the following parameters can be their own tune: T: total number of the cycle tabulength: taboo length Pby: mutation probability
Platform: | Size: 5120 | Author: rty | Hits:

[AI-NN-PR1

Description: 用禁忌算法求解tsp(旅行商问题)具有速度快,收敛性好,不易陷入局部最优解等特点-Algorithm with the taboo tsp (TSP) has fast convergence, and not easily trapped into local optimal solution, etc.
Platform: | Size: 988160 | Author: 张聪誉 | Hits:

[AI-NN-PRSimpleOpenTSTutorial

Description: TabuSearch的一个小程序。用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法。-TabuSearch a small program. Using tabu search to solve TSP problems, procedures used on the path length taboo method.
Platform: | Size: 28672 | Author: GaoTiexin | Hits:

[Otherppt

Description: 使用禁忌算法确定聚类簇数目的ppt,该论文改进了聚类算法需事先知道聚类簇中心点的缺点,减少了依赖性-The use of taboo clustering algorithm to determine the number of clusters ppt, the paper has improved clustering algorithm need to know in advance that the shortcomings of clustering cluster center, a reduction of dependence
Platform: | Size: 403456 | Author: 刘年 | Hits:

[AI-NN-PRModernAlgorithmCosole

Description: 多进程实现现代优化算法包括采用SSS的局部搜索、禁忌搜索算法和模拟退火算法的控制台-a console platform for modern optimization algorithm such as sss based local search taboo search and simulated annealing algorithm and so on
Platform: | Size: 7248896 | Author: liushaofang | Hits:

[Othertabusearch

Description: metlab求解的禁忌搜索算法,求解的实例在有效的时间范围内可得。-Solving metlab taboo search algorithm for solving the example in the effective time frame available.
Platform: | Size: 19456 | Author: ben | Hits:
« 12 3 »

CodeBus www.codebus.net