worstfit

package
v0.0.0-...-80c8c53 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WorstFit

type WorstFit struct{}

WorstFit is an optimizer that implements the worst-fit algorithm expanded to solve the bin packing problem with heterogeneous bins and items with different sizes that depend on the bin choice. If the item cannot be assigned to the bucket from heap top, it is tried to assign it to any of the other buckets in heap array order. This means that if the least filled bucket is not suitable the algorithm doesn't look for the second least filled bucket but gets next from the current heap array.

func (WorstFit) Optimize

func (w WorstFit) Optimize(ctx context.Context, data *data.Data) (*optimizer.Result, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL