1. Introduction
Project-based manufacturing features multiple isolated projects with precedence constraints, multi-mode activities, and limited multi-skilled staff resources. This produces a research focus on multi-skill resource-constrained scheduling problems [
1]. Industry domains such as heavy machinery and aerospace add large instance sizes and numerous real-world extensions that challenge pure exact methods and motivate simulation-based and hybrid solution approaches [
2,
3,
4]. Employees often manage workforce planning manually, despite significant investments in digitalization and automation at the production facility. Unlike traditional manufacturing scheduling, project-based environments face multi-project complexity, with simultaneous projects competing for shared resources in this case. Workers with multi-skill requirements possess various and frequently overlapping competencies. Uncertainty in work duration and resource availability are among the important criteria for manufacturing companies. The planning horizons of these companies can range from weeks to months. Complex task dependencies within and between projects create priority constraints. Despite these complex conditions, many manufacturing companies are lagging behind in using technology for daily labor planning and scheduling. Industry 4.0 systems provide fast and reliable automation and analytics, but supervisors still rely on manual schedules, spreadsheets, and trial-and-error adjustments to organize work [
5,
6]. These approaches are a greater challenge in project-type production environments where each order has unique characteristics, non-repetitive task sequences, and varying skill requirements. Therefore, in this study, a project-type production business example was examined, and a solution proposal for the workforce scheduling approach was investigated using an artificial intelligence approach [
7,
8].
One of the disadvantages of manual labor planning is that it is an activity that takes approximately 72 minutes for each production supervisor per day. At the same time, resource utilization and timely delivery performance rates were recorded at approximately 68% and 71%, respectively [
9,
10]. Although these levels damage customer relationships, they increase unit costs, and managers often fail to focus on labor planning and improvement activities as the source of the problem. Labor planning is even more challenging in small and medium-sized enterprises (SMEs) due to limited buffers and weaker economies of scale. Enterprise Resource Planning (ERP) systems with advanced planning and scheduling modules have been adopted by some large companies, albeit at high costs.
In contrast, SMEs often rely on manual planning. This study specifically aims to present a solution that SMEs can implement. The reason is that SMEs make up about half of the GDP of industrialized nations and employ more than 60% of the manufacturing workforce [
11].
This study suggests an artificial intelligence-based method that can address the limitations of the manual approach at a minimal cost. Machine learning and transformer architectures, the most common applications in artificial intelligence, provide a 15–30% improvement over traditional heuristic methods in the literature and reduce the computation time by 50–80% in benchmark examples [
12,
13]. However, the application of machine learning in manufacturing has generally been disfavored because it often requires extensive training data, a GPU or distributed computing infrastructure, and specialized machine learning expertise [
14].
This paper introduces a genetic algorithm (GA) optimization framework adapted for small and medium-sized enterprises (SMEs) due to existing limitations. Three complementary techniques with proven industrial reliability have been integrated. The first method used was GA, one of the artificial intelligence algorithms, which provides a global search in a discrete multimodal solution space without gradient or convexity assumptions [
15,
16]. In the problem addressed, a data set was created that contains short historical time periods covering performance data from production sites collected regularly over 4 to 8 weeks. This data is used to calibrate the distributions of tenure and worker turnover, thereby avoiding reliance on multi-year records or large, labeled datasets. Secondly, Monte Carlo Simulation (MCS) quantifies the distributional results by capturing stochastic worker performance, task duration variability, and disruptions. As a third method, Taguchi orthogonal array experiments were used to determine parameter settings that are robust to the observed variability in the simulation model and the current production process. The Taguchi method uses orthogonal arrays to determine parameter settings that maintain performance in the face of environmental variation through a small number of structured experiments. This proposed approach for a solution can be applied to all standard tasks. At the same time, it was presented to production managers in a clear and interpretable format with a custom interface. The application was completed in 2 to 3 weeks in two sample facilities, and the performance was maintained under uncertainty. The focus of the study is on practical effectiveness and applicability, rather than algorithmic innovation. This study is the first research to present an artificial intelligence-supported combined solution framework for workforce scheduling and planning in the literature. The original contribution of this study is that, instead of developing complex metaheuristic designs for theoretical innovation, it offers a practical optimization framework by integrating established methods from the literature in a way suitable for SMEs, and this framework is empirically validated in real manufacturing facilities.
With this methodology, the completion times for tasks assigned to employees have been reduced by 13–15%. Verification over 18 months at two facilities that manufacture project-type machinery proved this improvement. Selected deterministic instances were solved for review with exact MILP solvers as an optimality baseline. Full-scale stochastic instances were handled by the proposed GA–MCS–Taguchi pipeline for practical runtimes. As explained in
Section 3, an open-source framework has been created to support data replication and data transfer. A solution targeting SMEs with moderate digital maturity has been presented, characterized by regular collection of empirical verification, production, and timekeeping data; updating of skills matrices; and access to basic industrial engineering or operations expertise. Therefore, the findings apply primarily to this segment, rather than to all firms.
The effectiveness of the framework depends on three prerequisites: (i) the availability of information about task prioritization, (ii) measurable performance variability between workers, and (iii) the commitment of management to data-driven scheduling. In the proposed framework, ‘intelligence’ also refers to a combination of adaptive metaheuristic search, uncertainty-aware assessment, and deployment-oriented design that supports planning managers in complex multi-skill production environments. Environments with highly unpredictable task arrivals or substantial but unmeasurable performance heterogeneity are less suitable for optimization-based scheduling. In such cases, the underlying models cannot reliably capture task loads or worker capabilities.
Figure 1 presents the integrated structural framework developed for this study.
In this direction, the following sections of the study are presented in order: literature review, methodological framework, results obtained, and performance analysis, followed by discussion and conclusion sections.
2. Literature Review
Workforce scheduling in project-based manufacturing has evolved from a niche research area to a critical operational capability with substantial practical impact. The literature demonstrates clear pathways from theoretical optimization to industrial implementation, although significant gaps remain in scalability under uncertainty and human factors. This includes long-term integration and adoption studies. In project-type production environments, where workforce planning is based on multi-skill requirements, this becomes an even more complex problem under priorities and constraints [
7,
8,
17]. Practical reviews have repeatedly pointed out the gap between planning theory and routine industrial use, especially in dynamic environments [
18,
19]. Persistent gaps suggest that method availability alone has not been sufficient without deployment-oriented designs tailored to operational realities. Furthermore, capacity utilization has remained around 77%, which means that there is room for efficiency gains driven by scheduling [
20]. Because this situation most affected the delivery date, the delivery benchmarks have been different, with world-class performance targets much higher than what is generally done [
21].
MILP models are widely used to integrate project planning with workforce allocation. These approaches are used to ensure that the cost and time factors are minimized. These models can generate optimal solutions for small and medium-sized change problems, and optional over-budget selection can be made using various weighting methods. As the problem size increases, the solution conditions increase; therefore, the practical use of MILP models in real-time industrial applications is limited.
Although LP methods are powerful for sample sizes, the fragmentation methods they involve are complex to implement and require significant programming resources. On the other hand, meta-versions and hybrid algorithms, where large sample times are common, offer scalability and flexibility that exact methods cannot provide [
22]. Memetic approaches, which combine GA and local search methods, outperform greedy searches on large samples. The key features of memetic approaches are (i) preserving diversity while finding solutions by performing population-based searches, (ii) using adaptive operators such as crossover, and (iii) improving local search networks by combining global GA search locally [
23]. Another hybrid application is the GA + SA (a hybrid method of genetic algorithm and simulated annealing), which combines the local optimum problem of GA with the registration power of SA. These hybrids in the literature balance diversity, improve early convergence, and refine search strategies by looking at the quality of the solution [
24].
There are implementation challenges in capturing the specific rules of empirical studies, such as shift constraints, competency requirements, and the number of workers, which often necessitate custom-tailored LP or hybrid solutions; MILP alone may not be able to optimize without customization [
25,
26]. To make accurate process time estimates, it is necessary to use skill matrices and their availability data, but these data are often missing or outdated. Frequent operational disruptions, such as worker absenteeism, equipment failures, and changes in work priorities, require experts to be able to reschedule operations quickly. Planning managers may resist “black box” optimization systems, whereas transparency and explainability are critical in planning.
Critical success factors obtained from the literature and companies, as well as gaps in the literature, require combining optimization with simulation. The accurate and rapid results achieved with these studies build user trust and justify the vision of continuous investment to improve key performance indicators (KPIs) [
2,
3]. Stochastic formulations and data-driven reallocation also address processing time variability and disruptions; SA and matheuristics are practical approaches [
3]. A significant gap in the existing literature is the widespread assumption that workers are interchangeable within skill categories, coupled with limited attention to individual preferences, job satisfaction, team dynamics, collaboration effectiveness, fatigue-related productivity changes, and learning or forgetting effects. Overcoming these limitations requires incorporating behavioral models into scheduling optimization, considering employee well-being and work-life balance, optimizing team composition beyond basic skill matching, and validating productivity assumptions with empirical evidence in real industrial settings. Our study contributes to a scalable solution that offers a practical and ready-to-use application with openly shared source code, incorporating probabilistic factors and comprehensive multi-skill structures, adaptable to large-scale environments, thus providing a robust and viable solution to the limitations identified in the literature. To our knowledge, there are no studies have been published that combine genetic algorithms, Monte Carlo simulation, and the Taguchi method in a unified methodological approach to workforce planning. This study addresses this gap in the literature by using AI-based GA and incorporating the Taguchi method for parameter determination and MCS to more effectively model and evaluate uncertainty.
Genetic Algorithm (GA) has been shown to be effective for discrete and constraint-rich workforce scheduling, using population-based global search and multi-objective handling [
27,
28,
29]. Adaptive crossover strategies and job-based encoding schemes have further improved GA performance in scheduling contexts [
30,
31], while artificial immune systems and ordered flow shop variants have extended the metaheuristic toolkit [
32,
33,
34,
35]. This research gap indicates that explicit uncertainty assessment should be integrated with search rather than relying on retrospective sensitivity analyzes.
Monte Carlo Simulation (MCS) has been utilized to quantify stochasticity in productivity, task times, and availability; thus, distributional results and robustness can be examined rather than simple point estimates [
36,
37,
38]. Although GA and MCS have been combined in specific scheduling and maintenance contexts, integrated GA–MCS approaches to workforce scheduling have remained comparatively sparse or narrowly confined [
39,
40,
41,
42,
43,
44,
45]. This lack of exploration is particularly limiting in situations where variability significantly undermines deterministic schedules [
46]. In contrast, stochastic programming and robust optimization can impose substantial modeling and computational burdens under high-dimensional uncertainty, limiting feasibility in the context of SMEs.
The suggested approach utilizes the Taguchi layer as a systematic and resource-efficient parameter-tuning mechanism, supplanting ad hoc trial-and-error and facilitating the selection of robust GA configurations through a limited number of controlled tests. Using orthogonal arrays and signal-to-noise analysis, Taguchi determines parameter values that achieve both high average performance and minimal variability in stochastic situations, thus offering a pragmatically robust configuration appropriate for the environment of SMEs. Taguchi’s orthogonal arrays and signal-to-noise analysis provide robustness against noise factors while sharply reducing the experimental burden, which aligns well with constraints of SMEs [
47,
48,
49,
50,
51]. Multi-response Taguchi designs have also been applied in the balance of manufacturing lines to simultaneously control multiple performance criteria, illustrating the suitability of the method to jointly address station count, workforce size and, productivity in real industrial settings [
52]. Although Taguchi strategies have been used to tune GA for scheduling, applications have remained fragmented and seldom coupled with explicit stochastic evaluation [
53,
54,
55]. Hence, positioning Taguchi as an algorithmic parameter-design layer on top of stochastic evaluation directly targets environmental drift without inflating tuning cost.
Meanwhile, recent studies on intelligent manufacturing scheduling consistently emphasize the importance of reducing the number of evaluated configurations, for example, through Automated guided vehicle routing heuristics, solid-wood production GA schedulers, digital-twin-enabled monitoring and intelligent scheduling, metaheuristic production sequencing in tire mixing operations, re-manufacturing design optimization, and simulation–optimization schemes in additive manufacturing and Industry 5.0 decision support, because fully exploring the decision space is computationally and operationally impractical in real plants [
56,
57,
58,
59,
60]. Adaptive GA and hybrid simulation-optimization frameworks are designed to achieve robust parameter settings within limited evaluation budgets, similar to orthogonal-array designs that minimize exhaustive experiments. Evidence supports the use of orthogonal arrays in the Taguchi methodology, where conducting nine experiments instead of 27 for three three-level factors significantly reduces effort while maintaining robustness, which is crucial for resource management [
61,
62].
The proposed approach integrates GA, MCS, and the Taguchi method to provide a scalable and robust intelligent optimization framework that can operate effectively under stochastic conditions and multi-skill requirements. The Taguchi layer replaces traditional trial-and-error parameter tuning with a systematic, resource-efficient design strategy that identifies parameter settings, delivering high performance and stability. To indicate methodological strength, a deterministic formulation was used. In this way, by ensuring that intuitive outputs are based on optimal references, they are a benchmark for representative subsets using exact MILP solvers. However, the overall real-world problem was solved by the intelligent workforce scheduling created in this study, as the solution times of the deterministic methods under uncertainty increased. The resulting method not only addresses the algorithmic limitations noted in the literature but also introduces a deployable, interface-ready solution whose open-source implementation supports reproducibility and industrial uptake.
5. Discussion
The empirical results indicate that the proposed GA–MCS–Taguchi framework yields consistent improvements in project-based manufacturing. Across the two validation facilities, task completion times and delivery delays are reduced, and planning time drops by more than four-fifths, with all key effects statistically significant and operationally meaningful. These improvements are achieved alongside a conservative annual risk-adjusted ROI of roughly 248%, indicating that the system is not only algorithmically effective but also economically and organizationally viable under operating conditions.
From a theoretical standpoint, the study contributes to workforce scheduling and hybrid optimization in several directions. First, the multi-objective formulation and associated fitness function explicitly couple competency-adjusted makespan, workload balance, and competency alignment, providing a structured way to handle tradeoffs that are often treated informally in practice. Second, the integration of GA, MCS, and Taguchi design demonstrably outperforms the constituent components in isolation. The metaheuristic search explores the combinatorial space of assignments, the stochastic evaluation propagates uncertainty in execution times, and the robust parameter design stabilizes algorithmic performance without requiring exhaustive tuning. This notion further extends standard optimization criteria by emphasizing that sustained use and integration into day-to-day routines are necessary conditions for realizing the full value of algorithmic improvements. In this study, deployment-adjusted effectiveness is operationalized through joint observation of (i) statistically significant improvements in the core KPIs, (ii) sustained user adoption above 80% in operation, and (iii) conservative risk-adjusted ROI based on lower-bound benefit estimates reported in
Table 9.
The results indicate that advanced optimization can coexist with transparency and operational usability. The skills matrix, along with the web-based interfaces, allows planners and supervisors to review assignments instead of simply accepting “black box” recommendations. The substantial decrease in planning time, along with a more balanced job distribution and decreased delays, indicates that the framework can free up managerial capacity for higher-level decision-making while simultaneously improving workplace performance. The deployment-adjusted perspective provides a pragmatic framework for assessing future digital initiatives: strategies that excel in simulations yet fail to sustain adoption would be explicitly penalized.
These contributions, however, should be viewed in light of several limitations that restrict generalizability. First, the empirical validation is based on two case facilities rather than a statistically representative sample of SMEs. The study therefore supports analytic generalization, demonstrating that the proposed framework can be applied under specific conditions rather than making population-wide inferences about all SMEs. The validation period, although it can extend up to 18 months of operation, may not fully capture long-term dynamics, such as structural changes in product mix, learning effects, or major demand shocks. The empirical focus on project-based manufacturing limits direct applicability to process industries, where continuous flows, different bottleneck structures, and alternative performance metrics may require a non-trivial reformulation of the model.
A second limitation relates to the type of SMEs for which the framework is immediately suitable. Both facilities are located in the same geographic area, share generally similar regulatory and institutional conditions, and have moderate digital maturity: routinely collected order and timekeeping data, an up-to-date skill matrix, and at least one staff member with basic industrial engineering or operations expertise [
70]. Recent surveys in Europe indicate that 73% of SMEs reach basic digital intensity and 95% maintain broadband internet access, yet only 22% provide ICT training to staff [
71,
72].OECD data further reveal persistent adoption gaps between SMEs and large firms in sophisticated technologies such as enterprise resource planning, customer relationship management, and big data analytics [
73]. Therefore, the results should not be seen as evidence that the framework can be implemented in all SMEs, especially not in micro-enterprises or organizations with highly fragmented data and very low levels of digitalization. Instead, the findings suggest that for SMEs with these minimum capabilities, the GA–MCS–Taguchi system can be deployed on standard hardware in a short time frame and produce significant performance improvements.
A further limitation is that systematic large-scale benchmarking against commercial exact solvers was not conducted in realistic stochastic instances. While the deterministic core formulation is standard and solvable for small cases, a comprehensive comparison on larger problem sizes is left for future research.
These constraints delineate clear opportunities for future research, including larger, multi-site studies with stratified samples of SMEs across various sectors, such as process and service industries, and at different levels of digital sophistication, as well as long-term evaluations conducted over extended periods. Adapting the model to settings with limited data and low digital maturity, for example, by using surrogate models, simplified metrics, or hybrid manual and algorithmic procedures, is a crucial step toward greater inclusiveness. Additionally, exploring alternative versions of the concept of deployment-adjusted effectiveness, such as incorporating learning curves, fairness considerations, or resilience indicators, constitutes a promising avenue for advancing both the generalizability and equity of outcomes.
6. Conclusions
The results show that labor scheduling in project-based manufacturing can be effectively addressed with a hybrid approach combining a meta-heuristic optimization, a stochastic evaluation, and parameter design with a multi-criteria decision-making method. In the system proposed in this study, GA, MCS, and the Taguchi method were used together, and a modular web-based application was created with this new method. This approach enables the application of advanced optimization in industrial environments while maintaining transparency and control, and allows production personnel to oversee the process. Although the study is conducted in a project-based enterprise, it can be adapted to different production environments with multi-skilled and labor constraints.
The results of two production facilities show statistically consistent and operationally significant improvements in mission duration, delivery performance, and planning effort, which occurred simultaneously with high user adoption and strong risk-adjusted return on investment. These results demonstrate that the framework not only improves the quality of solutions but also systematically improves daily operational performance and decision-making processes when integrated into a broader digital transformation program.
Beyond the context of workforce planning, the proposed approach points to a more general design pattern that brings optimization research closer to industrial application. It combines multi-objective modeling of operational trade-offs, explicit representation of uncertainty through simulation, systematic and efficient adjustment of algorithm parameters, and a focus on distribution and application quality in field conditions rather than headline technical metrics. As production systems become more human-centric, data-intensive, and operationally variable, the need for such integrated and ready-to-deploy designs will increase to translate advanced analytics into lasting gains on the shop floor. Future work could extend this research line by integrating machine learning components into the framework, which would strengthen uncertainty prediction and support adaptable, time-sensitive decision updates in complex labor environments.