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.
$ 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.
- Some html design improvements.
- Some input fields checks.