21#ifndef _ELIMINATION_H_
22#define _ELIMINATION_H_
elimination_params_t * synaptogenesis_elimination_init(uint8_t **data)
Read and return an elimination parameter data structure from the data stream.
static bool synaptogenesis_elimination_rule(current_state_t *current_state, const elimination_params_t *params, uint32_t time, synaptic_row_t row)
Elimination rule for synaptogenesis.
Configuration of synapse elimination rule.
struct synaptic_row * synaptic_row_t
The type of a synaptic row.
Miscellaneous structures.
struct representing the current state of rewiring
static stdp_params params
Configuration parameters.