Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 501 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 501 Bytes

lanchester

Dataset and source code for applying Approximate Bayesian Computation to evaluate Lanchester's laws of combat

Data

  • each csv file contains the battles for one of the 4 periods

Code

  • lanchester.py contains the implementation of the four examined models and some utility classes.
  • example.py is an example of the simulation. It outputs the simulation of 2 models for the first period
  • abc.py implements ABC using a rejection algorithm. For further information type './abc.py --help'