Description: 遗传算法在自动排课中的应用,这是一个电子书,有用的上的赶紧下吧-genetic algorithm automatically Course Scheduling Application of this is a e-books, useful in quickly are you Platform: |
Size: 3663414 |
Author:doudou |
Hits:
Description: 遗传算法用于解决多目标排课的优化问题,是一个好算法-genetic algorithm is used to solve the multi-objective optimization problem Course Scheduling is a good algorithm Platform: |
Size: 30755 |
Author:张旭涛 |
Hits:
Description: 基于遗传算法的排课系统,可以实现多种课程的排列-based on genetic algorithm Course Scheduling System, can achieve a wide variety of courses with the Platform: |
Size: 644490 |
Author:sunyan |
Hits:
Description: 学生课绩管理系统(升级版)有用的上的赶紧下吧-genetic algorithm automatically Course Scheduling Application of this is a e-books, useful in quickly are you Platform: |
Size: 381021 |
Author:六强 |
Hits:
Description: 遗传算法在自动排课中的应用,这是一个电子书,有用的上的赶紧下吧-genetic algorithm automatically Course Scheduling Application of this is a e-books, useful in quickly are you Platform: |
Size: 3662848 |
Author: |
Hits:
Description: 遗传算法用于解决多目标排课的优化问题,是一个好算法-genetic algorithm is used to solve the multi-objective optimization problem Course Scheduling is a good algorithm Platform: |
Size: 30720 |
Author:张旭涛 |
Hits:
Description: 基于遗传算法的排课系统,可以实现多种课程的排列-based on genetic algorithm Course Scheduling System, can achieve a wide variety of courses with the Platform: |
Size: 644096 |
Author:sunyan |
Hits:
Description: 使用改进的遗传算法实现简单的高校排课,连接的数据库为sql server 2-The use of improved genetic algorithm College Course Scheduling realize simple to connect to the database sql server 2 Platform: |
Size: 3827712 |
Author:代兴义 |
Hits:
Description: 遗传算法在大学排课问题中的应用,对制作排课系统有重要的参考价值-Genetic Algorithm in the University Timetable Problem of Course Scheduling System has produced an important reference value Platform: |
Size: 253952 |
Author:xiaohui |
Hits:
Description: 可用于大学的遗传算法实现排课系统!用遗传算法能达到最好的效果-Can be used for the genetic algorithm University Course Scheduling System! Using genetic algorithms to achieve their best effect Platform: |
Size: 2763776 |
Author:陈鹏 |
Hits:
Description: 基于delphi编写的遗传算法多校区排课系统,是学习遗传算法入门的好代码。本人原创。-Delphi-based genetic algorithm written in multi-campus Course Scheduling System, is a good entry-learning genetic algorithm code. I am original. Platform: |
Size: 211968 |
Author:戴耀平 |
Hits:
Description: 排课问题是一个有约束的、多目标的组合优化问题,并且已经被证明是一个NP完全问题。
遗传算法借鉴生物界自然选择和自然遗传机制,使用群体搜索技术,尤其是用于处理传统搜索方法难以解决的复杂的和非线性的问题。经过近40年的发展,遗传算法在理论研究和实际应用中取得了巨大的成功,本文将遗传算法用于排课问题的求解,首先讨论了排课问题中的影响因素、主要约束条件、求解目标和难点,并用数学模型完整地描述了排课问题。其次对多个模糊排课目标进行了定量分析,建立了排课优化目标空间。针对排课问题研究了染色体编码方式以及遗传算子的设计,提出了适应度函数的计算方法。最后对排课问题进行了实验。实验结果表明,其过程的目标值跟踪显示,算法稳健趋优,所得结果令人满意。-Course Scheduling problem is a constrained, multi-objective optimization problem, and has proven to be a NP complete problem.
Genetic algorithms reference biosphere and the natural genetic mechanism of natural selection, using the group search technology, particularly the traditional search methods for handling complex and difficult to solve nonlinear problems. After nearly 40 years of development, the genetic algorithm in the theoretical study and practical application was a great success, this paper genetic algorithm for solving the course timetabling problem, first discussed the impact of factors in the course arrangement, the main constraints, to solve goals and difficulties, and a complete mathematical model to describe the course arrangement. Arranging multiple fuzzy goals followed by a quantitative analysis, the optimal target Arranging space. Arranging for the Study of the chromosome coding and genetic operators design, proposed fitness function is calculated. Finally, the co Platform: |
Size: 1290240 |
Author:张林杰 |
Hits:
Description: 程序适合大学毕业设计论文!!用java编写!
[autopk.rar] - 开源的自动排课系统,遗传算法,非常好,大家可以参考参考
[psd.zip] - photoshop图像文件格式说明
-Program for university students study! ! Written with java! [Autopk.rar]- Open Source Automated Course Scheduling System, genetic algorithm, very good, we can refer to reference [psd.zip]- photoshop image file formats Platform: |
Size: 1859584 |
Author:董鹏康 |
Hits:
Description: c#/CSharp 遗传算法高校排课系统的源代码,这是我哥哥做的本科毕业设计,很不错的哦-c#/CSharp University Course Scheduling System genetic algorithm source code, which I did graduate design, very good oh ~ ~ Platform: |
Size: 546816 |
Author:张雨萌 |
Hits:
Description: The Class Scheduling Problem (CSP) is concerned with assigning a number
of courses corresponding to various students and instructors to classrooms
taking into consideration constraints like classroom capacities and
university regulations. The problem also attempts to optimize the
performance criteria and distribute the courses fairly to classrooms
depending on the ratio of classroom capacities to course enrollments. The
problem is a classical scheduling problem and considered to be NP‐
complete. It has received some research during the past few years given its
wide use in colleges and universities. Several formulations and algorithms
have been proposed to solve scheduling problems, most of which are based
on local search techniques.
In this project, we use a hybrid algorithm which combines features of
Genetic algorithm and Branch and Bound algorithm to solve the class
scheduling problem.
-The Class Scheduling Problem (CSP) is concerned with assigning a number
of courses corresponding to various students and instructors to classrooms
taking into consideration constraints like classroom capacities and
university regulations. The problem also attempts to optimize the
performance criteria and distribute the courses fairly to classrooms
depending on the ratio of classroom capacities to course enrollments. The
problem is a classical scheduling problem and considered to be NP‐
complete. It has received some research during the past few years given its
wide use in colleges and universities. Several formulations and algorithms
have been proposed to solve scheduling problems, most of which are based
on local search techniques.
In this project, we use a hybrid algorithm which combines features of
Genetic algorithm and Branch and Bound algorithm to solve the class
scheduling problem.
Platform: |
Size: 41984 |
Author:masmur |
Hits: