Algorithms API
Class of Students
The file should be a JSON with the following schema:{
"students": [{
"id": student integer id,
"name": optional student name string,
"relationships": {
"otherStudentId": "Enemy" / "Friend" / "Neutral",
},
"attributes": {
"AttributeName": AttributeValueList
}
}]
}
Team Formation Algorithm
Team Formation Criteria
Examples: { "projects": [] }
Examples: { "requirement_weight": 0, "social_weight": 0, "diversity_weight": 0, "preference_weight": 0 }
Examples: { "diversify": [ "Gender", "Race" ], "concentrate": [ "Campus" ] }
Examples: { "priorities": [ { "type": "tokenization", "strategy": "diversify", "attribute_id": "Gender", "direction": "min_of", "value": "Female", "threshold": 2 } ] }
Team Generation Options
Team Set