Skip to content

ShaikAsifullah/sabaody

 
 

Repository files navigation

Sabaody

A distributed implementation of the island model for parameter fitting of dynamical systems biology models. Uses Spark (on Python) for distributed computing, pygmo2 for its various optimization algorithms, and the Tellurium environment for model simulation.

Organization

$ cd sabaody/scripts/b2
$ spark-submit --master spark://spark-master:7077 --deploy-mode client --driver-memory 1g --num-executors 4 --executor-cores 2 --files=../../../sbml/b2.xml --py-files=data.py,b2problem.py,params.py,b2setup.py b2-driver.py
  • Finally, pytest tests are located in tests.

About

Distributed Island Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%