You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are returning 3-tuples for quality, cost, and latency, but this is error-prone. We should just return a small data structure Metrics that has score, cost, and time as fields. Otherwise, we have to rely on the calling code being correct.
We are returning 3-tuples for quality, cost, and latency, but this is error-prone. We should just return a small data structure
Metricsthat has score, cost, and time as fields. Otherwise, we have to rely on the calling code being correct.