Simulating Population Dynamics P Systems with Proportional Object Distribution

From The P-Lingua Website

(Difference between revisions)
Jump to: navigation, search
Current revision (06:57, 24 August 2012) (view source)
 
(4 intermediate revisions not shown.)
Line 1: Line 1:
Population Dynamics P systems (PDP systems, in short) refer to a formal framework for ecological modelling. The semantics of the model associates probabilities with rules, but the rules are also applied in a maximally parallel way.  
Population Dynamics P systems (PDP systems, in short) refer to a formal framework for ecological modelling. The semantics of the model associates probabilities with rules, but the rules are also applied in a maximally parallel way.  
-
This webpage includes all the material used in the paper [http://www.gcn.us.es/10BWMC/10BWMCvolII/papers/dcba.pdf DCBA: Simulating population dynamics P systems with proportional object distribution]. The paper introduces the Direct distribution based on Consistent Blocks Algorithm (DCBA), a simulation algorithm which address the inherent non-determinism of the models by distributing proportionally the resources. A model for the Bearded Vulture has been used as example.
+
This webpage includes all the material used in the paper [http://www.gcn.us.es/10BWMC/10BWMCvolII/papers/dcba.pdf DCBA: Simulating population dynamics P systems with proportional object distribution]. The paper introduces the Direct distribution based on Consistent Blocks Algorithm (DCBA), a simulation algorithm which address the inherent non-determinism of the models by distributing proportionally the resources. A model for the Bearded Vulture ecosystem has been used as example.
== Materials ==
== Materials ==
Line 10: Line 10:
== Instructions==
== Instructions==
-
# Put the files [[Media:SimulationWorkflow.jar]] and [[Media:Bearded_vulture_BWMC12.pli]] in a folder.
+
# Put the files [[Media:SimulationWorkflow.jar|SimulationWorkflow.jar]] and [[Media:Bearded_vulture_BWMC12.pli|Bearded_vulture_BWMC12.pli]] in a folder.
-
# From the command-line, navigate to the folder and write: ''java -jar SimulationWorkflow.jar'' (a Java Runtime Environment is needed)
+
# From the command-line, navigate to the folder and write: '''java -jar SimulationWorkflow.jar''' (a Java Runtime Environment is needed)

Current revision

Population Dynamics P systems (PDP systems, in short) refer to a formal framework for ecological modelling. The semantics of the model associates probabilities with rules, but the rules are also applied in a maximally parallel way.

This webpage includes all the material used in the paper DCBA: Simulating population dynamics P systems with proportional object distribution. The paper introduces the Direct distribution based on Consistent Blocks Algorithm (DCBA), a simulation algorithm which address the inherent non-determinism of the models by distributing proportionally the resources. A model for the Bearded Vulture ecosystem has been used as example.

Materials

Instructions

  1. Put the files SimulationWorkflow.jar and Bearded_vulture_BWMC12.pli in a folder.
  2. From the command-line, navigate to the folder and write: java -jar SimulationWorkflow.jar (a Java Runtime Environment is needed)
Personal tools