You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool should support more advanced algorithms for forming teams. For instance, it might be possible to use the alternating variable method (AVM), hill climbing (HC), or a genetic algorithm (GA) to create the teams. Once these algorithms are added, they should have test cases for them and clear documentation in the README.
The text was updated successfully, but these errors were encountered:
In order to implement the ability to add a way for conflicts to between students to factored into the algorithms, we would like to include an attribute in the database for each student that is their conflicts. @barrezuetai please let us know whether or not you are willing to include this data within the database you are working to create.
This tool should support more advanced algorithms for forming teams. For instance, it might be possible to use the alternating variable method (AVM), hill climbing (HC), or a genetic algorithm (GA) to create the teams. Once these algorithms are added, they should have test cases for them and clear documentation in the README.
The text was updated successfully, but these errors were encountered: