Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 796 Bytes

haga.org

File metadata and controls

23 lines (23 loc) · 796 Bytes

PROJECT haga

See TODOs in code

MAYBE Add factory floor optimizer

GA that optimizes factory floor

  • data: graph of workstations with edge weights being the number of walks between them
  • desired: optimal configuration that reduces crossings
  • space: 15 workstations that can be positioned in a 20 x 20 space

MAYBE Implement simple lcs in haga

Unsorted ideas

MAYBE Add seminar stats

  • Which topic was chosen how often, how are the priorities distributed etc.
    fmap (\xs@(x : _) -> (fst x, fmap snd xs))
      $ groupOn fst
      $ sortOn fst
      $ filter ((100 /=) . snd)
      $ mconcat
      $ snd <$> unP prios