Class Scheduling + Genetic Algorithm + Python
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
Python + Genetic Algorithm + Class Scheduling (Prototype Project 01)
given course scheduling supplied data, app. uses genetic algorithm in order to find schedule with 0 conflicts
potential conflicts are:
instructor assigned to teach more than one course at same time
room occupied by more than one course at same time
course assigned to be taught in a room with a seating capacity that is smaller than the course max number of students
easy to add or remove conflicts
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
Genetic Algorithm + Python + SQLite DB + Class Scheduling (Prototype Prj 02)
Refactor code from Prototype Project 01 so that data is now coming from an SQLite DB
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
Genetic Algorithm + Python + Class Scheduling (Prototype Project 03)
Refactor code from Class Scheduling Application 02
add interactive command line functionality
add ability to run in either verbose or default mode
add handling of instructor availability
add display of schedule conflicts
test run w/ varied input data
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
CS + GA + Student Scheduling + Python (Prototype Project 04)
public version (demo only) | members-only version (demo, write, and test run)
Add Students scheduling (FT or PT)
what courses are already taken by each student
Make sure that prerequisites for each course scheduled are satisfied
Add ability to schedule multiple sessions of same course
Much better conflicts reporting
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
CS + GA + P2P + Python (Prototype Project 05)
public version (demo only) | members-only version (demo, write, and test run)
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
Add the new feature of app. running in P2P mode
CS + GA + Python (Prototype Project 06)
public version (demo only) | members-only version (demo, write, and test run)
Add ability to Enable/Disable various scheduling features @ runtime
(e.g. Student Scheduling, Instructor Availability, & Student Availability)
Add ability to run in either Standalone or P2P mode @ runtime
Much better Testing & Logging Data
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
CS+GA+Python+Credit Hours+Conflicting Meeting Times (07)
public version (demo only) | members-only version (demo, write, and test run)
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
Add ability to handle meeting times w/ varied credit hours
Add ability to handle conflicting meeting times
Only schedule courses in associated dept building
Handle full & part time students class load (max # of credit hours)
CS + GA + Python + Store Results (Prototype Project 08)
public version (demo only) | members-only version (demo, write, and test run)
Refactor code from previous version
Add ability to store scheduling results in database
Add ability to retrieve & display db stored schedules
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai