Skip to content

Suggest optimal groups given a class roster #306

Description

@mgmodell

Given a course with students and a target group size, suggests a set of groups such that:

  • Every student is a member of exactly one group
  • Every group has at least 2 team members
  • Group member counts are as close as possible to the target group size
  • Minimize the standard deviations of the group diversity scores (group.calc_diversity_score_for_group)
  • Minimize fault line strength among groups (ASW a la Calculate fault-line strength using ASW #304)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions