From eea1edb065c89150fd68374b4d456d1ea3bef336 Mon Sep 17 00:00:00 2001 From: ShuaiqunPan Date: Thu, 16 Oct 2025 11:02:52 +0200 Subject: [PATCH 01/15] Add PorkchopPlot, KinematicsRobotArm, VehicleDynamics real-world problems --- problems.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/problems.yaml b/problems.yaml index 8d3a3c0..6c099fd 100644 --- a/problems.yaml +++ b/problems.yaml @@ -858,3 +858,45 @@ implementation: source (real-world/artificial): 'artificial' textual description: '' +- name: PorkchopPlotInterplanetaryTrajectory + suite/generator/single: suite + objectives: '1' + dimensionality: 2 + variable type: continuous + constraints: 'no' + dynamic: 'no' + noise: 'no' + multimodal: 'yes' + multi-fidelity: 'no' + reference: https://ieeexplore.ieee.org/abstract/document/11042973 + implementation: https://github.com/ShuaiqunPan/Transfer_Random_forests_BBOB_Real_world + source (real-world/artificial): 'real-world' + textual description: '' +- name: KinematicsRobotArm + suite/generator/single: suite + objectives: '1' + dimensionality: 21 + variable type: continuous + constraints: 'no' + dynamic: 'no' + noise: 'no' + multimodal: 'no' + multi-fidelity: 'no' + reference: https://gaussianprocess.org/gpml/chapters/RW.pdf + implementation: https://github.com/ShuaiqunPan/Transfer_Random_forests_BBOB_Real_world + source (real-world/artificial): 'real-world' + textual description: '' +- name: VehicleDynamics + suite/generator/single: suite + objectives: '1' + dimensionality: 2 + variable type: continuous + constraints: 'no' + dynamic: 'no' + noise: 'no' + multimodal: 'yes' + multi-fidelity: 'no' + reference: https://www.scitepress.org/Papers/2023/121580/121580.pdf + implementation: https://zenodo.org/records/8307853 + source (real-world/artificial): 'real-world' + textual description: '' From 4d0a2caa4c0bc6fe64be65f71853ee98781f7ed1 Mon Sep 17 00:00:00 2001 From: Koen van der Blom Date: Wed, 29 Oct 2025 12:12:43 +0100 Subject: [PATCH 02/15] Add global search box, and update webpage. --- docs/index.html | 47 +++++++++++++++++++++++++++++++++++++++++++- docs/javascript.html | 2 +- docs/problems.html | 45 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 92 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index ad3eef9..77e7146 100644 --- a/docs/index.html +++ b/docs/index.html @@ -943,13 +943,58 @@

OPL – Optimisation problem library

https://doi.org/10.1145/3449726.3459521 None + + PorkchopPlotInterplanetaryTrajectory + + suite + 1 + 2 + continuous + no + no + no + no + real-world + https://ieeexplore.ieee.org/abstract/document/11042973 + https://github.com/ShuaiqunPan/Transfer_Random_forests_BBOB_Real_world + + + KinematicsRobotArm + + suite + 1 + 21 + continuous + no + no + no + no + real-world + https://gaussianprocess.org/gpml/chapters/RW.pdf + https://github.com/ShuaiqunPan/Transfer_Random_forests_BBOB_Real_world + + + VehicleDynamics + + suite + 1 + 2 + continuous + no + no + no + no + real-world + https://www.scitepress.org/Papers/2023/121580/121580.pdf + https://zenodo.org/records/8307853 + name textual description suite/generator/single objectives dimensionality variable type constraints dynamic noise multi-fidelity source (real-world/artificial) reference implementation