In order to ensure performance, I created a Java class "product", whose objects (created by "new product()") I push through my simulation. I read about deleting agents from a population. Does it make sense to delete those objects from AnyLogic, if not needed anymore performance wise, or is there no such function for created objects of Java class?
As of right now, I just remove them from a collection, if I'm done, and don't use/call them anymore.