Update README.md

This commit is contained in:
SowinskiBraeden authored and GitHub committed 2022-06-12 11:12:27 -07:00
1 parent f21bcc60fe
commit f62113d40a
1 file changed
+3 -5
+3 -5
View File
@@ -2,12 +2,10 @@
Hello there! This is the standalone repository for the schedule generator from my [school-management-api](https://github.com/SowinskiBraeden/school-management-api) project. Hello there! This is the standalone repository for the schedule generator from my [school-management-api](https://github.com/SowinskiBraeden/school-management-api) project.
The algorithms have been moved out of `tinker.py` into their own python The algorithms have been moved out of `tinker.py` into their own python
script from version 1 to 3. These are in the `/scheduleGenerator` folder. I suggest to look script. Version 1 and 2 are remoed. This is in the `/scheduleGenerator` folder. The algorithm has come a long way.
at the latest work in `generator_v3.py` where the algorithm has come a long way. Using real 2018 course Using real 2018 course selection data from my school I am able to test the script to its full potential.
selection data from my school I am able to test the script to its full potential compared to
V1 and V2.
V3 has a entirely different approach from V1 and V2, that you can read about at the top of V3 has a entirely different approach from V1 and V2, that you can read about at the top of
the function in `generator_v3.py`. The function is broken up into 6 steps, each step is labeled within the function in `generator.py`. The function is broken up into 6 steps, each step is labeled within
the function with a comment, giving a brief explination of what that step contributes to the the function with a comment, giving a brief explination of what that step contributes to the
algorithm. algorithm.