layout | title | permalink |
---|---|---|
page |
Competitions and Workshops |
/competitions |
We are currently hosting three competitions as part of GECCO 2024
The many-affine BBOB function suite MA-BBOB extends the classic BBOB benchmark suite of the COCO environment by combining its 24 base functions. With this competition, we solicit algorithms designed to optimize anytime performance on the MA-BBOB functions. More information on this competition can be found here
The Competition - Evolutionary Submodular Optimisation GECCO 2024, supporting Aneta Neumann and Saba Sadeghi Ahouei (University of Adelaide, Australia). For this competition, a python notebook with explicit examples can be found here.
The
For this competition, a python notebook with explicit examples can be found here. More details on this competition can be found here.
The Competition - Evolutionary Submodular Optimisation GECCO 2023, supporting Aneta Neumann, Frank Neumann (University of Adelaide, Australia), and Chao Qian (Nanjing University, China). For this competition, a python notebook with explicit examples can be found here.
The
For this competition, a python notebook with explicit examples can be found here. More details on this competition can be found here.
The SBOX-COST workshop at GECCO 2023 focusses on bound-constrained single-objective, noiseless, continuous optimization. For this workshop, a python notebook with explicit examples can be found here.
Benchmarking plays a critical role in the design and development of optimization algorithms. The way in which benchmark suites are set up thus influences the set of algorithms recommended to practitioners and biases the goals of algorithm designers. The focus of this workshop is on benchmarking algorithms on problems with box constraints (i.e. upper and lower limits on the input variables defining the domain of the search space). In practical applications, evaluating points outside of the domain is often impossible, or not sensible, and as such, should be avoided. However, in benchmarking as practiced today, problems are well-defined even outside of the stated parameter ranges, which translates to the algorithms being able to safely ignore these ranges and operate on infeasible solutions.
Setting up box constraints represents the simplest type of constraints and gives rise to the so-called box-constrained problems. In this workshop, we will discuss in more detail how the presence of box-constraints impacts the performance of optimization algorithms and provide participants with a new variant of the BBOB suite called SBOX-COST for continuous, single-objective, noiseless optimization.