Model.generate_actions#

Model.generate_actions(targets, step_size=1000)[source]#

Generates actions for memory-optimized run

Returns a list of actions for execute_actions() to perform a memory-optimized calculation. See execute_actions() for details.

Parameters:
  • targetslist of ItemNode.

  • step_size (int, optional) – Number of calculations in a step.

Returns:

list of actions.