Recommendation

Choosing the best Algorithm and Hardware

Luna provides you with a wide variety of pre-implemented algorithms that can be used to solve your optimization problem. You can either select the algorithm yourself, or query our Recommendation Engine to retrieve a recommendation on the best algorithm to be used, together with a recommended set of parameters.

from luna_sdk.schemas.recommendation import Recommendation

# Query the recommendation engine with our optimization instance
recommendation = luna.optimization.get_recommendation(
  optimization_id=optimization_id
)

Was this page helpful?