From d5b54449f1fe424633f381cb8668dd41e2e35830 Mon Sep 17 00:00:00 2001 From: ronpandolfi Date: Tue, 11 Oct 2022 21:59:54 -0700 Subject: [PATCH] add images --- docs/source/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/index.md b/docs/source/index.md index 34ddaf1..40a1429 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -4,6 +4,14 @@ Tsuchinoko is a Qt application for adaptive experiment execution and tuning. Liv measurements, and provide feedback on the adaptive engine's decision-making process. The parameters of the adaptive engine can also be tuned live to explore and optimize the search procedure. +```{image} _static/running-score.PNG +:alt: Tsuchinoko with no connection +:align: center + +``` + +  + While Tsuchinoko is designed to allow custom adaptive engines to drive experiments, the [gpCAM](https://gpcam.readthedocs.io/en/latest/) engine is a featured inclusion. This tool is based on a flexible and powerful Gaussian process regression at the core.