-
一个简单灵活的数据挖掘实验平台,算法基本为空,但提供读数据,基本数据预处理功能,欢迎大家使用,共同提高。...
一个简单灵活的数据挖掘实验平台,算法基本为空,但提供读数据,基本数据预处理功能,欢迎大家使用,共同提高。-a simple and flexible experimental data mining platform, the basic algorithm for air, but for reading data, the basic data preprocessing functions Everyone is welcome to use together.
- 2022-01-26 03:39:24下载
- 积分: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
-
基本遗传算法的Matlab工具包,在Matlab环境下实现。
基本遗传算法的Matlab工具包,在Matlab环境下实现。-basic genetic algorithm Matlab tool kits, under Matlab environment.
- 2022-03-01 14:08:38下载
- 积分:1
-
这是个神经网络工具箱的一点MATALAB 程序
这是个神经网络工具箱的一点MATALAB 程序-This is a neural network toolbox 1:00 MATALAB procedures
- 2022-05-16 11:23:19下载
- 积分:1
-
该程序是汉字识别算法的c++代码,通过训练后对输入的汉字进行识别,从原理上了解汉字识别的方法和实现过程。...
该程序是汉字识别算法的c++代码,通过训练后对输入的汉字进行识别,从原理上了解汉字识别的方法和实现过程。
-The program is character recognition algorithm c++ Code, through training after the input of Chinese characters to identify, from the principle on the understanding of Chinese character recognition method and the realization of the process.
- 2022-03-19 11:13:46下载
- 积分:1
-
University of Amsterdam的2003年robocup源程序代码,队名trilearn,老牌2D强队...
University of Amsterdam的2003年robocup源程序代码,队名trilearn,老牌2D强队-University of Amsterdam
- 2022-02-05 01:33:00下载
- 积分:1
-
good procedures, MATLAB
很好的程序,MATLAB-good procedures, MATLAB
- 2022-07-16 21:10:54下载
- 积分:1
-
利用MATLAB的遗传算法优化程序的编写…
这是用matlab编写的用遗传算法优化神经网络的程序-using Matlab is prepared by using genetic algorithm optimization procedures for neural networks
- 2022-03-23 20:59:36下载
- 积分:1
-
基于MATLAB完成的神经网络源程序
大家
基于MATLAB完成的神经网络源程序
大家-Based on the MATLAB neural network to complete the U.S. source
- 2022-07-25 08:54:50下载
- 积分:1
-
8 Queen
8皇后问题。所谓著名的八皇后问题就是八个皇后在8*8的网格中排列时不能同在一行、一列或者一条斜线上。根据前人的研究,在8!=40320种排列中只有92中解决方案。-8 Queen
- 2022-02-14 18:50:35下载
- 积分:1