summaryrefslogtreecommitdiff
path: root/pyspike/cython/cython_simulated_annealing.pyx
AgeCommit message (Collapse)Author
2021-12-29Set language level 3 in cython filesMario Mulansky
2018-06-02spike sync filtering, cython sim annMario Mulansky
Added function for filtering out events based on a threshold for the spike sync values. Usefull for focusing on synchronous events during directionality analysis. Also added cython version of simulated annealing for performance.