搜索资源列表
1
- 批处理系统中调度处理的 作业调度的目标是尽量做到公平合理,能执行尽可能多的作业、尽快地响应时间以及高的设备利用率等。任何一种作业调度算法要同时满足这些调度目标是不可能的,大多数操作系统都是根据用户需要而采用的兼顾某些目标的方法。
aco
- mop算法,蚁群算法,多目标优化,基于c-mop
NSGA-II
- 运行数据是吸纳粒子群算法的精华,是先多目标优化。-Run data to absorb the essence of the particle swarm algorithm is the first multi-objective optimization.
nsga2code
- 一个关于多目标优化算法的程序,经典遗传算法求解多目标优化问题源码-Classical genetic algorithm for solving multi-objective optimization problem source
m-particle-swarm-optimization
- 多目标粒子群算法,在基本粒子群算法的基础上进行了改进,程序简单明了。-Multi-objective particle swarm algorithm based on particle swarm algorithm has been improved, the program is simple and straightforward.
SGA
- 多目标遗传算法,有一些局限性,仅供学习参考-Multi-objective genetic algorithm, there are some limitations, only for reference
yichuan
- 基于神经网络与遗传算法的多目标函数优化求解程序-Multi objective function is based on neural networks and genetic algorithm optimization solver
GA-vrp
- 运输成本、货损成本、时间成本等的配送成本最小化和以模糊时间窗进行量化的客户满意度最大化的多目标优化模型,采用改进遗传算法求解带模糊时间窗冷链配送问题。-A multi-objective optimization model to minimize the cost of transport and distribution costs, damage costs, costs of time and to quantify fuzzy time window to maximize custo
3
- 目前的多目标优化算法有很多,Kalyanmoy Deb 的 NSGA-II(Nondominated Sorting Genetic Algorithm II,带精英策略的快速非支配排序遗传算法)无疑是其中应用最为广泛也是最为成功的一种。MATLAB 自带的 gamultiobj 函数所采用的算法,就是基于 NSGA-II 改进的一种多目标优化算法(a variant of NSGA-II)。gamultiobj 函数的出现,为在 MATLAB 平台下解决多目标优化问题提供了良好的途径。gamu
柔性车间调度遗传算法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的多目标追踪代码,使用均值漂移算法。