Parameters: Difference between revisions

From EvoLudo
mNo edit summary
Fairfield (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
|title=''EvoLudo'' Documentation
|title=''EvoLudo'' Documentation
|navbar=off
|navbar=off
|list1=[[Documentation|Graphical User Interface]]{{·}} [[Parameters|Parameters]]{{·}} [[Data Views|Data Views]]
|list1=[[Graphical User Interface|Graphical User Interface]]
|list2=[[Parameters#Game|Game]]{{·}} [[Parameters/Player|Player]]{{·}} [[Parameters/Population|Population]]{{·}} [[Parameters/Structure|Structure]]{{·}} [[Parameters/Misc|Miscellaneous]]{{·}} [[Parameters/PDE|PDE]]
|list2=[[Parameters|Parameters]]{{·}} [[Data Views|Data Views]]
|list3=[[Parameters/Game|Game]]{{·}} [[Parameters/Player|Player]]{{·}} [[Parameters/Population|Population]]{{·}} [[Parameters/Structure|Structure]]{{·}} [[Parameters/Misc|Miscellaneous]]{{·}} [[Parameters/PDE|PDE]]
}}
}}


Line 16: Line 17:
<imagemap>
<imagemap>
Image:Params Game.png|
Image:Params Game.png|
rect 80 26 136 47 [[#Game|Characteristics of interactions]]
rect 80 26 136 47 [[Parameters/Game|Characteristics of interactions]]
rect 137 26 196 47 [[Parameters/Player|Updating players]]
rect 137 26 196 47 [[Parameters/Player|Updating players]]
rect 197 26 286 47 [[Parameters/Population|Updating the population]]
rect 197 26 286 47 [[Parameters/Population|Updating the population]]
Line 22: Line 23:
rect 367 26 418 47 [[Parameters/Misc|Miscellaneous - mutations, migration, initialization]]
rect 367 26 418 47 [[Parameters/Misc|Miscellaneous - mutations, migration, initialization]]
rect 419 26 465 47 [[Parameters/PDE|Numerical integration of PDE's]]
rect 419 26 465 47 [[Parameters/PDE|Numerical integration of PDE's]]
rect 0 48 518 279 [[#Parameters|Parameter settings for games]]
rect 0 48 518 279 [[Parameters/Game|Parameter settings for games]]
rect 0 280 129 310 [[#Parameters|Discard changes, close parameter panel]]
rect 0 280 129 310 [[Parameters#Bottom Panel|Discard changes, close parameter panel]]
rect 130 280 257 310 [[#Parameters|Discard changes, revert to previous settings]]
rect 130 280 257 310 [[Parameters#Bottom Panel|Discard changes, revert to previous settings]]
rect 258 280 387 310 [[#Parameters|Apply changes]]
rect 258 280 387 310 [[Parameters#Bottom Panel|Apply changes]]
rect 388 280 518 310 [[#Parameters|Apply changes, close parameter panel]]
rect 388 280 518 310 [[Parameters#Bottom Panel|Apply changes, close parameter panel]]
desc none
desc none
</imagemap>
</imagemap>
Line 33: Line 34:
</center>
</center>


==Top Panel==
The parameters are divided into different categories: [[#Game|Game]], [[Parameters/Player|Player]], [[Parameters/Population|Population]], [[Parameters/Structure|Structure]], [[Parameters/Misc|Misc]] and possibly [[Parameters/PDE|PDE]]. For a brief description of each parameter group click the tabs on the image above or follow the links below.
The parameters are divided into different categories: [[Parameters/Game|Game]], [[Parameters/Player|Player]], [[Parameters/Population|Population]], [[Parameters/Structure|Structure]], [[Parameters/Misc|Misc]] and possibly [[Parameters/PDE|PDE]]. For a brief description of each parameter group click the tabs on the image above or follow the links below.


;[[#Game|Game]]
;[[Parameters/Game|Game]]
:Group of parameters that characterizes the interaction between individuals.
:Group of parameters that characterizes the interaction between individuals.
;[[Parameters/Player|Player]]
;[[Parameters/Player|Player]]
Line 49: Line 50:
:Group of parameters to control and fine tune the numerical integration of partial differential equations.  This is not available for all types of models/games.
:Group of parameters to control and fine tune the numerical integration of partial differential equations.  This is not available for all types of models/games.


 
==Bottom Panel==
The buttons along bottom of the parameter panel apply or discard new settings.
The buttons along bottom of the parameter panel apply or discard new settings.


Line 61: Line 62:
:Applies new parameter settings and closes the parameter panel.
:Applies new parameter settings and closes the parameter panel.


==Game==
This group of parameters is game specific and varies for the different types of ''EvoLudo'' labs. Generally you will find here parameters that determine e.g. the costs and benefits of cooperative behavior and the initial frequencies of the different strategies or the range of initial strategies, respectively.


[[Category:Documentation]]
[[Category:Documentation]]
[[Category:Christoph Hauert]]
[[Category:Christoph Hauert]]

Latest revision as of 09:20, 15 March 2010

A word of warning: In perfect agreement with the vast majority of software projects, the code of the EvoLudo project tends to evolve much faster than the technical documentation... Therefore, this page may contain outdated or incomplete information - please bear with me or, even better, leave your questions, comments and corrections on the talk page.


Clicking on the Params button of the EvoLudo applets opens a panel to change various parameter settings:


Characteristics of interactionsUpdating playersUpdating the populationStructure of the populationMiscellaneous - mutations, migration, initializationNumerical integration of PDE'sParameter settings for gamesDiscard changes, close parameter panelDiscard changes, revert to previous settingsApply changesApply changes, close parameter panel
Panel to set the game parameters

This panel depicts the game parameters for 2×2 Games.

Top Panel

The parameters are divided into different categories: Game, Player, Population, Structure, Misc and possibly PDE. For a brief description of each parameter group click the tabs on the image above or follow the links below.

Game
Group of parameters that characterizes the interaction between individuals.
Player
Group of parameters describing the propagation of strategies.
Population
Group of parameters specifying the size of the population and the updating procedure.
Structure
Group of parameters defining the structure of the population.
Misc
Group of parameters determining the initial configuration, mutation rates, migration rates etc.
PDE
Group of parameters to control and fine tune the numerical integration of partial differential equations. This is not available for all types of models/games.

Bottom Panel

The buttons along bottom of the parameter panel apply or discard new settings.

Cancel
Closes the parameter panel and discards changes of the parameters leaving all settings untouched.
Revert
Discards parameter changes and reverts all parameters to the current setting of the simulation engine.
Apply
Applies and verifies new parameter settings. Parameters that did not pass verification are adjusted to acceptable values. Details concerning parameter adjustments are provided on the Console.
OK
Applies new parameter settings and closes the parameter panel.