Exemplo n.º 1
0
        public ExampleMainOrganization() : base("Symu")
        {
            Models.Influence.On = true;
            Models.Beliefs.On   = true;

            Models.Generator = RandomGenerator.RandomUniform;
            Murphies.SetOff();
            Murphies.IncompleteBelief.On = true;

            // Interaction sphere setup
            Models.InteractionSphere.On = true;
            Models.InteractionSphere.SphereUpdateOverTime    = true;
            Models.InteractionSphere.RandomlyGeneratedSphere = false;
            Models.InteractionSphere.RelativeBeliefWeight    = 0.5F;
            Models.InteractionSphere.RelativeActivityWeight  = 0;
            Models.InteractionSphere.RelativeKnowledgeWeight = 0.25F;
            Models.InteractionSphere.SocialDemographicWeight = 0.25F;

            Communication.Email.CostToReceiveLevel = GenericLevel.None;
            Communication.Email.CostToSendLevel    = GenericLevel.None;
        }
Exemplo n.º 2
0
 public ExampleMainOrganization() : base("symu")
 {
     Murphies.SetOff();
 }