Overview
About the algorithms available in CodeNeuro
CodeNeuro maintains a core suite of algorithms for behavioral research.
Algorithm development
We are continuously developing and improving our algorithms. If you have a need for a new algorithm or feature, don’t hesitate to reach out!
Versions
Every algorithm is semantically versioned, meaning there is a major, minor, and patch version.
Major: Significant redesign of the algorithm. Includes breaking changes compared with past versions. (Rare)
Minor: Algorithm improvements that could change results compared with past versions. Check the release notes for more details.
Patch: Bug fixes or small improvements. Will not change results compared with past versions. (Most common)
Example: 1.0.0
-> 1.0.1
(patch) -> 1.1.0
(minor) -> 2.0.0
(major)
Parameters
Each algorithm has a set of parameters that can be adjusted. The parameters depend on the particular algorithm.
See each algorithm’s documentation for more details.