Example scripts for defSim || Discrete Event Framework for Social Influence Models
New to defSim? Learn how to use defSim in this quick introduction
For a description of all of defSim's functions, see the documentation
ExperimentClass.ipynbexample of the use of the main 'Experiment' function, used to run many replications of simulation runs.SimilarityAdoption.ipynbincludes an implementation of the SimilarityAdoption influence function included in Axelrod's seminal 1997 JCR paper.NewAttributeInitializer.ipynbillustrates how you could program your own attribute initializer, following the defSim framework.ModularNetworkModification.ipynbshowcases a highly modular use of defSim splitting initialization and simulation to allow for network manipulation.