Skip to content

Analyzing and correcting errors in the Chialvo map

Notifications You must be signed in to change notification settings

mahdisarikhani/bpmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPMC

A Rust-based project for analyzing and correcting errors in the Chialvo map.

  • Bethe-Peierls Approximation: Estimates the number of dynamical solutions using belief propagation and population dynamics algorithms.
  • Monte Carlo Method: Minimizes errors in parameters.

Quick Start

Bethe-Peierls Approximation

$ cargo build --release --bin bp
$ ./target/release/bp N BETA [true|false]

Monte Carlo Method

$ cargo build --release --bin mc
$ ./target/release/mc [true|false]

About

Analyzing and correcting errors in the Chialvo map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages