Model Optimization
| Introduction | Experiment Design | Model Optimization | Links |


User:

Title:

CSV format with header, Last column should be the desired optimized value (ie yield)

Example data from Yin-Carter paper

Model Complexity:

User Limits (not required):

name,min,max

NOTE:


Model Optimization

uses the coefficients and parameters from your experiments to estimate what the most likely model is.

  • This is done using Stepwise AIC (Akaike information criterion) regression.

  • This is a maximum information algorithm to estimate what the best model is given experimental results.

  • A Monte Carlo search is then employed to maximize the yield given these results.