搜索资源列表
ACAJSP
- 蚁群算法用以解决作业车间调度问题,这是目前解决该类问题最有效的方法之一。-Ant colony algorithm to solve job shop scheduling problem, which is to solve such problems one of the most effective way.
代码
- 用蚁群算法原理解决多任务多车间车间调度问题(Solving the multi task and multi workshop scheduling problem with the principle of ant colony algorithm)
antColonyAlgorithm
- 利用蚁群算法解决车间调度问题,这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法(Using ant colony algorithm to solve job shop scheduling problem.This algorithm has the characteristics of distributed computing, positive information feedback and heuristic search. In ess