搜索资源列表
5个遗传算法源码
- (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗
改进的遗传算法
- vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
PsoForC++
- pso优化算法的vc++源程序。在vc.net2003下面通过。 建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来。
CHC
- 本代码是我写论文用的代码,是一种优化算法CHC算法,基于MATLAB环境运行,1991年由Eshelman提出的一种基于遗传算法的改进进化算法。
beyes
- 1.基于Bayes分类的MATLAB程序 2.遗传算法求解函数优化 3.基于Matlab的人工免疫算法 4.空间数据分析中最常用的是聚类分析(k均值算法代码) 5.蚁群算法的matlab源码
pso1.rar
- 基本的粒子群优化算法的matlab说细代码,有详细的注释,很适合初学都参考。,The basic particle swarm optimization algorithm matlab code fine Say, have detailed notes, it is suitable for both beginner reference.
PSO-algorithm
- 标准的粒子群优化算法代码,可以直接运行。-Particle swarm optimization algorithm code standard, can be directly run.
Intelligent-optimization-algorithm-
- 智能优化算法代码经典集合。 众多智能优化算法集合,供学习和改进使用-Intelligent optimization algorithm code classic collection. A collection of many intelligent optimization algorithms for learning and improve the use of
基于人工鱼群算法的一元非线性函数寻优
- 人工鱼群算法是受鱼群行为的启发,由李晓磊等人于2002年提出的一种基于动物行为的群体智能优化算法。在一片水域中,鱼往往能自行或尾随其它鱼,找到营养物质最多的地方,因而鱼生存数目最多的地方一般就是本水域中营养物质最丰富的地方。人工鱼群算法根据这一特点,通过构造人工鱼来模仿鱼群的觅食、聚群、追尾、随机行为,从而实现寻优。本代码是基于人工鱼群算法的一元非线性函数寻优。
SMO算法实现
- 使用Matlab重新实现了svm算法中的核心算法SMO,即序列优化问题。 其中my_seqminopt.m是重写的实现代码,完成了核心的迭代优化过程。(MATLAB code of SMO algorithm in SVM algorithm)
Desktop
- 隐马尔科夫模型的python测试代码及优化算法代码(Hidden Markov model of the python test code and optimization algorithm code)
多目标优化进化算法
- 按照外文经典文献的步骤和流程,在matlab环境下编写了多目标优化进化算法程序。在外文经典文献中,有该算法的子函数开源代码,程序运行速度快、精度高。文件由主程序和子函数构成,共7个.m文件。(According to the steps and process of foreign literature, a multi-objective optimization evolutionary algorithm program is written in Matlab environment.
Matlab代码
- 有约束和无约束的测试函数代码,可以在优化算法测试时使用(Constrained and unconstrained test function codes)
PSO
- 粒子群优化算法代码,实现任意函数的优化,只需要对需要优化的函数进行编写即可。(Optimization of particle swarm optimization algorithm for optimization of any function)
PSO_adaptation
- 改进型粒子群PSO优化算法MATLAB代码,基于权重改进速度,已封装为函数(Improved particle swarm optimization algorithm PSO MATLAB code, based on the speed of weight improvement, has been encapsulated as a function.)
猫群优化算法
- 基本的猫群优化算法,matlab代码,仅供参考学习使用
群搜索优化算法及其改进算法
- 文件内部包含原始GSO算法的原论文及其相应代码,还有改进后的SGSO算法的论文及其相应代码。
鲸鱼优化算法matlab代码
- 鲸鱼优化算法matlab代码,可直接用于调用23个经典测试函数进行测试,且有对应注释,代码可读性强,简洁易懂。
GABP
- 优化BP预测用于预测股票或者是预测一维数据,都可以有单一的BP也有遗传算法优化的代码(Optimization of BP prediction can be used to predict stocks or one-dimensional data, both of which can have a single BP and a genetic algorithm optimization code)
bas代码
- 基于天牛须算法的例子,展现天牛须算法的性能,对目标函数优化,简单代码即可实现。(Based on the example of Taurus whisker algorithm, the performance of Taurus whisker algorithm is demonstrated, the objective function is optimized, and the simple code can be realized)