There was an error while loading. Please reload this page.
Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)
/imagine
Module: src/engine.rs
src/engine.rs
SpikingNetwork::new() // 16 LIF, 5 Izh, NUM_INPUT_CHANNELS (16) SpikingNetwork::with_dimensions(num_lif, num_izh, num_channels)
pub fn step( &mut self, stimuli: &[f32], modulators: &NeuroModulators, ) -> Result<Vec<usize>, StepError>
| Success | Ok(indices) of neurons that spiked this step | | Error | StepError::InputLenMismatch { expected, got } |
Ok(indices)
StepError::InputLenMismatch { expected, got }
get_membrane_potentials()
get_thresholds()
reset()
NUM_INPUT_CHANNELS = 16
WEIGHT_BUDGET
Last updated: July 29, 2026 Updated by: Grok Build: Grok 4.5 Package tip reference: 67c1573 (main, v0.5.0) Cubic: page-intro Devin DeepWiki: neuromod @ 67c1573
67c1573