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. Seeexecute_actions()for details.- Parameters:
- Returns:
listof actions.
See also