Exploring the effectiveness of surrogate-assisted evolutionary algorithms on the batch processing problem
Mohamed Z. Variawa, Terence L. Van Zyl, Matthew Woolway

TL;DR
This paper evaluates how surrogate models can enhance evolutionary algorithms like GA and DE in solving a batch processing optimization problem, showing potential improvements but also highlighting the importance of hyper-parameter tuning.
Contribution
It introduces a surrogate-assisted framework for evolutionary algorithms applied to batch processing, demonstrating its impact on solution quality across different scenarios.
Findings
Surrogate-assisted algorithms can improve solution quality in some cases.
Hyper-parameter tuning is crucial for surrogate-assisted methods.
Surrogates may cause deterioration if not properly tuned.
Abstract
Real-world optimisation problems typically have objective functions which cannot be expressed analytically. These optimisation problems are evaluated through expensive physical experiments or simulations. Cheap approximations of the objective function can reduce the computational requirements for solving these expensive optimisation problems. These cheap approximations may be machine learning or statistical models and are known as surrogate models. This paper introduces a simulation of a well-known batch processing problem in the literature. Evolutionary algorithms such as Genetic Algorithm (GA), Differential Evolution (DE) are used to find the optimal schedule for the simulation. We then compare the quality of solutions obtained by the surrogate-assisted versions of the algorithms against the baseline algorithms. Surrogate-assistance is achieved through Probablistic Surrogate-Assisted…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Metaheuristic Optimization Algorithms Research · Evolutionary Algorithms and Applications
MethodsGenetic Algorithms
