Tutorials¶
The maintained tutorial surface contains 11 authored notebooks.
They are tracked directly under tutorials/ and executed from clean kernels during validation.
Maintained Notebook Inventory¶
Notebook |
Focus |
|---|---|
|
End-to-end overview: manual designs, crossover/mutation, and GA vs. simulation vs. random-baseline optimization |
|
When raw |
|
Progressive Case 1-10 walkthrough, building from a minimal event-related design up to full branching-trial complexity |
|
Comparing five hand-built designs (cyclic, blocked, crossover, mutation) on |
|
Comparing GA, simulation, and random-baseline optimization via efficiency scores and simulated statistical power |
|
Genetic-algorithm design discovery: comparing hand-built designs, then searching for a better one automatically |
|
Automatic GA optimization plus PDF report generation |
|
Transition-specific ITIs via |
|
Fixing the stimulus order with |
|
Template-based probabilistic ordering with |
|
Per-stimulus variable event durations via |
Workflow Rules Taught Consistently¶
The maintained notebooks teach these public version-2 rules consistently:
use
Experimentto declare the requested specificationuse
create_design(...)orcreate_manual_design(...)for no-search workflowsuse
Optimisationonly when search is neededretrieve the authoritative design with
selected_design(0)afteroptimise()generate reports and exports from that selected design workflow
distinguish
n_conceptual_trialsfrom flattenedn_eventstreat
FeandFdas realized design-matrix metricstreat
FfandFcas flattened event-axis metrics
Notebook execution is automated through validation.execute_notebooks and covered by the aggregate validation runner in validation.run_all_validation_workflows.