Closed mtfishman closed 4 years ago
resetoptimizer! could just be defined by overloading Base.empty!, since it is implementing the same concept of emptying a container.
resetoptimizer!
Base.empty!
resetoptimizer! is removed in #123, and there isn't a need for empty!.
empty!
resetoptimizer!
could just be defined by overloadingBase.empty!
, since it is implementing the same concept of emptying a container.