This README
is not complete.
This is a C++ program that implements a stepper for stochastic integration that uses explicit Euler method
- The C++ BOOST library.
Included are following three header files.
C++ This header file creates the required class for generating random numbers using the BOOST library
C++ header file containing the HH neuron class. This is similar to the classical HH implementaion
C++ header file contains the implementaion of stochastic integrator class using explicit_euler method
Also included is the below named main()
that demonstrates how to use the program: test_stoch_euler.cpp
This simulator library is licensed under GNU GPLv3 which is described in LICENSE file found in home directory of this project.