1870-Schliemann-001, (Last updated: 1871-10-20)
Schliemann, Heinrich
(Author, Copyright Holder)
Angourakis, Andreas
(Author, Copyright Holder, Creator)
Go to repository | Download (0.06 MB) |
Algorithm
NetLogo Python
Modelling: | agent calculation |
Programming: | Functional Object-oriented |
Regions: | Global Eastern Mediterranean |
Periods: | Bronze Age Mycenaean |
Subjects: | war |
Click on nodes for details
by Heinrich “Dummy” Schliemann (NASSA submission 🚀)
This module takes the strength of two armies, one aggressor and another defender, and calculates the level of destruction of the defenders’ city. The destructive effect over the defenders’ city is proportional to the two contending strengths and a constant rate per unit of strength of the aggressor matched by the defender.
MIT
Homer. 1865. The Iliad of Homer. J. Murray (trad.).
This model is a algorithm implemented in NetLogo and Python 3. Disclaimer: the code might require updates since it was written in the 19th century.
Overview of the algorithm:
\[warEffect=-destructionRate*\frac{(attackerStrength)^2}{defenderStrength} \]
See full list of documentation resources in documentation
.