Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
simulation.h File Reference
#include <vector>
#include <memory>
#include <string>
#include <filesystem>
#include <chrono>
#include "elements/element.h"
#include "exceptions/exception.h"
#include "tools/utils.h"
#include "simulation/simulation_recorder.h"
Include dependency graph for simulation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dnf_composer::Simulation
 Manages the element registry and drives the simulation loop. More...
 

Namespaces

namespace  dnf_composer
 

Functions

std::shared_ptr< Simulationdnf_composer::createSimulation (const std::string &identifier="", double deltaT=1, double tZero=0, double t=0)
 Factory helper — create a Simulation with the given parameters.