Skip to content

Consider convex facility cost function and compare to current linear one #38

@loladekhuijzen

Description

@loladekhuijzen
Image

We currently use the overprovision costs.
Cost(Lⱼ) = w × (s_min - Lⱼ) if Lⱼ < s_min Cost(Lⱼ) = 0 if Lⱼ ≥ s_min

What if we use the total cost per student instead?
Cost(Lⱼ) = (C_0 + α × max(0, Lⱼ - s_min)) / Lⱼ
α = C_0/s_min? (the cost doubles when load doubles past s_min)

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions