-
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生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
-
遗传算法求解tsp文题 里面包括了执行文件
遗传算法求解tsp文题 里面包括了执行文件-genetic algorithm tsp text that includes the implementation document
- 2022-04-30 21:41:16下载
- 积分:1
-
混合生源
加工
混合生源
加工-Mixed biogenic processing
- 2022-07-01 12:26:23下载
- 积分:1
-
pattern recognition pretreatment some knowledge source
模式识别的一些预处理知识源程序-pattern recognition pretreatment some knowledge source
- 2022-03-12 20:15:46下载
- 积分:1
-
简单的人工智能程序ELIZA的C源程序代码
简单的人工智能程序ELIZA的C源程序代码-Eliza simple artificial intelligence program of the C source code
- 2022-05-08 06:54:39下载
- 积分:1
-
Apriori源代码,包含c++/java实现;<br>神经网络算法源程序,如SOM、HOPFIELD、CPN、BPN、BOLTZMAN、ART、A...
Apriori源代码,包含c++/java实现;神经网络算法源程序,如SOM、HOPFIELD、CPN、BPN、BOLTZMAN、ART、ADALINE,同时提供针对不同算法的演示源程序;遗传C源代码;外加充实的数据挖掘的算法讲解ppt -Apriori the source code, including c++/Java realize
- 2022-07-08 20:26:24下载
- 积分:1
-
遗传算法的文章
遗传算法的文章- Heredity algorithm article
- 2022-06-28 05:43:03下载
- 积分:1
-
神经网络的代码描述实例,包含了详细的描述和说明。
程序代码说明
神经网络的实例,内附详细说明-Code description examples of neural network, containing a detailed description of
- 2022-09-28 03:55:03下载
- 积分:1
-
英国Sheffield大学遗传算法函数包,可节省遗传算法函数开发
英国Sheffield大学遗传算法函数包,可节省遗传算法函数开发-Sheffield University United Kingdom function genetic algorithm package, can save the development of genetic algorithm function
- 2022-11-20 21:45:03下载
- 积分:1
-
本程序利用遗传算法解决一简单的多项式极值问题
本程序利用遗传算法解决一简单的多项式极值问题-This procedure using the genetic algorithm to solve a simple problem of polynomial extremal
- 2022-05-09 11:50:28下载
- 积分:1