Improve AI Basics - Multivariate Optimization

painting of a waiter balancing two trays of many drinks
"painting of a waiter balancing two trays of many drinks" by DALL-E

Multivariate Optimization

config = configModel.optimize({"bufferSize": [1024, 2048, 4096, 8192],
                               "videoBitrate": [256000, 384000, 512000]})

Recent Posts

2 minute read

Making Decisions with Ranker

1 minute read

In this tutorial, we’ll walk through how to use the Ranker class to make decisions, specifically choosing a discount to offer from a list of discounts. We’ll...