Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
patcher_continuous_state [2018/07/04 15:32]
britaldo
patcher_continuous_state [2018/10/15 13:36] (current)
britaldo [Outputs]
Line 6: Line 6:
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| Landscape ​ | [[Categorical ​Map Type]] ​ | Map of classes or categories.  |+| Landscape ​ | [[Map Type]] ​ | Map of continuous values of a stock variable.  |
 | Probabilities ​ | [[Map Type]] ​ | Map of spatial probabilities. ​ | | Probabilities ​ | [[Map Type]] ​ | Map of spatial probabilities. ​ |
-| Changes ​ | [[Change Matrix Type]] ​ | Matrix of number of changes.  |+| Changes ​ | [[Change Matrix Type]] ​ | Matrix of change volume.  |
 | Transition Parameters ​ | [[Transition Function Parameter Matrix Type]] ​ | Matrix of transition function parameters consisting of Mean Patch size, Patch size variance, and isometry. By varying these parameters, various spatial patterns can be reproduced (see examples on [[patterns_of_change|Patterns of Change]]). Increase the patch size for a less-fragmented landscape. Increase the patch size variance for a more diverse landscape, and set isometry greater than one for more isometric patches. Tipically, the isometry defines the aggregation level of a patch. Assuming that v is the current isometry value, 0<v<1 forces disaggregation,​ v>1 forces aggregation and v=1 is ignored. The mean patch size and the variance define the size of the new patches. ​ | | Transition Parameters ​ | [[Transition Function Parameter Matrix Type]] ​ | Matrix of transition function parameters consisting of Mean Patch size, Patch size variance, and isometry. By varying these parameters, various spatial patterns can be reproduced (see examples on [[patterns_of_change|Patterns of Change]]). Increase the patch size for a less-fragmented landscape. Increase the patch size variance for a more diverse landscape, and set isometry greater than one for more isometric patches. Tipically, the isometry defines the aggregation level of a patch. Assuming that v is the current isometry value, 0<v<1 forces disaggregation,​ v>1 forces aggregation and v=1 is ignored. The mean patch size and the variance define the size of the new patches. ​ |
  
Line 21: Line 21:
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| Changed Landscape ​ | [[ Categorical ​Map Type]] ​ | Map of classes or categories.  |+| Changed Landscape ​ | [[ Map Type]] ​ | Map of continuous values of a stock variable.  |
 | Corroded Probabilities ​ | [[Map Type]] ​ | Map of depleted spatial probabilities. Where a change occurred, the probability value is set to zero.  | | Corroded Probabilities ​ | [[Map Type]] ​ | Map of depleted spatial probabilities. Where a change occurred, the probability value is set to zero.  |
-| Remaining Changes ​ | [[Change Matrix Type]] ​ | Matrix ​of number ​of remaining ​number of changes ​for each type of transition in case the functor does not succeed in making all the specified changes. ​ |+| Remaining Changes ​ | [[Change Matrix Type]] ​ | Matrix of remaining ​volume ​for each type of transition in case the functor does not succeed in making all the specified changes. ​ |
  
 ===== Group ===== ===== Group =====
Line 31: Line 31:
 ===== Notes =====  ===== Notes ===== 
  
-Dinamica EGO uses as a local [[wp>​Cellular_automaton|CA]] rule in its transition engine composed of two complementary transition functions, the Expander and the Patcher. Dinamica EGO splits the cell selection mechanism into these processes. The first process is dedicated only to the expansion or contraction of previous patches of a certain class, and it is called Expander. The second process is designed to generate or form new patches through a seeding mechanism, and it is called Patcher. The Patch Isometry is a number varying from 0 to 2. The patches assume a more isometric form as this number increases. The size of new patches and expansion fringes are set according to a lognormal probability distribution. Therefore, it is necessary to specify the parameters of this distribution represented by the mean and variance of the patch sizes to be formed. The combination of Dinamica EGO's transition function presents numerous possibilities with respect to the generation and evolvement of spatial patterns of change. ​ 
  
-The Patcher function searches for cells around a chosen location for a combined transition. This is done firstly by electing the core cell of the new patch and then selecting a specific number of cells around the core cell, according to their P<​sub>​ij</​sub>​ transition probabilities,​ as depicted below: 
- 
-[{{ :​patcher001.gif?​nolink&​ |The Patcher algorithm for choosing neighboring cells.}}] 
- 
-See [[patterns_of_change|Patterns of Change]] for different examples of patches generated using [[Patcher]] and [[Expander]]. 
  
 ===== Internal Name =====  ===== Internal Name =====