Hello,
I understand that any goal can be executed by an engine. This means that an engine is created and then the goal called within the engine.
I am wondering, could it be possible to clone a running engine – to generate a new engine with a state of a current engine intact?
One use cases for such a feature is in case the cost of initializing an engine is higher relative to cloning one, and when initialization can be shared across engines.
Dan