-
Standard genetic algorithm procedure, containing a detailed description of the p...
标准遗传算法程序,包含详细的问题描述,如果想和大家讨论的话。
- 2022-05-28 00:21:52下载
- 积分:1
-
This is a genetic algorithm to solve the problems or differences of small progra...
这是一个用遗传算法来解决异或问题的小程序。-This is a genetic algorithm to solve the problems or differences of small programs.
- 2022-03-18 12:42:30下载
- 积分:1
-
遗传算法,是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法.遗传算法是一类可用于复杂系统优化的具有鲁棒性的搜...
遗传算法,是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法.遗传算法是一类可用于复杂系统优化的具有鲁棒性的搜索算法-Genetic algorithm, is a simulation of Darwinian natural selection to genetic selection and biological evolution of the computing model is a natural evolutionary process by simulating the optimal solution search methods. Is a kind of genetic algorithm can be used for optimization of complex systems is robust The search algorithm
- 2023-07-13 03:00:02下载
- 积分:1
-
人工智能最大流算法 源码及设计文档,内含4个源代码
人工智能最大流算法 源码及设计文档,内含4个源代码-artificial intelligence maximum flow algorithm source code and design documents, containing four source code
- 2022-02-11 12:59:22下载
- 积分:1
-
自编VC++遗传算法.改进后可应用其它方面.值得看看.
自编VC++遗传算法.改进后可应用其它方面.值得看看.-Self VC++ Genetic algorithm. Improved other aspects can be applied. Deserves to see.
- 2022-10-09 18:40:02下载
- 积分:1
-
HOPFILED This is a neural network program, which has MAKEFILE easy operation
这是一个HOPFIELD神经网络程序,里面有MAKEFILE,方便读者运行-HOPFILED This is a neural network program, which has MAKEFILE easy operation
- 2022-02-05 03:09:00下载
- 积分:1
-
pso优化算法的vc++源程序。在vc.net2003下面通过。
建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表...
pso优化算法的vc++源程序。在vc.net2003下面通过。
建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来。-PSO optimization algorithm vc++ source. In the following vc.net2003 through. Recommendations: look the code before you find out how the PSO story. Then corresponds to: Program with Agent on behalf of a bird, PSO representative of birds. Read the source code, do not look down, look at the main (), then follow the order of things emerging, one by one come.
- 2022-09-24 11:50:03下载
- 积分:1
-
一个简单的用A*算法实现8数码问题的人工智能程序
一个简单的用A*算法实现8数码问题的人工智能程序-use a simple A* algorithm to achieve the eight digital artificial intelligence procedures
- 2022-07-17 08:54:12下载
- 积分:1
-
有关支持向量机的一些用于测试和分类的MATLAB程序 希望对大家有用
有关支持向量机的一些用于测试和分类的MATLAB程序 希望对大家有用-Related to support vector machines for testing and classification of some of the MATLAB program useful for all of us hope
- 2023-09-09 21:20:03下载
- 积分:1
-
K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, including clustering and clustering batch. K-means clustering of the time complexity of n* k* m, n samples, several types of k, m sample dimension. The time complexity is a very objective. Because if we use one billion times per second the computer using 50 samples of two exhaustive method to find the optimal set out again about 66.7 days, divided into three categories, offering 3,500 years. Local optimal algorithm against the shortcomings, I was prepared simulated annealing process improvements. Early Feng hope for everyone, listen to the master teachings.
- 2022-01-28 00:58:44下载
- 积分:1