PROBLEM
Currently, actions in Sherpa cannot be chained together to create a composite chained action. This functionality can come in handy when one needs to combine multiple actions to create a new action. I'm considering the following
Each action in the chained action can be a singular action or again another atomic action
Each action's input can either rely on the input when executing the action or the output of a previous action.
The argument when executing this chained action can be automatically calculated by examining the dependency at 2
PROBLEM Currently, actions in Sherpa cannot be chained together to create a composite chained action. This functionality can come in handy when one needs to combine multiple actions to create a new action. I'm considering the following