onix / lotka-volterra-history-emulator-scala

Lotka-Volterra equation system solver (predator–prey model) made with Scala and some small demo Scalatra webapp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lotka-Volterra History Emulator on Scala

Lotka–Volterra model (a.k.a. predator–prey model) equations solver made with Scala Programing Language and functional approach.

A tiny demo web application, made with Scalatra, jQuery and Highcharts attached. Demo Webapp

Build & Run

$ cd lotka-volterra-history-emulator-scala
$ ./sbt
> container:start
> browse

If browse doesn't launch your browser, manually open http://localhost:8080/ in your browser.

TODO?

  • Some html design improvements.
  • Some input fields checks.

About

Lotka-Volterra equation system solver (predator–prey model) made with Scala and some small demo Scalatra webapp.

License:MIT License


Languages

Language:Shell 53.0%Language:Scala 35.6%Language:JavaScript 11.4%