[AIAS-03] Create the Study
goal:
objective: maximize
function:
formula: online_boutique.transactions_throughput / online_boutique.cost
constraints:
absolute:
- name: response_time
formula: online_boutique.transactions_response_time <= 500
- name: error_rate
formula: online_boutique.transactions_error_rate <= 0.02parametersSelection:
- name: frontend.cpu_limit
domain: [100, 300]
- name: frontend.memory_limit
domain: [64, 512]
- name: adservice.cpu_limit
domain: [100, 300]
- name: adservice.memory_limit
domain: [64, 512]
...
Last updated
Was this helpful?