-
一个遗传算法C++类,值得收藏!
一个遗传算法C++类,值得收藏!-a genetic algorithm C-worthy collection!
- 2022-06-20 01:47:44下载
- 积分:1
-
遗传算法背包问题是南京大学的航空和…
用遗传算法求解背包问题是南京航空航天大学信息与计算科学专业编写的.本程序利用遗传算法来求解背包问题.采用二进制字符串编码,1表示选择物体,0则不选择.
背包问题描述:在M件物品取出若干件放在空间为W的背包里,每件物品的重量为W1,W・2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。注意:在本题中,所有的重量值均为整数。-genetic algorithm knapsack problem is the Nanjing University of Aeronautics and Astronautics, Information and Computing Science prepared. The procedure the use of genetic algorithms to solve knapsack problem. binary string encoding, an option objects, 0 no choice. Knapsack Problem Description : M items removed several pieces on the space-W backpack, Each of the weight W1, W 2 ... Wn, the corresponding value of P1, P2 ... Pn. Sought to gain maximum value of the program. NOTE : In this issue, all the weight values are integers.
- 2023-01-02 17:15:16下载
- 积分:1
-
使用二进制和实数编码变量的遗传算法实现。混合变量…
This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample problem in prob1 in objective()).-This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g gt;= 0) and normalized (see the sample problem in prob1 in objective()).
- 2022-02-07 16:02:59下载
- 积分:1
-
图像检测模板匹配的视觉识别码
图像检测模板匹配的Visual C++代码-Image Detection template matching Visual C code
- 2022-01-25 15:11:59下载
- 积分:1
-
佐治亚理工学院的人工智能平台。由Java编写。仅供学习人工智能的网友学习。...
佐治亚理工学院的人工智能平台。由Java编写。仅供学习人工智能的网友学习。-Georgia Institute of Technology" s artificial intelligence platform. By Java. User to study artificial intelligence to learn only.
- 2022-01-26 05:13:33下载
- 积分:1
-
使用R语言的马尔科夫链蒙特卡洛模拟(MCMC)源代码程序。
使用R语言的马尔科夫链蒙特卡洛模拟(MCMC)源代码程序。-R languages using Markov chain Monte Carlo simulation (MCMC) procedures for source code.
- 2023-03-17 12:25:04下载
- 积分:1
-
利用一个较为成熟的遗传算法基础类库(作者:刘康),我自己在做论文的时候写得一个关于利用遗传算法进行节点部署应用的实验程序。您可以很容易地在其基础上实现自己应用相...
利用一个较为成熟的遗传算法基础类库(作者:刘康),我自己在做论文的时候写得一个关于利用遗传算法进行节点部署应用的实验程序。您可以很容易地在其基础上实现自己应用相关的算法程序,进行研究验证工作。希望此源码能够为相关人事提供帮助。-Use of a more mature class library based on genetic algorithm (Authors: Liu Kang), I have to do when writing a thesis on the use of genetic algorithm application node deployment Experimental procedures. You can easily realize in their own applications based on the algorithm-related procedures, conduct research validation. I hope that this source can provide assistance for the relevant personnel.
- 2023-02-05 04:45:03下载
- 积分:1
-
libsvm中文说明书上流行的SVM软件libsvm的详细描述…
libsvm中文声明对流行的SVM软件libsvm的详细说明会对大家有所帮助
- 2022-11-01 14:15:03下载
- 积分:1
-
用遗传算法实现任务分配优化的源程序。
用遗传算法实现任务分配优化的源程序。-genetic algorithm optimization task allocation of the source.
- 2022-02-02 21:07:49下载
- 积分:1
-
JAVA版的蚂蚁算法(Ant Colony Optimization Algorithms)
JAVA版的蚂蚁算法(Ant Colony Optimization Algorithms) -JAVA version of the ant algorithm (Ant Colony Optimization Algorithms)
- 2022-02-04 08:23:21下载
- 积分:1