-
模拟退火算法:源于遗传算法,用来解决优化、决策等复杂的模型和问题。...
模拟退火算法:源于遗传算法,用来解决优化、决策等复杂的模型和问题。-Simulated annealing algorithm: from the genetic algorithm, to solve optimization, decision-making complex models and problems.
- 2022-02-06 18:48:59下载
- 积分:1
-
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同...
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较,
如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的
也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。
程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看
那位大侠能改进一下,产生比这跟好的数。-improved genetic algorithm- Guo Tao done optimization algorithm is very effective, and the algorithm is the first basic idea arbitrary n generated random number and then the number li n m randomly selected number, and this number m of a new synthesis of the new middle with n number fitness function of the worst by comparison, if a good case to replace the worst, um, if it even than the best, then ruled the best have replaced. If worse than the worst, a de novo synthesis of new. Followed by the cycle continues. The magic of procedures is GA_crossover () function, the new really good to see heroes who can be improved upon, it generated more than a few with a good.
- 2023-02-04 23:55:04下载
- 积分:1
-
GA的多
遗传算法 多目标的优化 是用GAOTV包做的-GA multi-objective optimization is done with the package GAOTV
- 2023-04-14 06:35:04下载
- 积分:1
-
人脸识别测试源代码
face recognition test source code
- 2022-06-03 09:30:21下载
- 积分:1
-
使用模拟退火思想解决图着色(GCP)问题,使用先看说明文件...
使用模拟退火思想解决图着色(GCP)问题,使用先看说明文件-??用??拟退 火??想 ???鐾 ??派???GCP ??问题 ????用先 ?
- 2022-01-21 03:51:32下载
- 积分:1
-
这是蚁群算法的一个模拟的软件,可以看到整个蚁群觅食的具体过程,对算法的理解很有帮助....
这是蚁群算法的一个模拟的软件,可以看到整个蚁群觅食的具体过程,对算法的理解很有帮助.-This is the ant colony algorithm, a simulation software, can see the whole ant colony foraging specific process, the understanding of the algorithm very helpful.
- 2022-01-31 10:45:55下载
- 积分:1
-
关于遗传算法的算法
关于遗传算法的算法-on Genetic Algorithms Algorithm
- 2022-04-23 04:36:18下载
- 积分:1
-
用元胞自动机实现单色10000个空间位置的细菌分裂试验的算法C语言代码...
用元胞自动机实现单色10000个空间位置的细菌分裂试验的算法C语言代码-Using Cellular Automata 10,000 monochrome realize spatial location of bacteria to split the test algorithm C language code
- 2022-10-22 03:20:03下载
- 积分:1
-
a C# language of the genetic algorithm source
一个利用C#语言实现的遗传算法源程序-a C# language of the genetic algorithm source
- 2022-03-22 17:49:23下载
- 积分:1
-
svm training example from svm.org
svm training example from svm.org
- 2022-01-21 17:41:15下载
- 积分:1