搜索资源列表
optimization_cases_using_GA
- 运用遗传算法进行多元多峰函数优化,多目标问题优化!有案例!可以运行!-using Genetic Algorithm to test multi-peak function and multi-objective function.
ifdma_tfrank
- The Interleaved Frequency Division Multiple Ac- cess (IFDMA) scheme is based on compression, repetition and subsequent user dependent frequency shift of a modulated signal. Multiple access is enabled by the assignment of overlapping but mutua
FitF
- 免疫算法实现多峰、多极值函数平面曲面拟合-Immune algorithm to achieve multi-peak and multi-planar surface fitting extremal function
GTPSO
- 提出一种改进的粒子群优化算法———基于全局劣汰策略的混合粒子群优化算法(GTPSO) 。GTPSO在 保持PSO算法快速收敛的基础上,以郭涛算法(GuoA)的寻优机制确保种群的多样性和算法的坚韧性。数值计 算结果表明,对于高维(维数≥10)复杂非凸多峰函数的数值优化问题, GTPSO算法的计算结果均优于GuoA算 法和粒子群优化算法。-An improved particle swarm optimization algorithm--- poor overall survival
multipeek-function
- 此是多峰函数MATLAB程序,多峰函数在解决多峰曲线问题中经常会用到,有此程序代码可以省去很多麻烦。-This is a multi-peak function MATLAB program, multi-peak function, multi-peak curve in the settlement of the question is often used, there is such a code can save a lot of trouble.
yichuansuanfa
- 用该遗传算法程序解决多峰值函数的优化问题,输出结果和图形!-Using the genetic algorithm program to solve the optimization problem of multi-peak function, output and graphics!
ga_test
- 基于遗传算法的简单一元函数和多元单峰函数的优化(基于Sheffield的遗传算法工具箱)-A simple genetic algorithm and multi-functions of one variable optimization of a single peak function
SGA
- 遗传算法对单目标问题优化,采用实数编码,能对多峰多维函数进行求解,对较难收敛的f(x)=sum(100(x(i)-x(i-1))^2+(x(i-1)-1)^2)有较好的收敛结果,相信对开始学习遗传算法的很有帮助。-Genetic algorithm optimization of single objective, using real-coded, can solve multi-dimensional and multi-peak function,get a better converge
NSA
- 小生境遗传算法,在求多峰值函数中很好用,提供了三个多峰值函数测试函数,希望对你用帮助!-Niche genetic algorithm, in seeking a good multi-peak function by providing a peak function for more than three test functions, you want to use the help!
232
- 多峰帐蓬映射和伪随机数Multi-peak tent maps and pseudo-random number-Multi-peak tent maps and pseudo-random number
psoxin30
- 用粒子群算法来求取30维多峰函数Rastrigrin函数,运行100次得到平均值,标准差-Using the particle swarm algorithm to achieve 30 dimension multi-peak function Rastrigrin function, running 100 times to get an average, standard deviation
psodivide
- 用分种群的粒子群算法来求取30维多峰行数Rastrigrin函数,运行100次得到平均值,标准差-Using points of population of the particle swarm algorithm to achieve 30 dimensions multi-peak Rastrigrin function, running 100 times get an average, standard deviation
MATLAB
- 蚁群算法在matlab下优化10个函数的方法。其中函数有单变量多峰值,单变量单峰值的,也有多变量多峰值的函数。-Ant colony algorithm in matlab optimization function 10. Which a single variable and multi-peak function, the single peak of a single variable, but also more variable multi-peak function.
AntColony
- 蚁群算法多峰最优值求解matlab源代码-Ant colony algorithm for multi-peak optimal value for solving the matlab source code
Adaptive-genetic-algorithm
- 本文介绍了基于多峰搜索的遗传算法的实现,选择最优解。-This paper based on the multi peak searching genetic algorithm,optimal solution。
MATLAB_yichuan
- 多目标多峰值和多目标单峰值遗传算法的matlab代码-Multi-objective and multi-objective multi-peak single peak genetic algorithm matlab code
ABC1
- 使用VB编程软件并且利用人工蜂群算法,求解3维多峰值函数问题-Using VB programming software and the use of artificial bee colony algorithm for solving three-dimensional multi-peak function problems
PVmodel
- 单峰和多峰光伏电池建模之MATLAB模型,希望有所帮助-MATLAB model for modeling of single peak and multi peak photovoltaic cells
第十章粒子群
- 对多峰搜索问题提出了一类动态微粒群算法,该算法通过变换函数将多峰问题中的所有峰变为等高峰(A kind of dynamic particle swarm optimization (DPSO) algorithm is proposed for multi-peak search problem. The algorithm transforms all the peaks in multi-peak problem into equal peaks by transforming funct
PSO_mppt
- 应用于多峰值MPPT问题,采用PSO寻找最大功率点,具体实现在S-function中,仿真时建议找一个内存大的电脑用连续仿真,离散在这种仿真时容易出问题。自行读程序只需输入光伏电压电流即可实现,仿真多峰值问题时光伏板注意反并联二极管,输出为占空比,boost、隔离boost都可以使用(For multi-peak MPPT problem, PSO is used to find the maximum power point, which is realized in S-function.