/grill_temps

Use optimization to estimate how long to cook your food

Primary LanguageJupyter Notebook

grill_temps

Some code for estimating how long it will take to grill a piece of meat.

Uses a simple heat transfer model to predict target temp arrival based on measurements collected. Fits the following model to measurement data:

$$\frac{dT}{dt} = k(T_{meat} - T_{grill})$$

Temp Projection Chart