Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (103)

Search Parameters:
Keywords = heuristic optimisation

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
25 pages, 640 KiB  
Article
M-Race: A Racing Algorithm for the Tuning of Meta-Heuristics Based on Multiple Performance Objectives
by Christoff Jordaan, Andries Engelbrecht and Kian Anderson
Appl. Sci. 2025, 15(14), 7658; https://doi.org/10.3390/app15147658 - 8 Jul 2025
Viewed by 215
Abstract
The performance of meta-heuristic algorithms on optimisation problems depend on the values of control parameters. These parameters greatly influence the behaviour of algorithms and affect the quality of the solutions. In order to optimise an algorithm for a specific problem set, a structured [...] Read more.
The performance of meta-heuristic algorithms on optimisation problems depend on the values of control parameters. These parameters greatly influence the behaviour of algorithms and affect the quality of the solutions. In order to optimise an algorithm for a specific problem set, a structured approach is followed to carefully select the appropriate control parameters. This approach is called control parameter tuning. Most existing tuning approaches focus on tuning an algorithm based on only one performance objective, such as accuracy or convergence speed. However, these objectives often work against each other, and improving the algorithm based on one objective can worsen the performance based on another objective. For example, obtaining a more accurate solution generally requires the algorithm to run for a longer time. The goal of this research is to develop a tuning approach that takes multiple performance objectives into account when tuning the control parameters of a meta-heuristic. The result of the tuning algorithm presents the experimenter with multiple values for control parameters, each representing different trade-offs between the various objectives. Experimental results demonstrate that M-race successfully discovered between 9 and 15 non-dominated parameter configurations across benchmark functions for both particle swarm optimisation (PSO) and differential evolution (DE) algorithms. These non-dominated parameter configurations represent balances among the tuning objectives used. Full article
Show Figures

Figure 1

30 pages, 3588 KiB  
Article
Optimising Sensor Placement in Heritage Buildings: A Comparison of Model-Based and Data-Driven Approaches
by Estefanía Chaves, Alberto Barontini, Nuno Mendes and Víctor Compán
Sensors 2025, 25(13), 4212; https://doi.org/10.3390/s25134212 - 6 Jul 2025
Viewed by 293
Abstract
The long-term preservation of heritage structures relies on effective Structural Health Monitoring (SHM) systems, where sensor placement is key to ensuring early damage detection and guiding conservation efforts. Optimal Sensor Placement (OSP) methods offer a systematic framework to identify efficient sensor configurations, yet [...] Read more.
The long-term preservation of heritage structures relies on effective Structural Health Monitoring (SHM) systems, where sensor placement is key to ensuring early damage detection and guiding conservation efforts. Optimal Sensor Placement (OSP) methods offer a systematic framework to identify efficient sensor configurations, yet their application in historical buildings remains limited. Typically, OSP is driven by numerical models; however, in the context of heritage structures, these models are often affected by substantial uncertainties due to irregular geometries, heterogeneous materials, and unknown boundary conditions. In this scenario, data-driven approaches become particularly attractive as they eliminate the need for potentially unreliable models by relying directly on experimentally identified dynamic properties. This study investigates how the choice of input data influences OSP outcomes, using the Church of Santa Ana in Seville, Spain, as a representative case. Three data sources are considered: an uncalibrated numerical model, a calibrated model, and a data-driven set of modal parameters. Several OSP methods are implemented and systematically compared. The results underscore the decisive impact of the input data on the optimisation process. Although calibrated models may improve certain modal parameters, they do not necessarily translate into better sensor configurations. This highlights the potential of data-driven strategies to enhance the robustness and applicability of SHM systems in the complex and uncertain context of heritage buildings. Full article
(This article belongs to the Special Issue Feature Papers in Fault Diagnosis & Sensors 2025)
Show Figures

Figure 1

