-
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生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(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控...
遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
- 2022-12-01 12:50:03下载
- 积分:1
-
遗传算法在TSP中的应用的原代码, 具体的代码见内。
遗传算法在TSP中的应用的原代码, 具体的代码见内。-Genetic algorithm source code applies in TSP with detailed code
- 2022-08-03 01:46:09下载
- 积分:1
-
函数的遗传算法优化程序
函数的遗传算法优化程序-function of genetic algorithm optimization procedures
- 2023-08-01 23:50:03下载
- 积分:1
-
K-近邻模糊分类器,模式识别和机器学习的经常…
模糊K近邻分类器,模式识别和机器学习经常要使用的一个分类器-K neighbor fuzzy classifier, pattern recognition and machine learning are often used in a classifier
- 2022-07-06 15:10:13下载
- 积分:1
-
C++,Fortran和Matlab分别实现的bp算法程序
方便初学者学习和调用...
C++,Fortran和Matlab分别实现的bp算法程序
方便初学者学习和调用-C++, Fortran and Matlab algorithm bp, respectively, procedures realize the convenience of beginners to learn and call
- 2022-05-17 21:55:56下载
- 积分:1
-
SVM ppt from Peking Univ., it may be useful to the learners or researchers who a...
北大的SVM课件,对于从事模式识别学习和研究的入门者有一定的帮助-SVM ppt from Peking Univ., it may be useful to the learners or researchers who are engaged on pattern identification.
- 2022-03-21 11:48:04下载
- 积分:1
-
c语言实现人工智能art1网络的算法实现
c语言实现人工智能art1网络的算法实现 -c language art1 network artificial intelligence algorithms
- 2023-02-16 18:20:04下载
- 积分:1
-
企业竞争力关键决定因素的直觉模糊识别模型,值得借鉴
企业竞争力关键决定因素的直觉模糊识别模型,值得借鉴-competitiveness of enterprises key determinants of intuition fuzzy recognition model, worth learning
- 2022-02-03 09:13:42下载
- 积分:1
-
停车诱导系统中车位预测模型的研究
摘 要 研究城市停车诱导系统的停车车位占有率预测问题。首先提出墓于B P神经网络的车位占有预测模型, 同时将自适应
学...
停车诱导系统中车位预测模型的研究
摘 要 研究城市停车诱导系统的停车车位占有率预测问题。首先提出墓于B P神经网络的车位占有预测模型, 同时将自适应
学习速率调整法和加入动量项方法用于改善基本B P神经网络, 优化了学习速率, 减少了训练过程的震荡趋势, 改善了网络的收效
隆。以此为基础实现了停车位的智能预测 0最后, 进行了多种方法比对实验-err
- 2023-04-04 02:10:03下载
- 积分:1