WOA¶ class gob.optimizers.particles.WOA.WOA.WOA(bounds, n_particles=200, iter=100, common_noise=None, verbose=False)[source]¶ Bases: Optimizer Interface for the WOA optimizer. minimize(f)[source]¶ Minimize a function using the optimizer. Parameters: f (Function) – The objective function. Returns: The minimum point and the minimum value. Return type: pair