skypilot-users

How does the optimizer work to get the lowest VM price across clouds?

ga

gangaprasad

Asked on Dec 14, 2023

The optimizer queries the service catalog, which contains instance types, their resources, and prices across clouds. It then runs an ILP (Integer Linear Programming) to minimize cost. If you want more details, you can refer to the paper mentioned in the discussion thread: Optimizer Paper. Additionally, if you have specific questions about the code, you can ask for specific places to refer to.

Dec 18, 2023Edited by