-
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生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
-
实现了fisher线性分类器的功能,源码使用matlab编程,通俗易懂
实现了fisher线性分类器的功能,源码使用matlab编程,通俗易懂-Realize the fisher linear classifier functions, source code using matlab programming, user-friendly
- 2022-08-09 03:57:22下载
- 积分:1
-
分类器的设计,包括knn方法和BP的方法。对一系列样本点进行分类
分类器的设计,包括knn方法和BP的方法。对一系列样本点进行分类-Classifier design, including methods and BP KNN method. On a series of sample points to classify
- 2022-01-25 14:47:38下载
- 积分:1
-
这是一个关于遗传算法的程序,包括了算法的各个过程,其实我对遗传算法也不很懂,也是刚刚开始学习阶段,希望一起进步...
这是一个关于遗传算法的程序,包括了算法的各个过程,其实我对遗传算法也不很懂,也是刚刚开始学习阶段,希望一起进步-This is a genetic algorithm on the procedures, including all the process of the algorithm, in fact, I do not很懂of genetic algorithm, is just the beginning stages of learning, hope and progress together
- 2022-03-23 03:31:16下载
- 积分: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
-
蚂蚁算法解TSP问题 为华中科技大学硕士毕业论文原代码。
蚂蚁算法解TSP问题 为华中科技大学硕士毕业论文原代码。-Ant Algorithm for TSP to Huazhong University of Science and Master"s theses original code.
- 2022-06-19 14:03:34下载
- 积分:1
-
图像检测模板匹配的视觉识别码
图像检测模板匹配的Visual C++代码-Image Detection template matching Visual C code
- 2022-01-25 15:11:59下载
- 积分:1
-
多
关于多目标优化的代码,这个代码是一个框架,大家可以修改一下-Multi-objective optimization on the code, the code is a framework, we can make some corrections
- 2023-04-16 18:00:04下载
- 积分:1
-
人工神经网络bp算法的matlab实现,对bp算法的matlab实现进行了简要的试探...
人工神经网络bp算法的matlab实现,对bp算法的matlab实现进行了简要的试探-realizing bp arithmetic of neural networks by matlab and exploring it simply.
- 2022-02-02 07:15:34下载
- 积分:1
-
这是一个使用VC++编写的“基于神经网络方法的专家系统源代码”,很有参考价值,请检查...
这是一个使用VC++编写的“基于神经网络方法的专家系统源代码”,很有参考价值,请检查-It is a preparation of the VC, "based on neural network expert system source code," was useful, please check
- 2022-03-24 01:12:07下载
- 积分:1