#include "Neuron.h"#include "SimulationClock.h"#include "GlobalVariables.h"Go to the source code of this file.
Classes | |
| class | Synapse |
Defines | |
| #define | MIN_DOUBLE_WEIGHT -1.0 |
| #define | MAX_DOUBLE_WEIGHT 1.0 |
| #define | MIN_SHORT_WEIGHT -127 |
| #define | MAX_SHORT_WEIGHT 127 |
|
|
The maximum double weight for a synapse. Definition at line 36 of file Synapse.h. Referenced by Synapse::setWeight(). |
|
|
The maximum short weight for a synapse. |
|
|
The minimum double weight for a synapse. Definition at line 33 of file Synapse.h. Referenced by Synapse::setWeight(). |
|
|
The minimum short weight for a synapse. |
1.4.4