BOA Provided Visualizations#

Our scheduler.json#

From our run in R in Running an R Script with BOA, we saved our scheduler.json file. In the same directory BOA also saves an optimization.csv file with the parameters and objective of every trial, as well as a log file.

BOA gives us some light EDA tools automatically. You can do them automatically from the command line, or if you would like to dive into with more control, see our Python loading and visualization tutorials for more details.

From the command line, we can issue

python -m boa.plot --scheduler-path path/to/scheduler.json

or

python -m boa.plot -sp path/to/scheduler.json

Attention

Pictures of the rendered Visualization app will be added in the Future