搜索资源列表
粒子群
- 粒子群单目标优化
qiujie_eryuandanmubiao
- matlab遗传算法求二元函数最大值的单目标优化问题-ga of single optimise
a
- 基于遗传算法的多目标优化(包含单目标) MATLAB-Genetic algorithm
pso2
- 一个很好用的粒子群优化算法matlab源代码,用来解决单目标函数优化-A good use of particle swarm optimization algorithm matlab source code, used to solve single-objective function optimization
GA
- 用matlab实现遗传算法单目标优化问题,迭代次数选取不同,效果不同-Genetic algorithm using matlab to achieve a single objective optimization problem, select a different iterations, different results
sheji
- 基于遗传算法的车间布局单目标优化,部分代码,参考MATLAB6.5辅助优化计算也设计一书-Based on genetic algorithm resource constraints objective optimization
testfunctions
- 几个标准函数,用于测试单目标优化智能算法的性能。具体有ackley、rosenbrock、Griewank、alpine、Rastrigin-Several standard functions for testing single-objective optimization of the performance of the intelligent algorithm. Specific ackley, rosenbrock, Griewank, alpine, Rastrigin, etc
CEC13-icmaesils-sources.tar
- 在CEC2013上参加实数参数单目标优化竞赛的Stuetzle的代码,对CMA-ES算法进行了改进。-This software package is in connection with the paper: Tianjun Liao and Thomas Stuetzle, "Benchmark Results for a Simple Hybrid Algorithm on the CEC 2013 Benchmark Set for Real-parameter Optimizati
粒子群优化算法
- 粒子群优化算法子程序,包括单目标,多目标程序,可以直接用(This file mainly committed to the Particle swarm optimization method, which including single target, multi-objective program and can be used directly.)
单目标粒子群算法寻优
- 利用粒子群优化算法,对单目标函数寻优,寻找函数的极值。(Searching for the extremum of a function by searching the single objective function.)
PSO
- 单目标粒子群优化算法,可用于单目标优化计算(Single objective particle swarm optimization)
多目标遗传算法程序
- 对目标优化,多目标遗传算法(把度目标转化为单目标求解)源程序(Matlab multi-objective genetic optimization algorithm(to convert the degree target to a single target solution) source program)
jMetalPy-master-python
- 用Python语言写的多目标进化算法库(2017年最新版本),包含常见的多目标进化算法以及当前最新文献中的最新算法,能够实现不同算法之间的性能比较(包含常见的GD, IGD, HV等评价指标自动生成)。可以供进化计算、多目标优化、单目标优化算法的学习参考。Python语言版本简单易懂,实用性强。(Library of multi-objective evolutionary algorithm written in Python language (the latest version in 2
New_HMOEA20140215-单目标
- 投影寻踪的方法求出热带气旋变化强度影响因素的比重,其中用NSGA遗传算法对其优化!(Projection pursuit method is used to calculate the proportion of the factors affecting the intensity of tropical cyclone variation, and the NSGA genetic algorithm is used to optimize the proportion!)
SCA:用于解决优化问题的正弦余弦算法
- 用于求解单目标优化问题的正弦余弦算法。 SCA创建多个初始随机候选解决方案,并要求它们使用基于正弦和余弦函数的数学模型向外波动或朝向最佳解决方案。几个随机和自适应变量也被集成到该算法中,以强调在不同的优化里程碑中探索和利用搜索空间。 压缩包包括:发表的论文、优化算法代码、优化工具箱。(Sine-cosine algorithm for solving single objective optimization problems. SCA creates multiple initial ra
单目标优化(含约束)
- 对单目标函数进行优化,使得目标函数最优解(Optimize the single objective function)
粒子群算法
- 利用单目标粒子群算法求解各种优化问题,输入目标函数即可。(A single target particle swarm optimization algorithm is used to solve various optimization problems.)
Matlab多目标优化遗传算法源程序很好的应用案例
- 与常规的单目标遗传算法求解不同,该算法考虑两个目标函数的遗传算法(Different from the conventional single objective genetic algorithm, this algorithm considers the genetic algorithm of two objective functions)
PSO求解多目标优化问题matlab代码
- 单目标粒子群优化算法的主程序,这是一个案例,可以参考(Single objective particle swarm optimization)
单目标GOA算法
- 能够实现蝗虫优化算法,里面包含许多经典的单目标测试函数,使用时直接运行main函数即可,需要更改测试函数的的话自己在main里面修改(It can realize locust optimization algorithm, which contains many classic single objective test functions. When using, you can directly run the main function. If you need to change th