|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
#include "element.h"#include "activation_function.h"#include "simulation/simulation.h"#include "elements/kernel.h"Go to the source code of this file.
Classes | |
| class | dnf_composer::element::NeuralField |
| Continuous attractor neural field — the core DFT building block. More... | |
| struct | dnf_composer::element::NeuralFieldBump |
| Describes a single activation bump (peak) in a neural field. More... | |
| struct | dnf_composer::element::NeuralFieldParameters |
| Parameters that govern a NeuralField's dynamics. More... | |
| struct | dnf_composer::element::NeuralFieldState |
| Snapshot of a neural field's observable state. More... | |
Namespaces | |
| namespace | dnf_composer |
| namespace | dnf_composer::element |