Skip to main content

Loop Until

Synopsis

Performs its inner operators until some condition is met.

Description

Performs its inner operators until all given criteria are met or a timeout occurs.

Input

input

Output

output

Parameters

set iteration macro

Selects if in each iteration a macro with the current iteration number is set.

macro name

The name of the iteration macro.

macro start value

The number which is set for the macro in the first iteration.

condition on data

If checked, conditions for the loop abortion based on the example set can be defined.

min attributes

Minimal number of attributes in first example set

max attributes

Maximal number of attributes in first example set

min examples

Minimal number of examples in first example set

max examples

Maximal number of examples in first example set

condition on performance

If checked, conditions for the loop abortion based on the performance can be defined.

min criterion

Minimal main criterion in first performance vector

max criterion

Maximal main criterion in first performance vector

performance change

Stop when performance of inner chain behaves like this. 'none' means to ignore any performance changes.

max iterations

Maximum number of iterations

limit time

If checked, the loop will be aborted at last after a specified time.

timeout

Timeout in minutes

condition before

Evaluate condition before inner chain is applied (true) or after?