solvers.PlacementOptimizer

solvers.PlacementOptimizer()

Finds the optimal datacenter location to minimize TCO and Carbon.

Methods

Name Description
solve Determines the optimal data center location to minimize TCO and carbon taxes.

solve

solvers.PlacementOptimizer.solve(
    fleet,
    duration_days,
    regions=['US_Avg', 'Quebec', 'Iowa'],
    carbon_tax_per_ton=100.0,
    mfu=1.0,
)

Determines the optimal data center location to minimize TCO and carbon taxes.

Back to top