Iteration Cycle abstract discussion #330
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Input for Iteration:
Case if iterations are not mentioned If iterations are not given EM should consider the iterations to be Scope of an iteration: current stages in EM:
An Iteration is from stage |
Beta Was this translation helpful? Give feedback.
-
Process flow in an iteration:
Changes in ETD required: The current ETD is designed to store the results of one iteration, here we need a new set of abstractions for storing the results on an iteration basis. As ETD holds contents of
contents of
|
Beta Was this translation helpful? Give feedback.
-
Current EM Implementation has support only for one iteration, EM design should be changed to fit in the requirement for iterations. The Finite state machine (FSM) state transfers are currently based on the
EMStageRegistry
, the state transfer control should be transferred partially to the states in FSM to take the decision to go back a particular state so that we can get an iteration over some particular states.Beta Was this translation helpful? Give feedback.
All reactions