|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
#include <iostream>#include <vector>#include "simulation/simulation.h"#include "exceptions/exception.h"#include "plot.h"#include "tools/logger.h"#include "visualization/lineplot.h"#include "visualization/heatmap.h"Go to the source code of this file.
Classes | |
| class | dnf_composer::Visualization |
| Manages a collection of plots driven by a running Simulation. More... | |
Namespaces | |
| namespace | dnf_composer |