Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.4 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.4 KB

Artificial Life: csc207-hw04

Group members:

Elise Bargman, Ally R. Entirely pair programmed.

Project Summary:

Created a simple organism modeling program that simulates a population containing three classes of organisms (defectors, cooperators, and partial cooperators) as they compete to survive and reproduce.

Tests and Report/Analysis in PDF

Note about ALifeSim versus ALifeSimExpt

We made two main methods in order to handle testing: ALifeSim and ALifeSimExpt. Our ALifeSim class is the same as what the assignment asked for. Our ALifeSimExpt class semi-automates the testing process required for the assignment. It takes similar input as ALifeSim, but does not take a population size. Instead, it runs ALifeSim with the given inputs for population sizes 10 and 100, for ten trials each (with different seeds each time.)

Sources: