Example 1 : Reinforcement learning
See : Example_modulation_RL.m
This example is constructed as follows :
- a standard RL model is created
- modulators of paramaters by some random inputs are declared
- modulated model is created and data simulated
- combinations of modulation are tested
Example 2 : GLM
See : Example_modulation_GLM.m
A target signal is alleged to be a linear combination of source signal. The contribution of sources is tested by testing all possible combinations.
Here, the modulated model is already constructed by hand. What remains to be done is precisely declare groups of modulators and each modulator.