Giter Club home page Giter Club logo

alameda_hybrid_learning's Introduction

Alameda Hybrid Learning Constraint Solver

  1. Simulcast Students are not considered as part of this optimization problem. They will be assigned to AM/PM cohorts as a second optimization problem.

  2. Students will be divided into AM and PM cohorts. Siblings must be assigned to the same cohort.

  3. Each Student has an initial Teacher assignment. Assignments MAY be changed, but such moves should be minimized.

  4. Each classroom has a maximum capacity.

  5. Each teacher has an initial Classroom assignment. We do not attempt to move teachers.

  6. Maintaining Gender balance is desirable.

Approach

We load the rooms, teachers, and students data. Then we group siblings together by home address. Once siblings have been linked together, we assign each set of siblings to an AM or PM cohort in pseudo-random order ensuring AM and PM have roughly equal distribution. Note that we DO NOT assign these students to a teacher in this phase.

Next, group all students based on their affinity to their current teacher. There are 4 tiers of affinity (0-3), 0 being minimal affinity, and 3 being maximal affinity.

For each tier, starting with maximal affinity, we shuffle the list of students. We assign all sibling students, and then all non-sibling students. We prefer the student's current teacher, and fall back to other teachers within that grade level if their current teacher is full. Non-sibling students are placed in whichever AM/PM cohort has the least students assigned so that the AM and PM sessions remain balanced.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.