Developing a simulation to answer questions in morphogenesis, development, cancer, regeneration, and collective intelligence.
- Click on "Code".
- Clone the main branch using "git clone" with HTTPS or SSH. Alternatively, just download the zip file.
- Change directories to the ScaleFreeCognition folder.
- With Linux or MacOS, run "conda env create -f environment.yml"
- conda activate mesamultineat
- Under the Experiments folder, find the experiment you want to run.
- Change the sys.path line so that the path to your ScaleFreeCognition folder is accurate
- From ScaleFreeCognition directory, run python on Experiments/[desired_experiment].py