Strategy python
From KratosWiki
(Difference between revisions)
(→initializee) |
(→initialize) |
||
Line 3: | Line 3: | ||
== initialize == | == initialize == | ||
calls ''Initialize'' and ''InitializeElements'' of the ''Scheme'' | calls ''Initialize'' and ''InitializeElements'' of the ''Scheme'' | ||
+ | *''Initilize'' is intended to be called just once when the strategy is initialized | ||
+ | *''InitializeElements'' calls Initialize function of the elements |
Revision as of 07:37, 12 March 2008
functions in strategy_python are descibed here
initialize
calls Initialize and InitializeElements of the Scheme
- Initilize is intended to be called just once when the strategy is initialized
- InitializeElements calls Initialize function of the elements