Peer Review History
| Original SubmissionFebruary 11, 2026 |
|---|
|
-->PONE-D-26-07514-->-->Learning-based multi-objective hyper-heuristic algorithm for reconfigurable assembly line scheduling problems-->-->PLOS One Dear Dr. Li, Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process. Be sure to address these main issues in the revised version:-->
Please submit your revised manuscript by May 01 2026 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file. Please include the following items when submitting your revised manuscript:
If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter. If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols. Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols. We look forward to receiving your revised manuscript. Kind regards, Babak Aslani, Ph.D. Academic Editor PLOS One Journal requirements: When submitting your revision, we need you to address these additional requirements. 1. Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at https://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and 2. Please note that PLOS One has specific guidelines on code sharing for submissions in which author-generated code underpins the findings in the manuscript. In these cases, we expect all author-generated code to be made available without restrictions upon publication of the work. Please review our guidelines at https://journals.plos.org/plosone/s/materials-and-software-sharing#loc-sharing-code and ensure that your code is shared in a way that follows best practice and facilitates reproducibility and reuse. If the reviewer comments include a recommendation to cite specific previously published works, please review and evaluate these publications to determine whether they are relevant and should be cited. There is no requirement to cite these works unless the editor has indicated otherwise. [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions -->Comments to the Author 1. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. --> Reviewer #1: Yes Reviewer #2: Yes ********** -->2. Has the statistical analysis been performed appropriately and rigorously? --> Reviewer #1: No Reviewer #2: Yes ********** -->3. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified.--> Reviewer #1: Yes Reviewer #2: No ********** -->4. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here.--> Reviewer #1: Yes Reviewer #2: Yes ********** -->5. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters)--> Reviewer #1: My comments go thus: 1. Comment 1: The manuscript claims to propose a novel Q-learning-based multi-objective hyper-heuristic algorithm that integrates several metaheuristic operators (PSO, TLBO, WOA, and GWO). However, the novelty relative to existing reinforcement-learning-assisted metaheuristic frameworks is not sufficiently articulated. Many previous studies have already combined Q-learning with evolutionary or swarm-based optimization for adaptive operator selection. The authors should clearly explain what differentiates their approach from these existing methods, particularly regarding the structure of the hyper-heuristic, the operator adaptation mechanism, and the proposed density-aware leader selection strategy. A more explicit comparison with recent reinforcement-learning-assisted optimization frameworks would help establish the true methodological contribution of the study. 2. Comment 2: The experimental study evaluates the proposed algorithm using 100 generated benchmark instances, yet the manuscript does not clearly explain how these instances were generated. Key aspects such as parameter distributions, ranges for processing times, demand levels, reconfiguration costs, and part-frequency constraints are not described in sufficient detail. Without this information, the reproducibility of the experiments becomes limited. The authors should provide a clear description of the instance generation procedure, including parameter ranges, generation rules, and whether the datasets will be made publicly available. 3. Comment 3: Although the proposed algorithm is compared with nine state-of-the-art multi-objective algorithms, the manuscript does not provide sufficient statistical validation to support the claim that the proposed method consistently outperforms the competitors. The results are primarily reported through performance indicators without formal statistical testing. To strengthen the reliability of the conclusions, the authors should conduct appropriate statistical significance tests (e.g., Wilcoxon signed-rank test, Friedman test with post-hoc analysis) to verify whether the observed performance differences are statistically meaningful. 4. Comment 4: The proposed QMOHH algorithm relies on several parameters, including population size, learning rate, discount factor, ε-greedy exploration probability, and parameters specific to the underlying metaheuristic operators. However, the manuscript does not provide sufficient details about how these parameters were selected or tuned. It is unclear whether the parameter settings were chosen based on prior studies, preliminary experiments, or systematic tuning. Since algorithm performance can be highly sensitive to parameter settings, the authors should provide a detailed parameter table and explain the procedure used for parameter selection. Reviewer #2: The manuscript examines the Reconfigurable Assembly Line Scheduling Problem (RALSP) by introducing three fully linearized multi objective MILP models designed to jointly minimize reconfiguration cost, production workload imbalances, and deviations in logistics leveling. Building on this modeling foundation, the authors propose a Q learning based multi objective hyper heuristic (QMOHH) that combines operators originating from PSO, TLBO, WOA, and GWO within a single adaptive search framework. The performance of this approach is tested on a set of 100 synthetically generated instances, with results compared against nine established state of the art multi objective algorithms. Based on these experiments, the authors report strong empirical performance and claim statistical superiority of the proposed QMOHH over the competing methods. The manuscript benefits from several notable strengths. It offers an extensive and up to date literature review that covers foundational and contemporary research on reconfigurable manufacturing systems through 2025. The proposed hyper heuristic framework is well designed, modular, and readily extensible to other optimization settings. In addition, the case study is both realistic and well-motivated, effectively demonstrating the practical relevance of the proposed approach. Originality and Contribution The manuscript presents a series of three fully linearized MILP sub models whose structure and formulation are new, successfully overcoming limitations found in earlier nonlinear or logically inconsistent approaches. The integration of Q learning with several distinct metaheuristic operators into a unified hyper heuristic framework for the RALSP also represents an original and compelling methodological contribution. In addition, the numerical experiments are extensive and systematically performed, offering solid empirical support for the proposed approach. Comments: However, certain aspects of the contribution would benefit from clearer justification. In particular, the originality of the mathematical models should be demonstrated more explicitly, ideally through direct comparison with previously flawed formulations and a small illustrative example showing the specific ways in which earlier models fail. Some claims—such as the ability to produce “exact benchmarks”—should also be presented more cautiously, considering that exact solvability is inherently limited by instance size and computational scalability. Overall, the work meets the originality expectations of PLOS ONE, requiring only minor clarifications to strengthen the presentation of its contributions. Technical Quality of Experiments, Statistics, and Analyses — Revised Text The technical component of the study shows several commendable aspects. The experimental design is broad and systematic, employing a set of one hundred benchmark instances evaluated over ten independent runs, which provides a solid statistical base for assessing the performance of the proposed method. The authors also make appropriate use of Friedman tests, a non parametric statistical tool well suited for comparing algorithms when data do not follow a normal distribution. In addition, the MILP formulations are presented with clarity, including precise definitions of variables, indices, and the linearization strategies required to make the models solvable by standard optimization tools. Comments: Despite these strengths, the manuscript raises several concerns that require attention. 1. Reproducibility is limited by the absence of publicly accessible code; although the Taguchi method is mentioned for parameter calibration, the documentation of this process is insufficient to allow independent replication. 2. Although the MILP models are described as tractable, the manuscript provides no computational evidence supporting this claim, such as solver times, memory usage, or scalability observations for larger instances. 3. The Q learning mechanism employs a discretization of optimization progress into ten states, but this choice appears arbitrary and is not justified theoretically or empirically. Validity and Support of Conclusions — Revised Text The conclusions presented in the manuscript are largely supported by the experimental evidence. The results consistently indicate that QMOHH delivers improved performance across the examined benchmark instances, and the statistical analyses reinforce the authors’ claim of superiority over competing algorithms. These findings demonstrate that the proposed method is effective and competitive within the context of the study. Comments: At the same time, several elements call for a more cautious interpretation. 1. Although the conclusion that QMOHH achieves superior performance is generally substantiated, the manuscript does not address the role of random seeds in shaping the results, leaving unanswered questions regarding the robustness and stability of the reported improvements. 2. Additionally, some performance indicators—such as the 1 NHV values for particular instances—display overlapping confidence intervals between QMOHH and other high-performing algorithms. This overlap suggests that the superiority of QMOHH is not uniform across all cases and therefore should not be stated in absolute terms. Clarity, English Quality, and Organization — Revised Text The manuscript is, overall, clearly written and logically organized, which makes it accessible and easy to follow. Its structure is coherent, the progression of ideas is generally smooth, and the included figures and tables provide substantial detail that supports the technical explanations. Comments: 1. The manuscript would benefit from further refinement in several areas. Certain sections are noticeably lengthy and repeat ideas already stated elsewhere, suggesting that a more concise presentation would enhance clarity. • Section 2 — Literature Review This section is overly long and repeats core ideas about RMS and RALSP, as well as lengthy lists of studies that add little additional insight. Streamlining the discussion would improve clarity and highlight the paper’s own contribution more effectively. • Section 3 — Problem Description and Model Formulations The presentation of the MILP models is excessively detailed, reiterating explanations of variables, constraints, and linearization techniques multiple times. Reducing redundancy would make the section more focused and easier to follow. • Section 6 — Experimental Results The section is overloaded with repeated explanations of performance indicators and detailed descriptions of instance generation. Condensing the text would help foreground the key findings without compromising clarity. 2. Some visual elements, particularly Figure 5, appear overly complex and could be simplified so that their key messages become more immediately understandable. In conclusion, several issues must be addressed: 1. The data availability statement should comply with PLOS policies, which require that all data, code, and instance generators be made publicly accessible. 2. The reproducibility of the study needs improvement by providing full parameter settings, initial random seeds, detailed solver configurations, runtime statistics, and the corresponding pseudocode or source code. 3. The validation of the mathematical models would benefit from a clearer demonstration of the correctness of the linearization—ideally through a small illustrative numerical example—and from a more explicit explanation of how the ε constraint procedure is implemented. 4. The manuscript should clarify its novelty by more directly contrasting the proposed models with previous formulations, such as that of Yuan and Deng (2017), and by including a comparative table showing how earlier nonlinear constraints differ from the newly proposed linear ones. 5. A more explicit discussion of limitations is needed, particularly regarding the scalability of the MILP models, the sensitivity of the hyper heuristic’s parameters, and the possibility of overfitting to the synthetic benchmark instances. 6. The notation must be made consistent throughout the text, for example by standardizing expressions such as nm versus nm. 7. Unnecessary bold formatting applied to variables and operators should be removed to maintain a clean mathematical style. 8. The manuscript would benefit from offering clearer intuition behind the density‑aware leader selection strategy to help readers better understand its role within the proposed algorithm. ********** -->6. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.--> Reviewer #1: No Reviewer #2: No ********** [NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.] To ensure your figures meet our technical requirements, please review our figure guidelines: https://journals.plos.org/plosone/s/figures You may also use PLOS’s free figure tool, NAAS, to help you prepare publication quality figures: https://journals.plos.org/plosone/s/figures#loc-tools-for-figure-preparation. NAAS will assess whether your figures meet our technical requirements by comparing each figure against our figure specifications. |
| Revision 1 |
|
Learning-based multi-objective hyper-heuristic algorithm for reconfigurable assembly line scheduling problems PONE-D-26-07514R1 Dear Dr. Li, We’re pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it meets all outstanding technical requirements. Within one week, you’ll receive an e-mail detailing the required amendments. When these have been addressed, you’ll receive a formal acceptance letter and your manuscript will be scheduled for publication. An invoice will be generated when your article is formally accepted. Please note, if your institution has a publishing partnership with PLOS and your article meets the relevant criteria, all or part of your publication costs will be covered. Please make sure your user information is up-to-date by logging into Editorial Manager at Editorial Manager® and clicking the ‘Update My Information' link at the top of the page. For questions related to billing, please contact billing support. If your institution or institutions have a press office, please notify them about your upcoming paper to help maximize its impact. If they’ll be preparing press materials, please inform our press team as soon as possible -- no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org. Kind regards, Babak Aslani Academic Editor PLOS One Additional Editor Comments (optional): Reviewers' comments: Reviewer's Responses to Questions -->Comments to the Author 1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation.--> Reviewer #1: All comments have been addressed Reviewer #2: All comments have been addressed ********** -->2. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. --> Reviewer #1: Yes Reviewer #2: Yes ********** -->3. Has the statistical analysis been performed appropriately and rigorously? --> Reviewer #1: Yes Reviewer #2: Yes ********** -->4. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified.--> Reviewer #1: Yes Reviewer #2: Yes ********** -->5. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here.--> Reviewer #1: Yes Reviewer #2: Yes ********** -->6. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters)--> Reviewer #1: After carefully reviewing the revised manuscript and the authors’ point-by-point responses, I am satisfied that the substantive concerns raised during the review process have been addressed adequately. The revision has improved the manuscript in terms of clarity, methodological justification, reproducibility, and presentation, and the authors have responded constructively to the comments from both the reviewers and the editor. In its current form, I consider the manuscript suitable for publication. Reviewer #2: Thank you for the effort you put into this revision. I have carefully reviewed your responses and the updated manuscript. You have successfully addressed the comments and requests made during the initial review. While some explanations in the response letter could have been a bit more exhaustive to fully reflect the quality of your work, the manuscript itself has improved significantly. In particular, the inclusion of the statistical analysis and the clarification of the density-aware leader selection strategy have made the paper much stronger. ********** -->7. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.--> Reviewer #1: No Reviewer #2: Yes: Constantin Ilie, PhD ********** |
| Formally Accepted |
|
PONE-D-26-07514R1 PLOS One Dear Dr. Li, I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS One. Congratulations! Your manuscript is now being handed over to our production team. At this stage, our production department will prepare your paper for publication. This includes ensuring the following: * All references, tables, and figures are properly cited * All relevant supporting information is included in the manuscript submission, * There are no issues that prevent the paper from being properly typeset You will receive further instructions from the production team, including instructions on how to review your proof when it is ready. Please keep in mind that we are working through a large volume of accepted articles, so please give us a few days to review your paper and let you know the next and final steps. Lastly, if your institution or institutions have a press office, please let them know about your upcoming paper now to help maximize its impact. If they'll be preparing press materials, please inform our press team within the next 48 hours. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org. You will receive an invoice from PLOS for your publication fee after your manuscript has reached the completed accept phase. If you receive an email requesting payment before acceptance or for any other service, this may be a phishing scheme. Learn how to identify phishing emails and protect your accounts at https://explore.plos.org/phishing. If we can help with anything else, please email us at customercare@plos.org. Thank you for submitting your work to PLOS ONE and supporting open access. Kind regards, PLOS ONE Editorial Office Staff on behalf of Dr. Babak Aslani Academic Editor PLOS One |
Open letter on the publication of peer review reports
PLOS recognizes the benefits of transparency in the peer review process. Therefore, we enable the publication of all of the content of peer review and author responses alongside final, published articles. Reviewers remain anonymous, unless they choose to reveal their names.
We encourage other journals to join us in this initiative. We hope that our action inspires the community, including researchers, research funders, and research institutions, to recognize the benefits of published peer review reports for all parts of the research system.
Learn more at ASAPbio .