Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 450 Bytes

File metadata and controls

27 lines (17 loc) · 450 Bytes

Problem metadata

  • enter memory cap for 1 container
  • fixed popln size
  • target number of islands needed

Problem should include

algorithm: essentially a packing problem

assign problems in highest memory to lowest memory, 1 per device till cap is met

Formulation

p_i - memory needed for problem i n_i - target instances for container i m_j -

Tasks

  1. fix problem store
  2. add problem metadata
  3. remove problem
  4. add scheduler