资源列表
Cuckoo-search-algorithm
- 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。-Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search algorithm
migongxunlu.rar
- 实现迷宫自动寻路的一个机器人算法,使用了递归算法及堆栈操作,很具有参考价值,Automatically achieve the maze routing algorithm for a robot, the use of a recursive algorithm and the stack operation, is a reference value
zernike_norm
- 实现zernike矩的归一化处理,包括尺度归一化和平移归一化-zernike norm
bayes.c
- 两类正态分布模式贝叶斯分类算法源程序,用c语言实现的-two normal mode Bayesian classification algorithm source files, using the C Language
test
- 3层前馈神经网络,java编写。format用于约束输入数据的格式-3-layer feedforward neural network, java write. format the format of the input data for the binding
cross-factor-pso-and-qpso
- 带交叉算子的量子粒子群优化算法和粒子群算法的matlab源程序.m-QPSO and PSO with crossover operator. MATLAB CODE
partitioning-algorithm
- 机器学习中基于词典的情绪划分算法,里面有一个文件,包含基于词典的情绪划分算法Python实现算法。-Machine learning algorithm based on emotion partition dictionary, which has a file that contains partitioning algorithm based on emotion Python dictionary algorithm.
GA
- 这是初学算法时收集和整理的几个比较有参考价值的ga程序,望对大家有帮助
GA
- 一个很好遗传算法模板,接口过程定义清晰明白,学习的好帮手-Genetic Algorithms a good template, clear and process definition interface, learning a good helper
tsp_matlab
- matlab 源程序 说明见程序本身,请用写字板打开先-Matlab source described the process itself, please use the tablet to open first
pso_pid
- 基于粒子群算法分数阶PID参数整定,运行环境是matlab2007-Based on particle swarm optimization (pso) algorithm of fractional order PID parameter setting
gene_bpnn_xor
- 标准的遗传算法代码,下面是程序:function y=fitness(chrom,p,aim) global P_cross P_mutation [Popsize len]=size(chrom) fitness_gene=zeros(Popsize,1) in_he=zeros(4,1) out_he=zeros(4,1) in_out=0 out_out=0 -Standard genetic algorithm code, the following
