Code Monkey home page Code Monkey logo

bighalley's Introduction

BigHalley

This is going to be great!

Problem statement

We have a number of teams, each with a some workers within. They are moving to a new building with many neighbourhoods. Given some weights between teams how do we optimise where they sit?

Simplifications

Within a neighbourhood we assume no distance between workers. So we should never consider movements within a neighbourhood. The distance between workers in different neighbourhoods is the taken as the distance between the centers of the neighbourhoods. Distance is calculated as the dX + dY, we dont try and go diagonally.

Cost function

Sum(distance*weight) between all combinations of workers

Toy example

6 Neighbourhoods, holding 20 workers each. 4 Teams with t1 = 50, t2 = 30, t3 = 20 and t4 = 10 Weights between teams: t1,t3 = high t1,t4 = low t2,t3 = high t3,t4 = low

Also people within team that are in different neighbourhoods has a super high weight.

bighalley's People

Contributors

betatim avatar gabrown avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

gabrown

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.