搜索资源列表
MOEA-NSGA-II
- 基于进化算法的多目标优化,以matlab程式所寫成,請大家參考參考-evolutionary algorithm based on the multi-objective optimization to written Matlab program, please refer to reference
31767670nsga2_c_source
- nsga2_c多目标优化算法:NSGA-II算法-nsga2_c multi-objective optimization algorithm: NSGA-II algorithm
managemant_enquire
- 传统的Dijkstra 算法无疑是解决一般最短路径问题的最优算法,但接下来我们会看到传统的Dijkstra 算法在公交查询系统是不适合的。而我据对公交乘客出行心理调查的统计结果,指出换乘次数最少是乘客出行时考虑的首要因素,所以这里提出一种基于换乘次数最少的公交最短路径算法。 至于公交车的调度,需要同时考虑到公车公司和乘客的利益,必须尽量在满足双方的利益上做出合理的调度。所以这是一个多目标最优的问题。- management
MOEA-D-Continuous
- 多目标优化程序,国际顶级期刊IEEE EC 经典算法-multi-objective optimization algorithm presented in journal of IEEE trans
aco
- mop算法,蚁群算法,多目标优化,基于c-mop
Multi-objective-genetic
- Matlab的多目标遗传算法,方便大家直接使用-Multi-objective genetic algorithm in Matlab
12
- 详细描述了多目标规划的一些方法,着重讲述了蚁群算法的优势,其中也包含了一部分算法。-Detailed descr iption of some of the methods of multi-objective planning focuses on the advantages of the ant colony algorithm, which also includes part of the algorithm.
cmopso
- 云多目标粒子群算法,基于matlab环境,可供学习者参考。-Cloud multi-objective particle swarm algorithm, based on the Matlab environment available to learners.
fmopso
- 模糊多目标粒子群算法,基于matlab环境,可供学习者参考。-Fuzzy multi-objective particle swarm algorithm, based on the Matlab environment for learners Reference.
NSGA-II
- 这是一个用matlab编写的NSGA2标准程序,对初学多目标算法的人很有帮助。-This is a the NSGA2 standard procedures beginner multi-objective algorithm using matlab helpful.
MOGA
- 这是一个简单的用matlab编写的多目标遗传算法,可以供初学者参考-This is a simple multi-objective genetic algorithm using matlab, you can reference for beginners
dianmubiao
- 点目标成像算法,也适用于多目标情形,对实际数据有较好的处理能力-Point target imaging algorithm is also applicable to the multi-goal condition, the actual data has good processing ability
NSGA-II
- 运行数据是吸纳粒子群算法的精华,是先多目标优化。-Run data to absorb the essence of the particle swarm algorithm is the first multi-objective optimization.
MOSGA2_3
- 多目标优化排序选择法主程序,算法的多目标程序(Multi objective optimization sorting selection method, the main program, the algorithm of multi-objective program)
main
- 采用多目标粒子群算法求解多目标背包问题 问题:假设存在五类物品,每类物品又包含四种具体物品,要求从五类物品中分别选择一种放入背包,使得背包总价值最大,总体积最小,总质量不超过92kg(The problem is solved by multi objective particle swarm optimization algorithm, multi-objective knapsack problem: suppose there are five categories of goods,
柔性车间调度遗传算法matlab实现代码
- 柔性车间调度遗传算法matlab实现代码,针对于多目标问题的matlab代码实现柔性车间调度遗传算法matlab实现代码
遗传算法多目标优化
- 这是遗传算法多目标优化程序。虽然是基础的GA算法程序,但是注释清晰,可以修改目标函数运行,也可以在此基础上进行算法优化(This is a multi-objective optimization program of genetic algorithm. Although it is the basic GA algorithm program, but the annotation is clear, it can modify the operation of the objective
基于遗传算法的多目标优化
- Matlab源码,通过非支配排序NASA-II,实现通过遗传算法求解多目标优化。
多目标追踪代码
- 基于MATLAB的多目标追踪代码,使用均值漂移算法。