Model Output Clause Samples
POPULAR SAMPLE Copied 1 times
Model Output. “Model Output” means the output and data that is derived from running a Model.
Model Output. “Model Output” means any data or information obtained through running or performing any experiments with the Model including but not limited to model outputs, charts, plots, statistics, logs, reports, animations, pictures.
Model Output. The main detail of what is happening is shown in the text displayed with the output window to the right. What is shown here depends on the debugging options above this. If debug? is true then the calling of every high-level procedure is shown along with values it is called with. If trace? is true then only the actions of agents are logged. Setting aft-go? to true means both of these only have effect after setup is finished. If any string is entered into the filter-string box then only those lines which include this string are shown, allowing logs that only record what happens to one agent etc. If the pause? option is enabled then the code will pause every time it reaches a “_p” statement in the code, to facilitate step-by-step debugging.
