park-junha / GradPlanner

An automated four-year undergraduate degree scheduler.
http://gradplanner.us
GNU General Public License v3.0
2 stars 0 forks source link

Algorithm sometimes schedules too few classes a quarter [v0.5.2] #106

Closed jocelync888 closed 4 years ago

jocelync888 commented 4 years ago
Screen Shot 2020-01-30 at 5 24 16 PM

My CS friend tried testing out the website for their schedule. Why is there only one class in Winter 2021 and another in spring. Shouldn't they both be combined into Winter???

park-junha commented 4 years ago

This particular scenario happens because CSCI 181 is only offered Spring quarter every other year.

This behavior can also be seen here: Screen Shot 2020-01-31 at 8 54 34 AM Reproducible on master at v0.5.2 by inputting:

Potential fix: Have the algorithm fill in non-full quarters with more electives, even if it isn't required for graduation, and label them as "Highly recommended".

park-junha commented 4 years ago

Fix immediately after #109

park-junha commented 4 years ago

95 will be handled by this also