Loop Until
						(AI Studio Core)
					
    
    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 (IOObject)
Output
output (IOObject)
Parameters
- set iteration macroSelects if in each iteration a macro with the current iteration number is set.
 - macro nameThe name of the iteration macro.
 - macro start valueThe number which is set for the macro in the first iteration.
 - condition on dataIf checked, conditions for the loop abortion based on the example set can be defined.
 - min attributesMinimal number of attributes in first example set
 - max attributesMaximal number of attributes in first example set
 - min examplesMinimal number of examples in first example set
 - max examplesMaximal number of examples in first example set
 - condition on performanceIf checked, conditions for the loop abortion based on the performance can be defined.
 - min criterionMinimal main criterion in first performance vector
 - max criterionMaximal main criterion in first performance vector
 - performance changeStop when performance of inner chain behaves like this. 'none' means to ignore any performance changes.
 - max iterationsMaximum number of iterations
 - limit timeIf checked, the loop will be aborted at last after a specified time.
 - timeoutTimeout in minutes
 - condition beforeEvaluate condition before inner chain is applied (true) or after?