[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
External Input Update
I've written a sub process placed in the init_procs of a cycle process.
The idea of this process is to create events which vary between the
cycles. I am using basic code to fix the external inputs of the layer
i.e.
.networks[0].layers[0].units[0].ext = 1;
However even though the code in in the init_procs the activation does
not update. I do not want to fix the activations as I ma using both
fatigue, and soft clamping. Is there anyway to present varying external
inputs per cycle, with the activations updating ?