How to Design and Build New Populations and ActionsΒΆ

This section shows step by step how to plan and implement new action and population classes.

For this tutorial we model the infecton of a host poulation with viruses.

Planning

Implementation of the action class ``Virus``

Implementation of the population class ``VirusHostPop``

Compiling and Running