Parameters: Difference between revisions
No edit summary |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Navbox | {{Navbox | ||
|title= | |title=''EvoLudo'' Documentation | ||
|navbar=off | |navbar=off | ||
|list1=[[ | |list1=[[Graphical User Interface|Graphical User Interface]] | ||
| | |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]] | |||
}} | }} | ||
''A word of warning: In perfect agreement with the vast majority of software projects, the code of the '' | ''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 [[{{TALKPAGENAME}}|talk page]].'' | ||
Clicking on the Params button of the '' | Clicking on the Params button of the ''EvoLudo'' applets opens a panel to change various parameter settings: | ||
Line 16: | Line 17: | ||
<imagemap> | <imagemap> | ||
Image:Params Game.png| | Image:Params Game.png| | ||
rect 80 26 136 47 [[ | 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 [[ | rect 0 48 518 279 [[Parameters/Game|Parameter settings for games]] | ||
rect 0 280 129 310 [[# | rect 0 280 129 310 [[Parameters#Bottom Panel|Discard changes, close parameter panel]] | ||
rect 130 280 257 310 [[# | rect 130 280 257 310 [[Parameters#Bottom Panel|Discard changes, revert to previous settings]] | ||
rect 258 280 387 310 [[# | rect 258 280 387 310 [[Parameters#Bottom Panel|Apply changes]] | ||
rect 388 280 518 310 [[# | 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: [[ | 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. | ||
;[[ | ;[[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. | ||
[[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:
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.