Skip to content

smrfeld/DynamicBoltzmannPaper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Code used in: Learning moment closure in reaction-diffusion systems with spatial dynamic Boltzmann distributions

Requirements / libraries used

Dependenices are handled using the CPM.cmake manager. There is no need to download and install any libraries manually, simply proceed to the contents below.

For reference, the libraries downloaded by the package manager are:

Contents

Folders:

  • hermite: this generates a simple figure of the Hermite polynomials.
  • bimol_train_stoch_sim: generates training data for the A+A->0 reaction.
  • bimol_train: trains the hidden & visible layer models for the A+A->0 reaction.
  • bimol_test_stoch_sim: generates testing data for the A+A->0 reaction.
  • bimol_test: tests the learned differential equations system for visible & hidden layer models for the A+A->0 reaction.
  • rossler_stoch_sims: generates training data for the Rossler system.
  • rossler_dynamic_3sp: learns and tests the Rossler system.