Tutorials¶
Interactive Jupyter notebook tutorials are available in the tutorials/ directory of the repository.
Overview Tutorials¶
# |
Tutorial |
Description |
|---|---|---|
1 |
Introduction to the core neurodesign workflow |
|
2 |
Comparing designs across diverse experiment definitions |
|
3 |
Build event-level designs progressively from simple to complex task structures |
Base Function Tutorials¶
# |
Tutorial |
Description |
|---|---|---|
4 |
Core workflow: designing, scoring, and optimising |
|
5 |
Side-by-side design comparison |
|
6 |
Finding the optimal design |
|
7 |
Running optimisation and generating reports |
New Feature Tutorials¶
# |
Tutorial |
Description |
|---|---|---|
8 |
Sample event-level orders from probabilistic motifs rather than single-event draws |
|
9 |
Fixed Stimulus Order: Optimize Timing Without Changing the Task Sequence |
Keep the event sequence fixed while optimisation focuses on timing |
10 |
Use transition-dependent ITI distributions keyed by |
|
11 |
Assign fixed or distribution-based durations per stimulus class |
Tip
To run these notebooks locally, install the package in development mode and register the Jupyter kernel. See the installation guide for details.