Open yuuwe-n opened 2 years ago
algo is for series of classes, map for each series of classes hopefully saves time instead of iterating for each professor for highest rating
for one off classes, we just find highest rating
change to model, we will have this a WIP, for later, and have this for when we get GE requirements/major requirements working
we could not get GE requirements because of PDF permission issues.
The general education requirement will be found, the algo will find best teachers for each requirement. The algo will take into account the weight of others. The goal is to find best courses/teachers for a student. The weight will based off for now the rating of the teacher (number of ratings may affect it later on).
Plans for using dijkstra's algorithm to find teachers in the same department and find courses in pathway with best weight. Each graph will contain a department's courses, each node containing the teacher and the connections are the weights. The nodes that connect with the most weight, will be returned for that GE requirement.