BinPacker.BallsProportionalToBinObjective (bin_packer v0.1.0) View Source

This objective attempts to place balls into bins such that the sum of the balls' usages is closest to the proportion of total capacity represented by the bin.

For example, in a cluster of computers, a machine with 25% of the total cluster cpu capacity should be assigned 25% of the cpu "usage".

Link to this section Summary

Link to this section Functions

Link to this function

cost_no_cache(bin_packer, state)

View Source