26 pages, 4983 KiB  
Article
Simulation and Optimisation Using a Digital Twin for Resilience-Based Management of Confined Aquifers
by Carlos Segundo Cohen-Manrique, José Luis Villa-Ramírez, Sergio Camacho-León, Yady Tatiana Solano-Correa, Alex A. Alvarez-Month and Oscar E. Coronado-Hernández
Water 2025, 17(13), 1973; https://doi.org/10.3390/w17131973 - 30 Jun 2025
Viewed by 325
Abstract
Efficient management of groundwater resources is essential for environmental sustainability. This study introduces the development and application of a digital twin (DT) for confined aquifers to optimise water extraction and ensure long-term sustainability. A resilience-based control model was implemented to manage the Morroa [...] Read more.
Efficient management of groundwater resources is essential for environmental sustainability. This study introduces the development and application of a digital twin (DT) for confined aquifers to optimise water extraction and ensure long-term sustainability. A resilience-based control model was implemented to manage the Morroa Aquifer (Colombia). This model integrated historical, hydrogeological, and climatic data acquired from in-situ sensors and satellite remote sensing. Several heuristic methods were employed to optimise the parameters of the objective function, which focused on managing water extraction in aquifer wells: grid search, genetic algorithms (GA), and particle swarm optimisation (PSO). The results indicated that the PSO algorithm yielded the lowest root mean square error (RMSE), achieving an optimal extraction rate of 8.3 l/s to maintain a target dynamic water level of 58.5 m. Furthermore, the model demonstrated the unsustainability of current extraction rates, even under high-rainfall conditions, highlighting the necessity for revising existing water extraction strategies to safeguard aquifer sustainability. To showcase its practical functionality, a DT prototype was deployed in a well within the Morroa piezometric network (Sucre, Colombia). This prototype utilised an ESP32 microcontroller and various sensors (DS18B20, SKU-SEN0161, SKU-DFR0300, SEN0237-A) to monitor water level, pH, dissolved oxygen, and temperature. The implementation of this DT proved to be a crucial tool for the efficient management of water resources. The proposed methodology provided key information to support decision-making by environmental management entities, thereby optimising monitoring and control processes. Full article
Show Figures

Figure 1

30 pages, 2368 KiB  
Article
A Hybrid Approach for Reachability Analysis of Complex Software Systems Using Fuzzy Adaptive Particle Swarm Optimization Algorithm and Rule Composition
by Nahid Salimi, Seyfollah Soleimani, Vahid Rafe and Davood Khodadad
Math. Comput. Appl. 2025, 30(3), 65; https://doi.org/10.3390/mca30030065 - 10 Jun 2025
Viewed by 399
Abstract
Model checking has become a widely used and precise technique for verifying software systems. However, a major challenge in model checking is state space explosion, which occurs due to the exponential memory usage required by the model checker. To address this issue, meta-heuristic [...] Read more.
Model checking has become a widely used and precise technique for verifying software systems. However, a major challenge in model checking is state space explosion, which occurs due to the exponential memory usage required by the model checker. To address this issue, meta-heuristic and evolutionary algorithms offer a promising solution by searching for a state where a property is either satisfied or violated. Recently, various evolutionary algorithms, such as Genetic Algorithms and Particle Swarm Optimization, have been applied to detect deadlock states. While these approaches have been useful, they primarily focus on deadlock detection. This paper proposes a fuzzy algorithm to analyse reachability properties in systems specified through Graph Transformation Systems with large state spaces. To achieve this, the existing Particle Swarm Optimisation algorithm, which is typically used for deadlock detection, has been extended to analyse reachability properties. To further enhance accuracy, a Fuzzy Adaptive Particle Swarm Optimization algorithm is introduced to determine which states and paths should be explored at each step-in order to find the corresponding reachable state. Additionally, the proposed hybrid algorithm was applied to models generated through rule composition to assess the impact of rule composition on execution time and the number of explored states. These approaches were implemented within an open-source toolset called GROOVE, which is used for designing and model checking Graph Transformation Systems. Experimental results demonstrate that proposed hybrid algorithm reduced verification time by up to 49.86% compared to Particle Swarm Optimization and 65.17% compared to Genetic Algorithms in reachability analysis of complex models. Furthermore, it explored 32.7% fewer states on average than the hybrid method based on Particle Swarm Optimization and Gravitational Search Algorithms, and 57.4% fewer states compared to Genetic Algorithms, indicating improved search efficiency. The application of rule composition further reduced execution time by 35.7% and the number of explored states by 41.2% in large-scale models. These results confirm that proposed hybrid algorithm significantly enhances reachability analysis in the systems modelled via Graph Transformation, improving both computational efficiency and scalability. Full article
Show Figures

