GLOBe ===== :code:`GLOBe` is also a toolbox for benchmarking and comparing global optimization algorithms over a suite of test functions. It provides a standardized framework to evaluate the performance of various optimizers using different metrics. The benchmarking suite consists of a class :code:`GLOBe` that takes as input a list of optimizers, a list of benchmark functions, a list of metrics, and the bounds for the optimization problems. The :code:`run` method executes the optimization algorithms on the benchmark functions for a specified number of runs and computes the performance metrics. .. automodule:: globe.globe :members: :show-inheritance: :undoc-members: