Okay, dumb question. I’m very new to computer science in general.
I am attempting to use Tune in Google Colab, and have followed instructions for implementing BayesOptSearch as my search algorithm.
I just want to know - how can I tell from my output in Colab that BayesOptSearch is actually being used? This is listed in my output:
±-----------------------------------------------------------------+
| Configuration for experiment trainable_2024-10-17_21-19-57 |
±-----------------------------------------------------------------+
| Search algorithm SearchGenerator |
| Scheduler FIFOScheduler |
| Number of trials 10 |
±-----------------------------------------------------------------+
Prior to attempting to implement BayesOptSearch, “Search algorithm” would be followed by “Basic Variant Generator”.
Does “Search Generator” mean BayesOptSearch is being used?