Figure 1

34 pages, 20058 KiB  
Article
Image First or Text First? Optimising the Sequencing of Modalities in Large Language Model Prompting and Reasoning Tasks
by Grant Wardle and Teo Sušnjak
Big Data Cogn. Comput. 2025, 9(6), 149; https://doi.org/10.3390/bdcc9060149 - 3 Jun 2025
Viewed by 861
Abstract
Our study investigates how the sequencing of text and image inputs within multi-modal prompts affects the reasoning performance of Large Language Models (LLMs). Through empirical evaluations of three major commercial LLM vendors—OpenAI, Google, and Anthropic—alongside a user study on interaction strategies, we develop [...] Read more.
Our study investigates how the sequencing of text and image inputs within multi-modal prompts affects the reasoning performance of Large Language Models (LLMs). Through empirical evaluations of three major commercial LLM vendors—OpenAI, Google, and Anthropic—alongside a user study on interaction strategies, we develop and validate practical heuristics for optimising multi-modal prompt design. Our findings reveal that modality sequencing is a critical factor influencing reasoning performance, particularly in tasks with varying cognitive load and structural complexity. For simpler tasks involving a single image, positioning the modalities directly impacts model accuracy, whereas in complex, multi-step reasoning scenarios, the sequence must align with the logical structure of inference, often outweighing the specific placement of individual modalities. Furthermore, we identify systematic challenges in multi-hop reasoning within transformer-based architectures, where models demonstrate strong early-stage inference but struggle with integrating prior contextual information in later reasoning steps. Building on these insights, we propose a set of validated, user-centred heuristics for designing effective multi-modal prompts, enhancing both reasoning accuracy and user interaction with AI systems. Our contributions inform the design and usability of interactive intelligent systems, with implications for applications in education, medical imaging, legal document analysis, and customer support. By bridging the gap between intelligent system behaviour and user interaction strategies, this study provides actionable guidance on how users can effectively structure prompts to optimise multi-modal LLM reasoning within real-world, high-stakes decision-making contexts. Full article
Show Figures

Figure 1

22 pages, 1360 KiB  
Article
Comparison of Optimisation Techniques for the Electric Vehicle Scheduling Problem
by Jacques Wüst, Marthinus Johannes Booysen and James Bekker
Smart Cities 2025, 8(3), 85; https://doi.org/10.3390/smartcities8030085 - 21 May 2025
Viewed by 1044
Abstract
The Electric Vehicle Scheduling Problem (E-VSP) addresses the challenge of efficiently assigning predetermined trips to an electric vehicle fleet while accounting for charging infrastructure and battery range constraints. Despite numerous optimisation approaches proposed in the literature, comparative analyses of these methods remain scarce, [...] Read more.
The Electric Vehicle Scheduling Problem (E-VSP) addresses the challenge of efficiently assigning predetermined trips to an electric vehicle fleet while accounting for charging infrastructure and battery range constraints. Despite numerous optimisation approaches proposed in the literature, comparative analyses of these methods remain scarce, with researchers typically focusing on developing novel algorithms rather than evaluating existing algorithms. Moreover, studies often employ convenient assumptions tailored to improve the performance of their optimisation technique. This study presents a comprehensive comparison of several optimisation techniques (mixed integer linear programming (MILP) using the branch-and-cut algorithm, metaheuristics, and heuristics) applied to the E-VSP under identical assumptions and constraints. The techniques are evaluated across multiple metrics, including solution quality, computational efficiency, and implementation complexity. Findings reveal that the branch-and-cut algorithm cannot solve instances with more than 10 trips in a reasonable time. Among metaheuristics, only genetic algorithms and simulated annealing demonstrate competitive performance, but both struggle with instances exceeding 100 trips. Our recently developed heuristic algorithm consistently found better solutions in significantly shorter computation times than the metaheuristics due to its ability to efficiently navigate the solution space while respecting the unique constraints of the E-VSP. Full article
Show Figures

Figure 1

