Re: BulkIteration and BroadcastVariables

2016-04-11 Thread Aljoscha Krettek
on regarding the BulkIteration and BroadcastVariables: > The BulkIteration by default has one input variable and sends one variable > into the next iteration, right? > What if I need to collect some intermediate results in each iteration? How > would I do that? > > For example in my code b

BulkIteration and BroadcastVariables

2016-03-30 Thread Lydia Ickler
Hi all, I have a question regarding the BulkIteration and BroadcastVariables: The BulkIteration by default has one input variable and sends one variable into the next iteration, right? What if I need to collect some intermediate results in each iteration? How would I do that? For example in my