搜索资源列表
Artificial-Bee-Colony
- 人工蜂群算法解决函数优化问题代码,内含Sphere,rastrigin,rosenbrock等标准测试函数- ABC algorithm coded using MATLAB language*/ /* Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior
pbbo
- 基于生物地理优化进化算法(BBO)代码,以及几组测试函数;使用方法: 输入BBO(@函数名),如BBO(@QuarticDisc) )-matlab code for biography-based algorithm. The software can be run by typing the following MATLAB command: BBO(@"function name")
empca
- EMPCA算法的函数代码,附带有训练测试数据集,用于特征降维等方面。-Algorithm EMPCA function code, attached to the test data set there is training for the characteristics of dimensionality reduction and so on.
tif
- k-means算法代码 matlab的程序,具体使用说明在函数里面 :) 附UCI的测试集图片,可以用作VQ的实验-k-means algorithm matlab code of procedure, specific for use inside the function:)
constriction-pso
- Constriction PSO 代码,测试函数为Rastrigin-Constriction PSO code, test function Rastrigin
pso
- 粒子群算法的代码,并且用优化算法给定的标准函数进行测试,参数的选取不是最好的,但具有一定参考性-Particle swarm algorithm of the code, and USES the optimization algorithm given standard function tests, the parameter selection is not the best, but has the certain reference
test-function
- PSO测试函数代码,包括单峰和多峰函数。-PSO test function code, including unimodal and multimodal function.
CEC2005
- PSO测试函数代码,CEC 005代码。包括shifted rotated generated函数-PSO test function code, CEC 005 code
CEC2010
- PSO测试函数代码,CEC 2010代码。包括shifted rotated generated函数-PSO test function code, CEC 2010 code
cec2006
- 演化算法标准测试函数CEC2006,括Matlab代码,JAVA,C代码。-Problem Deˉnitions and Evaluation Criteria for the CEC 2006 Special Session on Constrained Real-Parameter Optimization
CEC07codes
- 演化算法,进化算法标准测试函数C代码,CEC07codes-多目标测试函数,包含全面技术文档。-The codes of MO Test suite in the CEC07 Special session ---Instructions_testsuite: the detailed instructions for test suite codes. ---Testsuite_c_source: the c sourse code of the compl
Evolution-Algorithm
- 本代码在NSGA-II中引入进化策略的多目标优化程序,能够找到绝大多数目标函数的最优前沿,用多个标准化测试函数测试,程序优化结果都非常好-This code is introduced in NSGA-II multi-objective optimization evolutionary strategy program that can find the optimal frontier majority of the objective function with multiple sta
NBPSO
- 本代码为二进制多目标粒子群优化算法,标准测试函数下优化效果良好-This code is a binary multi-objective particle swarm optimization, optimization under standard test functions to good effect
Intelligence-Computer_benchmark
- 智能计算,优化理论方面的23个测试函数中的典型四个benchmark函数,为了便于绘图显示,取2维,但代码可以扩展成10、30维的-Intelligent computing, optimization theory 23 test functions of a typical four benchmark functions, in order to facilitate the drawing show, take a two-dimensional, but the code can be
CSO_C
- CSO算法用C语言编写代码,带测试函数。通过更改函数代码,可运行不同的函数-CSO algorithm with C language code, with test function. By changing the function code, can run different functions
data_berka
- 代码中几乎每一行都有自己的注释,参看算法的思想和步骤再来看应该不难 相应的测试函数以及测试数据集也一并上传(Iris,Balance-scale,Glass),程序中写的是绝对路径,需要自己改下(Almost every line of the code has its own comments, see the idea and steps of the algorithm look should not be difficult The corresponding test functi
Matlab代码
- 有约束和无约束的测试函数代码,可以在优化算法测试时使用(Constrained and unconstrained test function codes)
MATLABABCv2
- 人工蜂群算法的matlab代码,包含测试函数(artificial bee colony)
鲸鱼优化算法matlab代码
- 鲸鱼优化算法matlab代码,可直接用于调用23个经典测试函数进行测试,且有对应注释,代码可读性强,简洁易懂。