You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A custom clone method is helpful; allowing planning actions to provide their own has advantages:
A planning action knows what state it modifies. With a well structured model planning action can return a shallow copy, with only relevant sections re-allocated (uses less memory)
In turn this makes equality compares much faster, because un-modified refs can be detected right away.
The text was updated successfully, but these errors were encountered:
A custom clone method is helpful; allowing planning actions to provide their own has advantages:
The text was updated successfully, but these errors were encountered: