libs/helpers-simco.nls

Helper functions usable in simco only due to interface variables not present in the simco-net-generator.

Summary
libs/helpers-simco.nlsHelper functions usable in simco only due to interface variables not present in the simco-net-generator.
report?Checks agent’s who against out-who from interface, used to filter SEU-output for testing purposes
run-profilerTriggers profiling of a test run run for a given number of ticks and prints results of profiler-extension.
my-profilerRun run-profiler for 2 ticks
change-long-time-limitChanges agents’ long time limits concerning bank account balance (used to change a scenario easily for testing purposes).
change-valuesAlters scenario-values due to input, given by behaviour-space or XML-experiment-definition.
reset-simulatorDeletes all scenario elements as well as variables used for measuring, to be used when conducting experiments via behaviour-space
update-globalsUpdates global statistic variables and GUI related variables for manual controlling interventions.

report?

to-report report?

Checks agent’s who against out-who from interface, used to filter SEU-output for testing purposes

Returns

true for the who-number given in the interface, false otherwise.

run-profiler

to run-profiler [number-of-ticks]

Triggers profiling of a test run run for a given number of ticks and prints results of profiler-extension.

my-profiler

to my-profiler

Run run-profiler for 2 ticks

change-long-time-limit

to change-long-time-limit [my-value]

Changes agents’ long time limits concerning bank account balance (used to change a scenario easily for testing purposes).

Parameters

my-valueint, the new value to be set as long time limit.

change-values

to change-values

Alters scenario-values due to input, given by behaviour-space or XML-experiment-definition.  Used to change a scenario easily for testing or experimenting purposes.

reset-simulator

to reset-simulator

Deletes all scenario elements as well as variables used for measuring, to be used when conducting experiments via behaviour-space

update-globals

to update-globals

Updates global statistic variables and GUI related variables for manual controlling interventions.

to-report report?
Checks agent’s who against out-who from interface, used to filter SEU-output for testing purposes
to run-profiler [number-of-ticks]
Triggers profiling of a test run run for a given number of ticks and prints results of profiler-extension.
to my-profiler
Run run-profiler for 2 ticks
to change-long-time-limit [my-value]
Changes agents’ long time limits concerning bank account balance (used to change a scenario easily for testing purposes).
to change-values
Alters scenario-values due to input, given by behaviour-space or XML-experiment-definition.
to reset-simulator
Deletes all scenario elements as well as variables used for measuring, to be used when conducting experiments via behaviour-space
to update-globals
Updates global statistic variables and GUI related variables for manual controlling interventions.
Close