iteration

Functions

is_unknown(value)

Classes

IterationConfiguration()

Defines how parameters should be iterated over.

StepsConfiguration(steps)

Define the parameter iteration of a sequence as a list of steps.

ExecuteShot()

Step that represents the execution of a shot.

VariableDeclaration(variable, value)

Represents the declaration of a variable.

LinspaceLoop(sub_steps, variable, start, ...)

Represents a loop that iterates between two values with a fixed number of steps.

ArangeLoop(sub_steps, variable, start, stop, ...)

Represents a loop that iterates between two values with a fixed step size.

ContainsSubSteps(sub_steps)

Unknown()

Instances of this class represent an unknown positive integer.