Tutorial: Missing branch condition
michel7
New Altair Community Member
Hi,
there is a condition in the tutorial Looping, Branching and Appending: max_examples > %{max size}. I miss the comparison operator ">".
Thanks for explanation,
Michel
there is a condition in the tutorial Looping, Branching and Appending: max_examples > %{max size}. I miss the comparison operator ">".
Thanks for explanation,
Michel
0
Best Answer
-
The comparison operator is implied, not specified, based on the condition (which will either stipulate "min" or "max"). So you don't need to set anything, just run the process and it will branch based on whether the value is above or below the threshold.5
Answers
-
The comparison operator is implied, not specified, based on the condition (which will either stipulate "min" or "max"). So you don't need to set anything, just run the process and it will branch based on whether the value is above or below the threshold.5