22 pages, 1775 KiB  
Article
A Hybrid Forecasting Model for Stock Price Prediction: The Case of Iranian Listed Companies
by Fatemeh Keyvani, Farzaneh Nassirzadeh, Davood Askarany and Ehsan Khansalar
J. Risk Financial Manag. 2025, 18(5), 281; https://doi.org/10.3390/jrfm18050281 - 19 May 2025
Viewed by 941
Abstract
This paper introduces advanced computational methods for stock price prediction, integrating Fast Recurrent Neural Networks (FastRNN) with meta-heuristic algorithms such as the Horse Herd Optimization Algorithm (HOA) and the Spotted Hyena Optimizer (SHO). By challenging the Efficient Market Hypothesis (EMH) and Random Walk [...] Read more.
This paper introduces advanced computational methods for stock price prediction, integrating Fast Recurrent Neural Networks (FastRNN) with meta-heuristic algorithms such as the Horse Herd Optimization Algorithm (HOA) and the Spotted Hyena Optimizer (SHO). By challenging the Efficient Market Hypothesis (EMH) and Random Walk Hypothesis, our research demonstrates the effectiveness of these hybrid models in semi-strong or weak-form efficient markets. The study leverages data from five listed Iranian companies (2011–2021) and 25 factors encompassing technical, fundamental, and economic considerations. Our findings highlight the superior accuracy of the FastRNN optimised by HOA, SHO, and a Generative Adversarial Network (GAN) in forecasting stock prices compared to conventional FastRNN models. This research contributes to the multidisciplinary field of computational economics, emphasising advanced computing capabilities to address complex economic problems through innovative econometrics, optimisation, and machine learning approaches. Full article
(This article belongs to the Special Issue Innovations and Challenges in Management Accounting)
Show Figures

Figure 1

