-
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生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
-
神经网络C源程序(nnbp)
神经网络C源程序(nnbp)-neural network C source (nnbp)
- 2022-01-25 22:22:32下载
- 积分:1
-
用于求解TSP问题的matlab源代码,需要读取距离矩阵
用于求解TSP问题的matlab源代码,需要读取距离矩阵-Used to solve TSP problem matlab source code, need to read the distance matrix
- 2022-12-20 12:15:04下载
- 积分:1
-
利用遗传算法进行文本聚类的特征选择.把一种特征组合看作一个染色体,对其进行二进制编码,引入文本集密度作为适应度函数进行特征个体适应度的评价....
利用遗传算法进行文本聚类的特征选择.把一种特征组合看作一个染色体,对其进行二进制编码,引入文本集密度作为适应度函数进行特征个体适应度的评价.
-The use of genetic algorithm feature selection in text clustering. To a combination of characteristics as a chromosome, its binary code, the introduction of text set density as a characteristic of fitness function for evaluation of individual fitness.
- 2023-03-15 14:15:04下载
- 积分:1
-
MFD-多变量系统频域设计工具
MFD-多变量系统频域设计工具-MFD- multivariable frequency-domain system design tools
- 2023-04-03 06:15:03下载
- 积分:1
-
一个极好的支持向量机代码,来自于一个超人,并强烈推荐…
一个牛人的神经网络支持向量机代码,对于搞模式识别的朋友强烈推荐!-A wonderful program of svm code coming from a superman,and strong recommendation to someone who learn about pattern-recognition .
- 2022-06-19 05:56:32下载
- 积分:1
-
schematic diagram of dot matrix
schematic diagram of dot matrix
- 2022-08-03 09:21:39下载
- 积分:1
-
有关遗传算法的原理与应用 不错啊分享一下啊
有关遗传算法的原理与应用 不错啊分享一下啊-On Theory and Application of genetic algorithms to share a good ah ah
- 2022-03-02 20:31:54下载
- 积分:1
-
This is a VC with OpenGL and artificial intelligence for the procedure, we can l...
这是一个用OPENGL和VC++作的人工智能程序,大家可以借鉴一下-This is a VC with OpenGL and artificial intelligence for the procedure, we can learn from this
- 2023-05-13 07:00:03下载
- 积分:1
-
The program introduced a simple application of genetic algorithm using matlab ef...
该程序介绍了一种简单的遗传算法应用程序,采用matlab高效编程,适合于二进制编码的典型应用。-The program introduced a simple application of genetic algorithm using matlab efficient programming, suitable for the typical application binary code.
- 2022-07-04 06:57:34下载
- 积分:1