Skip to content

Commit

Permalink
Allow Dynamic Frame Time
Browse files Browse the repository at this point in the history
Use named command line parameters for more extensibility
Replace Gaussian wit Sigmoid in case of tumble probability functions which were not normalized
Introduce new tumble probability function where overall concentration gradient is taken into account
Better names for parameters and fields from domain knowledge

Signed-off-by: Tamoghna Chowdhury <[email protected]>
  • Loading branch information
tamchow committed Oct 16, 2018
1 parent 2818757 commit 1ccf2ba
Show file tree
Hide file tree
Showing 13 changed files with 116 additions and 112 deletions.
9 changes: 9 additions & 0 deletions .idea/hydra.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions .idea/libraries/SBT__org_scala_lang_scala_library_2_12_2_jar.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/modules/ChemotaxisSimulator.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions .idea/modules/chemotaxissimulator-build.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions .idea/modules/chemotaxissimulator.iml

This file was deleted.

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "ChemotaxisSimulator"

version := "0.8"
organization := "in.github.tamchow"
scalaVersion := "2.12.2"
scalaVersion := "2.12.4"

scalacOptions += "-feature"

Expand Down
Loading

0 comments on commit 1ccf2ba

Please sign in to comment.