{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 1. Bayesian Optimization\n",
"\n",
"Learn how to write a Bayesian optimization script to intelligently adjust RGB power levels to match a target color and visualize optimization results.\n",
"\n",
"
\n",
"\n",
"*An optimization efficiency comparison between grid search, random search, and Bayesian optimization using Meta's Ax Platform, where Bayesian optimization is the most efficient at matching the target color.*\n",
"\n",
"## A Gentle Introduction to Bayesian Optimization\n",
"\n",
"Choosing the right optimization method depends on the specific needs and constraints of a project.\n",
"\n",
"✅ Watch the Gentle Introduction to Bayesian Optimization below. This one is very important to understand the basics of Bayesian optimization and how it compares to traditional design of experiments.\n",
"\n",
"