搜索资源列表
-
6下载:
细菌觅食随机优化论文及matlab源码。该算法属于进化算法的一种,可以处理全局优化、多目标优化、约束优化和动态优化等问题。,Bacterial feeding stochastic optimization papers and matlab source code. The algorithm belongs to a kind of evolutionary algorithm that can deal with global optimization, multi-objective o
-
-
0下载:
DE 生物进化算法的matlab实现,一类优化仿生算法-DE biology evolutionary algorithm matlab implementation, a class of bionic optimization algorithm
-
-
1下载:
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA),遗传算法简单源程序。-Genetic Algorit
-
-
0下载:
多目标进化算法,里面有html格式的源码说明!-Multi-objective evolutionary algorithm, which has the source code for html format descr iption!
-
-
4下载:
粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
-
-
0下载:
遗传算法是一种进化算法,应用广泛,此文件包含基本遗传算法,顺序选择遗传算法,适值函数标定的遗传算法,大变异遗传算法,自适应遗传算法,双切点交叉遗传算法,多变异位自适应遗传算法matlab源代码,供大家参考-Genetic algorithm is an evolutionary algorithm, widely used, this file contains the basic genetic algorithm, genetic algorithm selection order coin
-
-
2下载:
基于BLOCH球面的量子进化算法的matlab程序-Quantum evolutionary algorithm based on BLOCH s program/code
-
-
0下载:
基本的DNA进化算法,使用MATLAB编程,能完成基本的DNA计算,改进后能够对参数进行寻优等功能-Basic DNA evolutionary algorithm,MATLAB-based source code,To complete the basic DNA computing,Improved parameters to find excellent features
-
-
0下载:
多方式进化遗传算法Matlab源代码。
对于单种群进化,多方式进化 是提高全局搜索能力 和 收敛速度的一种有效策略。
-Multi-way evolutionary genetic algorithm Matlab source code. For single-population evolution, multi-way evolution is an effective strategy to improve global search ability and convergenc
-
-
0下载:
多方式进化遗传算法Matlab源代码,对于单种群进化,采用多方式进化方法提高全局搜索能力和收敛速度-Multi-way evolutionary genetic algorithm Matlab source code for single species evolution, evolutionary methods to improve multi-mode global search ability and convergence speed
-
-
0下载:
进化策略算法matlab代码,实现求f(x) = x*sin(10*pi*x) + 1最大值的功能。-Evolutionary strategy algorithm matlab code to achieve demand f (x) = x* sin (10* pi* x)+ 1 maximum functionality.
-
-
0下载:
This a software package with matlab source code for evolutionary algorithm. The algorithm combine GA with adaptive differential algorithm to solve the optimal problems provided in CEC2014. And the results show it has good performance.
-This is a so
-
-
6下载:
用MATLAB实现自适应神经模糊推理系统(ANFIS)结构训练。代码中,首先创建一个初始原ANFIS结构,然后采用遗传算法(GA)、粒子群优化(PSO)来训练ANFIS。此进化训练算法可用于解决非线性回归函数逼近问题。-Implementation of adaptive neural fuzzy inference system (ANFIS) based on MATLAB. Code, the first to create an initial original ANFIS struct
-
-
0下载:
NSGA2 matlab code (Non-Dominated Sorting Genetic Algorithm) - An evolutionary multi-objective optimization algorithm
-
-
0下载:
VEGA matlab code (Vector Evaluted Genetic Algorithm)- An evolutionary multi-objective optimization algorithm
-
-
1下载:
MOEA/D matlab code (Multi-Objective Evolutionary Algorithm/ Decomposition-based) - An evolutionary multi-objective optimization algorithm
-
-
0下载:
MOPSO matlab code- (Multi-Objective Particle Swarm Optimization algorithm) - An evolutionary multi-objective optimization algorithm
-
-
3下载:
按照外文经典文献的步骤和流程,在matlab环境下编写了多目标优化进化算法程序。在外文经典文献中,有该算法的子函数开源代码,程序运行速度快、精度高。文件由主程序和子函数构成,共7个.m文件。(According to the steps and process of foreign literature, a multi-objective optimization evolutionary algorithm program is written in Matlab environment.
-
-
2下载:
智能优化算法及其MATLAB仿真实例,包括进化类算法,群智能算法,模拟退火算法,禁忌搜索算法,神经网络算法等程序源码(Intelligent optimization algorithm and MATLAB simulation examples, including evolutionary algorithm, swarm intelligence algorithm, simulated annealing algorithm, tabu search algorithm, neural
-