Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
panktigosar authored Apr 30, 2022
1 parent 1f98e2a commit 0dc0cd4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ This Package requires following external libraries:
• NumPy (see http://www.numpy.org)

• matplotlib (see http://matplotlib.org/)

• os (see https://docs.python.org/3/library/os.path.html)

• Sys (see https://docs.python.org/3/library/sys.html)

The test code can be used to access the main code for the Lotka-Volterra Model, which is in math model.py in the class Lotka_Volterra. The code that integrates the equations with exponential growth is tested in test_lotka_volterra.py. Chemostat's core source code is written in Chemostat.py in the class Chemostat, and it may be accessed through the Chemostat test.py test file.
The test file's parameter values can be adjusted to plot the graph according to the experiment.

0 comments on commit 0dc0cd4

Please sign in to comment.