Experimental Design via Bayesian Optimization: edbo is a practical implimentaiton of Bayesian optimization for chemical synthesis.
Reference: Shields, Benjamin J.; Stevens, Jason; Li, Jun; Parasram, Marvin; Damani, Farhan, Janey, Jacob; Adams, Ryan P.; Doyle, Abigail G. "Bayesian Reaction Optimization as A Tool for Chemical Synthesis" Manuscript Submitted.
Requirements:
- anaconda
- an internet connecton
- a copy of install.sh
- Install conda (if you haven't already):
https://docs.conda.io/projects/conda/en/latest/user-guide/install/-
Copy install.sh to desired directory (or just copy text into a new text file called install.sh):
-
Open a terminal (linux) or anaconda prompt (windows), navigate to the directory containing install.sh:
cd path/to/install.sh/directory
sh install.sh
# Note: if OS is Linux based you may need to chmod + install.sh- (optional) Test edbo. See tests directory for details.