17 pages, 1237 KiB  
Article
The Travelling Salesbaboon: Chacma Baboon Route Efficiency in Multi-Stop Daily Travel Routes
by Lynn Lewis-Bevan, Philippa Hammond, Susana Carvalho and Dora Biro
Wild 2025, 2(2), 18; https://doi.org/10.3390/wild2020018 - 8 May 2025
Cited by 1 | Viewed by 1929
Abstract
The ability to navigate through both familiar and unfamiliar environments is of critical importance for foraging efficiency, safety, and energy budgeting in wild animals. For animals that remain in the same home range annually, such as grey-footed chacma baboons (Papio ursinus griseipes [...] Read more.
The ability to navigate through both familiar and unfamiliar environments is of critical importance for foraging efficiency, safety, and energy budgeting in wild animals. For animals that remain in the same home range annually, such as grey-footed chacma baboons (Papio ursinus griseipes), movement efficiency is expected to reflect familiarity with the home range as well as the nature of the resources within it. For example, resources that are patchy, transient, or seasonal present a greater spatial cognitive challenge, and travel between them may be less efficient than for more widespread or permanent resources. Here, we analyse daily route efficiency in adult female grey-footed chacma baboons at Gorongosa National Park, Mozambique. We use GPS data taken at 15 min intervals from collars deployed on two baboons in each of two study troops (four total) to identify areas of interest used during daily ranging periods (sleep site to sleep site). We then compare the length of the route taken between a given day’s patches to routes calculated by two alternate optimisation heuristics as follows: the nearest neighbour method, in which the subject repeatedly travels to the next most proximate patch and does not necessarily return to the same place, and the Concorde algorithm, which calculates the shortest possible route connecting the day’s patches. We show that baboons travel more efficient routes than those yielded by the nearest-neighbour heuristic but less efficient routes than the Concorde method, implying some degree of route planning. We discuss our novel method of area of interest identification using only remote GPS data, as well as the implications of our findings for primate movement and cognition. Full article
Show Figures

Figure 1

29 pages, 7508 KiB  
Article
Reducing Computational Time in Pixel-Based Path Planning for GMA-DED by Using Multi-Armed Bandit Reinforcement Learning Algorithm
by Rafael P. Ferreira, Emil Schubert and Américo Scotti
J. Manuf. Mater. Process. 2025, 9(4), 107; https://doi.org/10.3390/jmmp9040107 - 25 Mar 2025
Viewed by 419
Abstract
This work presents an artificial intelligence technique to minimise path planning computer processing time for successful GMA-DED 3D printings. An advanced version of the Pixel space-filling-based strategy family is proposed and developed, using, originally for GMA-DED, an artificially intelligent Reinforcement Learning technique to [...] Read more.
This work presents an artificial intelligence technique to minimise path planning computer processing time for successful GMA-DED 3D printings. An advanced version of the Pixel space-filling-based strategy family is proposed and developed, using, originally for GMA-DED, an artificially intelligent Reinforcement Learning technique to optimise its heuristics. The initial concept was to boost the preceding Enhanced-Pixel version of the Pixel planning strategy by applying the solution of the Multi-Armed Bandit problem in the algorithms. Computational validation was initially performed to evaluate Advanced-Pixel improvements systematically and comparatively with the Enhanced-Pixel strategy. A testbed was set up to compare experimentally the performance of both algorithm versions. The results showed that the reduced processing time reached with the Advanced-Pixel strategy did not affect the performance gains of the Pixel strategy. A larger build was printed as a case study to conclude the study. The results outstand the artificially intelligent role of the Reinforcement Learning technique in printing more efficiently functional structures. Full article
Show Figures

Figure 1

20 pages, 963 KiB  
Article
A Deep Reinforcement Learning-Based Evolutionary Algorithm for Distributed Heterogeneous Green Hybrid Flowshop Scheduling
by Hua Xu, Lingxiang Huang, Juntai Tao, Chenjie Zhang and Jianlu Zheng
Processes 2025, 13(3), 728; https://doi.org/10.3390/pr13030728 - 3 Mar 2025
Viewed by 888
Abstract
Due to increasing energy consumption, green scheduling in the manufacturing industry has attracted great attention. In distributed manufacturing involving heterogeneous plants, accounting for complex work sequences and energy consumption poses a major challenge. To address distributed heterogeneous green hybrid flowshop scheduling (DHGHFSP) while [...] Read more.
Due to increasing energy consumption, green scheduling in the manufacturing industry has attracted great attention. In distributed manufacturing involving heterogeneous plants, accounting for complex work sequences and energy consumption poses a major challenge. To address distributed heterogeneous green hybrid flowshop scheduling (DHGHFSP) while optimising total weighted delay (TWD) and total energy consumption (TEC), a deep reinforcement learning-based evolutionary algorithm (DRLBEA) is proposed in this article. In the DRLBEA, a problem-based hybrid heuristic initialization with random-sized population is designed to generate a desirable initial solution. A bi-population evolutionary algorithm with global search and local search is used to obtain the elite archive. Moreover, a distributional Deep Q-Network (DQN) is trained to select the best local search strategy. Experimental results on 20 instances show a 9.8% increase in HV mean value and a 35.6% increase in IGD mean value over the state-of-the-art method. The results show the effectiveness and efficiency of the DRLBEA in solving DHGHFSP. Full article
(This article belongs to the Section Process Control and Monitoring)
Show Figures

Figure 1

25 pages, 3082 KiB  
Article
Double Deep Q-Network-Based Solution to a Dynamic, Energy-Efficient Hybrid Flow Shop Scheduling System with the Transport Process
by Qinglei Zhang, Huaqiang Si, Jiyun Qin, Jianguo Duan, Ying Zhou, Huaixia Shi and Liang Nie
Systems 2025, 13(3), 170; https://doi.org/10.3390/systems13030170 - 28 Feb 2025
Cited by 1 | Viewed by 788
Abstract
In this paper, a dynamic energy-efficient hybrid flow shop (TDEHFSP) scheduling model is proposed, considering random arrivals of new jobs and transport by transfer vehicles. To simultaneously optimise the maximum completion time and the total energy consumption, a co-evolutionary approach (DDQCE) using a [...] Read more.
In this paper, a dynamic energy-efficient hybrid flow shop (TDEHFSP) scheduling model is proposed, considering random arrivals of new jobs and transport by transfer vehicles. To simultaneously optimise the maximum completion time and the total energy consumption, a co-evolutionary approach (DDQCE) using a double deep Q-network (DDQN) is introduced, where global and local search tasks are assigned to different populations to optimise the use of computational resources. In addition, a multi-objective NEW heuristic strategy is implemented to generate an initial population with enhanced convergence and diversity. The DDQCE incorporates an energy-efficient strategy based on time interval ‘left shift’ and turn-on/off mechanisms, alongside a rescheduling model to manage dynamic disturbances. In addition, 36 test instances of varying sizes, simplified from the excavator boom manufacturing process, are designed for comparative experiments with traditional algorithms. The experimental results demonstrate that DDQCE achieves 40% more Pareto-optimal solutions compared to NSGA-II and MOEA/D while requiring 10% less computational time, confirming that this algorithm efficiently solves the TDEHFSP problem. Full article
(This article belongs to the Section Supply Chain Management)
Show Figures

Figure 1

37 pages, 6987 KiB  
Article
Mobility-as-a-Service Personalised Multi-Modal Multi-Objective Journey Planning with Machine-Learning-Guided Shortest-Path Algorithms
by Christopher Bayliss, Djamila Ouelhadj, Nima Dadashzadeh and Graham Fletcher
Appl. Sci. 2025, 15(4), 2052; https://doi.org/10.3390/app15042052 - 15 Feb 2025
Cited by 3 | Viewed by 1284
Abstract
Mobility-as-a-service (MaaS) apps provide a single platform for journey planning, booking, payment and ticketing, and are proposed as a medium for encouraging sustainable travel behaviour. Generating sustainable-vehicle-based journey alternatives can be formulated as a multi-modal multi-objective journey-planning problem, one that is known to [...] Read more.
Mobility-as-a-service (MaaS) apps provide a single platform for journey planning, booking, payment and ticketing, and are proposed as a medium for encouraging sustainable travel behaviour. Generating sustainable-vehicle-based journey alternatives can be formulated as a multi-modal multi-objective journey-planning problem, one that is known to have a prohibitively large solution space. Building on prior insights, we develop a scalable decomposition-based solution strategy. A Pareto set of journey profiles is generated based on inter-transfer-zone objective criteria contributions. Then, guided by neural-network predictions, extended versions of existing shortest-path algorithms for open and public transport networks are used to optimise the paths and transfers of journey profiles. A novel hybrid k-means and Dijkstra’s algorithm is introduced for generating transfer-zone samples while accounting for transport network connectivity. The resulting modularised algorithm knits together and extends the most effective existing shortest-path algorithms using neural networks as a look-ahead mechanism. In experiments based on a large-scale transport network, query response times are shown to be suitable for real-time applications and are found to be independent of transfer-zone sample size, despite smaller transfer-zone samples, leading to higher quality and more diverse Pareto sets of journeys: a win-win scenario. Full article
(This article belongs to the Special Issue Data Science and Machine Learning in Logistics and Transport)
Show Figures

Figure 1

47 pages, 6401 KiB  
Review
A Comprehensive Review of Dropout Prediction Methods Based on Multivariate Analysed Features of MOOC Platforms
by Saad Alghamdi, Ben Soh and Alice Li
Multimodal Technol. Interact. 2025, 9(1), 3; https://doi.org/10.3390/mti9010003 - 7 Jan 2025
Cited by 3 | Viewed by 3829
Abstract
Massive open online courses have revolutionised the learning environment, but their effectiveness is undermined by low completion rates. Traditional dropout prediction models in MOOCs often overlook complex factors like temporal dependencies and context-specific variables. These models are not adaptive enough to manage the [...] Read more.
Massive open online courses have revolutionised the learning environment, but their effectiveness is undermined by low completion rates. Traditional dropout prediction models in MOOCs often overlook complex factors like temporal dependencies and context-specific variables. These models are not adaptive enough to manage the dynamic nature of MOOC learning environments, resulting in inaccurate predictions and ineffective interventions. Accordingly, MOOCs dropout prediction models require more sophisticated artificial intelligence models that can address these limitations. Moreover, incorporating feature selection methods and explainable AI techniques can enhance the interpretability of these models, making them more actionable for educators and course designers. This paper provides a comprehensive review of various MOOCs dropout prediction methodologies, focusing on their strategies and research gaps. It highlights the growing MOOC environment and the potential for technology-driven gains in outcome accuracy. This review also discusses the use of advanced models based on machine learning, deep learning, and meta-heuristics approaches to improve course completion rates, optimise learning outcomes, and provide personalised educational experiences. Full article
Show Figures

Graphical abstract

27 pages, 959 KiB  
Review
From Integer Programming to Machine Learning: A Technical Review on Solving University Timetabling Problems
by Xin Gu, Muralee Krish, Shaleeza Sohail, Sweta Thakur, Fariza Sabrina and Zongwen Fan
Computation 2025, 13(1), 10; https://doi.org/10.3390/computation13010010 - 3 Jan 2025
Cited by 2 | Viewed by 2264
Abstract
Solving the university timetabling problem is crucial as it ensures efficient use of resources, minimises scheduling conflicts, and enhances overall productivity. This paper presents a comprehensive review of university timetabling problems using integer programming algorithms. This study explores various integer programming techniques and [...] Read more.
Solving the university timetabling problem is crucial as it ensures efficient use of resources, minimises scheduling conflicts, and enhances overall productivity. This paper presents a comprehensive review of university timetabling problems using integer programming algorithms. This study explores various integer programming techniques and their effectiveness in optimising complex scheduling requirements in higher education institutions. We analysed 95 integer programming-based models developed for solving university timetabling problems, covering relevant research from 1990 to 2023. The goal is to provide insights into the evolution of these algorithms and their impact on improving university scheduling. We identify that the implementation rate of models using integer programming is 98%, which is much higher than 34% implementation rates using meta-heuristics algorithms from the existing review. The integer programming models are analysed by the problem types, solutions, tools, and datasets. For three types of timetabling problems including course timetabling, class timetabling, and exam timetabling, we dive deeper into the commercial solvers CPLEX (47), Gurobi (11), Lingo (5), Open Solver (4), C++ GLPK (4), AIMMS (2), GAMS (2), XPRESS (2), CELCAT (1), AMPL (1), and Google OR-Tools CP-SAT (1) and identify that CPLEX is the most frequently used integer programming solver. We explored the uses of machine learning algorithms and the hybrid solutions of combining the integer programming and machine learning algorithms in higher education timetabling solutions. We also identify areas for future work, which includes an emphasis on using integer programming algorithms in other industrial areas, and using machine learning models for university timetabling to allow data-driven solutions. Full article
(This article belongs to the Section Computational Social Science)
Show Figures

Figure 1

23 pages, 4048 KiB  
Article
Universal and Automated Approaches for Optimising the Processing Order of Geometries in a CAM Tool for Redundant Galvanometer Scanner-Based Systems
by Daniel Kurth, Colin Reiff, Yujiao Jiang and Alexander Verl
Automation 2025, 6(1), 1; https://doi.org/10.3390/automation6010001 - 25 Dec 2024
Viewed by 1147
Abstract
The combination of highly dynamic systems with a limited work envelope with a less dynamic system with a larger working envelope promises to combine the advantages of both systems while eliminating the disadvantages. For these systems, separation algorithms determine the trajectories based on [...] Read more.
The combination of highly dynamic systems with a limited work envelope with a less dynamic system with a larger working envelope promises to combine the advantages of both systems while eliminating the disadvantages. For these systems, separation algorithms determine the trajectories based on the target geometries. However, arbitrary processing orders of these result in inefficient trajectories because successive geometries may be geometrically far apart. This causes the dynamic system to operate below its potential. Current planning tools do not optimise the processing order for such redundant systems. The aim is to design and implement a planning tool for the application of laser marking. The tool considers the processing order of the 2D geometries from a geometric point of view. The resulting sequenced path data can then be used by trajectory generation algorithms to make full use of the potential of redundant systems. The approach analyses literature on Travelling Salesman Problems (TSP), which is then transferred to the given application. A heuristic and a genetic algorithm are developed and integrated into a planning tool. The results show the heuristic algorithm being faster while still producing solutions whose total path length is similar to that of the genetic algorithm. Even though the solutions don’t meet any optimality standards, the presented automated approaches are superior to manual approaches and are to be seen as a starting point for further research. Full article
Show Figures

Figure 1

Back to TopTop