ParameterIterationParallel output
Greets Folks,
The ParameterIteration operator exposes a value for performance, which can be logged against the values iterated. As far as I can see, its parallel cousin ParameterIterationParallel does not; moreover, if you log the values it iterates over it seems that all entries reflect only the last values. So if you were iterating one parameter over A, B, and C and another over 1,2,and 3 all process log entries would contain C and 3. Is there a way round this?
The ParameterIteration operator exposes a value for performance, which can be logged against the values iterated. As far as I can see, its parallel cousin ParameterIterationParallel does not; moreover, if you log the values it iterates over it seems that all entries reflect only the last values. So if you were iterating one parameter over A, B, and C and another over 1,2,and 3 all process log entries would contain C and 3. Is there a way round this?