Nuacht

When you call "super.init (config)" in the init method as shown above, you are actually passing the config object to the constructor of the GenericServlet.
where class OptimizationAlgorithm is calling init on nn.Module even though it doesn't inherit from it (but probably should inherit?). which is also manually calling init on nn.Module and is explicitly ...