Variables | |
| u_int64_t | totalfire = 0 |
| This variable counts the total number of firing of the neurons. | |
| u_int64_t | totalpulse = 0 |
| This variable counts the total pulse arrivals to any of the neurons. | |
| u_int64_t | totalpartition = 0 |
| This variable counts the total number of partitions. | |
| u_int64_t | totalpartition_nonewton [4] = {0,0,0,0} |
| u_int64_t | totalpartition_newton [4] = {0,0,0,0} |
| u_int64_t | totalpeaksearch [3] = {0,0,0} |
| u_int64_t | totalpeakenclosing = 0 |
| This variable counts the total number of peak enclosings. One peak search contains several enclosings. | |
| u_int64_t | totalrescheduled = {0} |
| This variable counts the total number of re-scheduling. | |
| u_int64_t | totalfiltered_maxgrad = 0 |
| This variable counts the total filtering caused by maximum gradient check. | |
| u_int64_t | totalfiltered_incontinuity = 0 |
| This variable counts the total filtering caused by nearby incontinuity. | |
| u_int64_t | totalfiltered_nextpulse = 0 |
| This variable counts the total filtering caused by nearby next pulse. | |
|
|
This variable counts the number of partitions with Newton-Raphson search. Each element contains the number of 0th, 1st, 2nd. and delta partitions, respectively. Definition at line 42 of file dneuron.cpp. Referenced by punnets_private::tneuron_ext< debug >::scheduleFire(). |
|
|
This variable counts the number of partitions without Newton-Raphson search. Each element contains the number of 0th, 1st, 2nd. and delta partitions, respectively. Definition at line 41 of file dneuron.cpp. Referenced by punnets_private::tneuron_ext< debug >::scheduleFire(). |
|
|
This variable counts the number of peak searches. Each element contains the number of searches with peak below threshold (no crossing), peak above threshold (crossing), no peak (not convex), respectively. Definition at line 43 of file dneuron.cpp. Referenced by punnets_private::tneuron_ext< debug >::scheduleFire(). |
1.2.18