sparks-baird / self-driving-lab-demo

Software and instructions for setting up and running a self-driving lab (autonomous experimentation) demo using dimmable RGB LEDs, an 8-channel spectrophotometer, a microcontroller, and an adaptive design algorithm, as well as extensions to liquid- and solid-based color matching demos.
https://self-driving-lab-demo.readthedocs.io/
MIT License
72 stars 8 forks source link

Possibility for multi-fidelity example by controlling integration time #17

Closed sgbaird closed 2 years ago

sgbaird commented 2 years ago

It may be possible to adjust the integration time step and number of steps as fidelity parameters (or combine them into a single fidelity parameter and keep one fixed).

https://docs.circuitpython.org/projects/as7341/en/latest/api.html

sgbaird commented 2 years ago

Implemented for nonwireless, but still need to implement for most of the other implementations.

sgbaird commented 2 years ago

See also the continuous multi-fidelity notebook https://github.com/sparks-baird/self-driving-lab-demo/blob/main/notebooks/6.2.1-multi-fidelity-continuous.ipynb