搜索资源列表
1683
- 由于演化算法求解多目标优化问题所得结果是一个优化解集———Pareto最优集,而现有的演化算法收 敛性分析只适合针对单目标优化问题的单个最优解。利用有限马尔科夫链给出了演化算法求解多目标优化问 题的收敛性分析框架,并给出了一个分析实例
粒子群
- 粒子群单目标优化
immunity
- 人工免疫算法算法。适用于单目标,多目标优化问题。-脠脣 鹿 陇 脙芒脪脽脣茫 篓 脣茫 篓 隆 拢 脢脢脫脙脫脷渭 楼 脛 驴 卤 锚 拢 卢 露 脿脛 驴 卤 锚脫脜 禄炉 脦脢脤芒 隆 拢
matlab1
- 编写优化的目标函数如下,其中将多目标转化为单目标采用简单的加权处理-Optimization of the preparation of the objective function as follows, in which multiple objectives into single objective, using a simple weighted handle
pso2
- 一个很好用的粒子群优化算法matlab源代码,用来解决单目标函数优化-A good use of particle swarm optimization algorithm matlab source code, used to solve single-objective function optimization
a
- 基于遗传算法的多目标优化(包含单目标) MATLAB-Genetic algorithm
GA
- 用matlab实现遗传算法单目标优化问题,迭代次数选取不同,效果不同-Genetic algorithm using matlab to achieve a single objective optimization problem, select a different iterations, different results
粒子群优化算法
- 粒子群优化算法子程序,包括单目标,多目标程序,可以直接用(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 lan
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 opti
华侨大学XFX函数优化平台2017版
- 该2017版软件集成了竞赛争冠系列算法(含单目标寻优、多峰函数寻优、参数估计(拟合)等)和多种差分向量型式的差分进化算法。可对数学函数进行有或无约束优化、多峰函数优化等工作。其中改进竞赛争冠算法是近期本人的研究佳作。与现行优良的进化算法相比,颇具竞争力。(The 2017 version of the software integrates the series of race champion algorithm (including
SCA:用于解决优化问题的正弦余弦算法
- 用于求解单目标优化问题的正弦余弦算法。 SCA创建多个初始随机候选解决方案,并要求它们使用基于正弦和余弦函数的数学模型向外波动或朝向最佳解决方案。几个随机和自适应变量也被集成到该算法中,以强调在不同的优化里程碑中探索和利用搜索空间。 压缩包包括:发表的论文、优化算法代码、优化工具箱。(Sine-cosine algorithm for solving single objective optimization problems. S
单目标优化(含约束)
- 对单目标函数进行优化,使得目标函数最优解(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 func