Abstract The blackbox optimization benchmarking biobj-mixed-integer (bbob-biobj-mixint) test suite comprises 92 noiseless mixed-integer bi-objective test functions. Each benchmark function is provided in dimensions [5, 10, 20, 40, 80, 160] with 15 instances. Please refer to the paper for details about each benchmark function.
APIs class Problem(function_id: int, dimension: int, instance_id: int = 1) function_id: ID of the bbob benchmark function to use. It must be in the range of [1, 92].
Abstract The blackbox optimization benchmarking mixed-integer (bbob-mixint) test suite comprises 24 noiseless mixed-integer single-objective test functions. Each benchmark function is provided in dimensions [5, 10, 20, 40, 80, 160] with 15 instances. Please refer to the paper for details about each benchmark function.
APIs class Problem(function_id: int, dimension: int, instance_id: int = 1) function_id: ID of the bbob benchmark function to use. It must be in the range of [1, 24].