functionpreliminarySpeed
calculates the preliminary speed of a continuous transition
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nIn | number of input places | |
| Integer | nOut | number of output places | |
| Real[:] | arcWeightIn | input arc weights | |
| Real[:] | arcWeightOut | output arc weights | |
| Real[:] | speedSumIn | input speed | |
| Real[:] | speedSumOut | output speed | |
| Real | maximumSpeed | maximum speed | |
| Boolean[:] | weaklyInputActiveVec | places that causes weakly input activation | |
| Boolean[:] | weaklyOutputActiveVec | places that causes weakly output activation |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | prelimSpeed | preliminary speed |