Skip to main content
Ctrl+K

BOA documentation

  • User guide
  • Examples
  • Troubleshooting
  • Changelog
  • Code reference
    • Gallery
    • Contributing to boa
  • GitHub
  • User guide
  • Examples
  • Troubleshooting
  • Changelog
  • Code reference
  • Gallery
  • Contributing to boa
  • GitHub

Section Navigation

Running Through the CLI (Command Line Interface)

  • Running an Experiment from Command Line (Python Wrapper)
  • Running an R Script with BOA
  • BOA Provided Visualizations

Running Directly in Python

  • Running BOA Optimization Directly in Python
  • Loading BOA from JSON and Plotting Results
  • Running a Multi Objective Optimization Directly in Python
  • Multi Objective Loading BOA from JSON and Plotting Results

Examples from Models Using BOA

  • Example FETCH3 optimization results
  • Examples

Examples#

Running Through the CLI (Command Line Interface)

  • Running an Experiment from Command Line (Python Wrapper)
  • Running an R Script with BOA
    • Configuration File Overview
    • Wrapper Run Script
    • Running our script
  • BOA Provided Visualizations
    • Our scheduler.json

Running Directly in Python

  • Running BOA Optimization Directly in Python
    • Loading the Config File
    • Define Our Wrapper
    • Initialize our Setup
    • Run our Experiment
    • Get the Best Trial and Output All Trials
    • Output a DataFrame of All Trials
  • Loading BOA from JSON and Plotting Results
    • Loading the Scheduler
    • Show the Best Fitted Trial and Raw Trial
    • EDA Plots
  • Running a Multi Objective Optimization Directly in Python
    • Loading the MOO Config File
    • The Wrapper
    • The Setup
    • Start our Experiment
    • Get the Best Trial
    • Output All Trials
  • Multi Objective Loading BOA from JSON and Plotting Results
    • Loading the Scheduler from our JSON file
    • Show the Best Fitted Trial
    • Show the Best Raw Trial
    • EDA Plots with Pareto

Examples from Models Using BOA

  • Example FETCH3 optimization results
    • Load experiment data
    • View experiment data
    • Plotting

previous

Plotting Utils

next

Running an Experiment from Command Line (Python Wrapper)

Show Source

© Copyright 2022, Madeline Scyphers, Justine Missik.

Created using Sphinx 5.3.0.

Built with the PyData Sphinx Theme 0.15.4.