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
Currently, Strategies are implemented as stateful objects, one per Agent, but they don't have to be as each time calculations are setup from scratch. We can reduce memory bloat by moving them to stateless objects.
The text was updated successfully, but these errors were encountered:
Currently, Strategies are implemented as stateful objects, one per Agent, but they don't have to be as each time calculations are setup from scratch. We can reduce memory bloat by moving them to stateless objects.
The text was updated successfully, but these errors were encountered: