sc_neurocore_engine 3.15.8

High-performance SIMD backend for SC-NeuroCore stochastic neuromorphic computing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: AGPL-3.0-or-later
// Commercial license available
// © Concepts 1996–2026 Miroslav Šotek. All rights reserved.
// © Code 2020–2026 Miroslav Šotek. All rights reserved.
// ORCID: 0009-0009-3560-0851
// Contact: www.anulum.li | protoscience@anulum.li
// SC-NeuroCore — SCPN Module

pub mod dcls;
pub mod kuramoto;
pub mod metrics;

pub use dcls::{
    dcls_max_forward_q88, tent_gate_q88, DclsError, DclsForwardResult, DclsLayerConfig,
};
pub use kuramoto::KuramotoSolver;
pub use metrics::SCPNMetrics;