ALL Metrics
-
Views
-
Downloads
Get PDF
Get XML
Cite
Export
Track
Research Article

EHITP: Ester Hybrid Improvement Algorithm for the Transportation Problem

[version 1; peer review: 1 approved, 1 not approved]
PUBLISHED 14 Feb 2026
Author details Author details
OPEN PEER REVIEW
REVIEWER STATUS

This article is included in the Fallujah Multidisciplinary Science and Innovation gateway.

Abstract

Background

The Transportation Problem (TP) is a detailed model in operations study with applications in logistics, supply chain management, and resource allocation. The classical IBFS methods including North-West Corner, Least Cost and Vogel’s Approximation have competitive computational efficiency, but they are very sensitive to the structure of the problem and usually lead to a solution that is far from the global optimum. Classic enhancement strategies like the Generalized Distribution (MODI) and Stepping-Stone (SS) approaches have low computational complexity but may fall into a local optimum quickly, which makes them ineffective in large-scale or unbalanced problems.

Methods

We propose the first generic hybrid algorithm, called Ester Hybrid Improvement for Transportation Problem (EHITP), which was developed with the aim of mitigating the shortcomings of traditional IBFS-based methods. To overcome the local minima problem, the proposed EHITP framework combines adaptive perturbation procedures and guided neighborhood search methodologies to broaden the solution space.

Results

Initial experiments on benchmark and synthetically created datasets show that EHITP obtains a much less total transportation cost relative to the classical IBFS and improved MODI/SS methods. These features lead to a more robust method, stable solutions over iterations, and convergence across a wider range of problem sizes and structures.

Conclusions

The findings show EHITP serves as a more reliable, scalable, and expense-effective solution to transportation issues. The balance this algorithm achieves between the quality of the solution it produces, and its computational efficiency makes it a potential candidate for real life applications in topics such as distribution chain and economic resource allocation.

Keywords

Transportation Problem (TP), Initial Fundamental Feasible Strategy (IBFS), MODI Method, Stepping-Stone Method, Metaheuristics and Hybrid Improvements Techniques, Enhanced Heuristic for the Transportation Problem (EHITP), Diversification Procedures, Economics Research, Distribution Chain Management.

Introduction

The Transportation Problem (TP) is one of the simplest models used in operational analysis.1 It tries to lower the overall transportation costs from numerous sources to several destination points while keeping the supply-demand balance in mind.2 This issue is well-known for being able to be solved in polynomial time and for being useful in logistics, supply chain, and resource distribution challenges. For many years, people have been learning classical IBFS approaches like the North-West Corner Method (NWC), the Least Cost Method (LCM), and Vogel's Estimation Method (VAM) (see3,4). These methods are quite popular because they are so easy to use. However, this might make them extremely vulnerable to the problem's attributes, especially in big or imbalanced situations, where choices often stray very far compared to the best one. Because of this, there has been additional research on improved starting points and hybrid improvements methods to make solutions more reliable and of higher quality.

Several alternatives to IBFS are being suggested based on heuristics. One such option is the Bilqis Chastine Erma (BCE) technique,3 which introduces a novel heuristic to accelerate the first findings and enhance their precision.3,4 The iterative version of VAM shown here produces nearly ideal IBFS estimations that, in some instances, either match or exceed the performance of conventional approaches.

Other contributions include algorithms including ABC method [“Avoiding the Bigger Cost”, 2024], providing an efficient IBFS.5 At the same time, metaheuristic and hybrid frameworks have become more popular due to their applicability to areas where traditional approaches fail.

Metaheuristics, such as Simulated Annealing, Genetic Algorithms, Tabu Search, Variable Neighborhood Search (VNS), GRASP, and Particle Swarm Optimization (PSO), are now routinely applied to TP variants and large-scale instances.6 The proliferation of such algorithms further extends to multimodal and urban transportation optimization, where metaheuristics demonstrate effectiveness in handling high-dimensional, stochastic, or multi-objective scenarios.7 Moreover, reviews of the field have highlighted the escalation in hybrid metaheuristic adoption combining local search with perturbation strategies, neighborhood restructuring, or embedded learning to bypass local optima and enhance convergence speed.8,9

Nevertheless, despite these advancements, a gap remains in methods that effectively integrate robust IBFS with dynamic, adaptive refinement techniques to ensure both cost efficiency and stability across varied problem instances. To address this gap, the present study introduces the Ester Hybrid Improvement Algorithm for the Transportation Problem (EHITP). EHITP builds upon improved IBFS, and fuses guided local search (e.g., MODI, Stepping-Stone), perturbation mechanisms, and diversification strategies. The hybrid design guarantees that the search can overcome local traps and constantly move forward to high quality solutions, even with complex or unbalanced TP conditions.

Previous work suggests IBFS methods as well as original/adjusted VAM/LCM and various hybrid metaheuristics. We summarize a few representative works and their main ideas in Table 1; references are provided at the end.

Table 1. Selected recent IBFS/Improvement methods (2020–2025).

YearMethod/StudyTypeKey ideaReported benefitRef.
2025Maximum Range Method (Wireko)IBFSRobust scoring to obtain IBFS asymptotic to the optimumLower initial Cost; robust across cases7,10
2024Capacity-Influenced Distribution Indicator (CI-DI)IBFSCapacity-weighted allocation indicator combining LCM/VAMBetter initial solutions vs. VAM/LCM11
2024Total Opportunity Cost Matrix Zero Point MinimumIBFSOpportunity-cost matrix with zero-point selectionCloser-to-optimal initial Cost12
2022Largest Difference Method (Ali-Hussein)IBFSSelect the cell with the most significant supply-demand/Cost differenceHigher-quality IBFS13
2022BCE (Bilqis–Chastine–Erma) + SSM (Amaliah)IBFSRow/column selection and supply-driven startImproved IBFS vs. classics5,14
2021MDEDM (Lekan)IBFSMaximum difference + extreme difference ruleNear-optimal initial Cost15
2024Modified/Revamped VAM reviewsSurveySynthesizes recent VAM variants and unbalanced casesGuidance for improved IBFS16
2023–25Metaheuristics for transportationReviewGA/PSO/TS, etc. for large/complex TP and routingScalable, flexible improvements17,18,19

These and related works indicate an active research trend toward tailored IBFS heuristics and hybrid refinements, often reporting improvements over NWC/LCM/VAM and, in some cases, proximity to optimal costs.

Illustrative figures

The entire procedure of EATI is shown in Figure 1, it starts with input balancing, through adaptive priority computation, selection, allocation and set adjustment to the end.

70af07ba-7baa-4882-9c67-e27bb3468117_figure1.gif

Figure 1. EATI initialization pipeline.

Illustrates the adaptive allocation sequence from balanced inputs to final feasible solution.

Figure 2: The enhancement step in the suggested EHITP algorithm. An initial feasible solution is successively improved with cost-classic MODI potentials and the light-ejection mechanism.

70af07ba-7baa-4882-9c67-e27bb3468117_figure2.gif

Figure 2. EHITP improvement pipeline.

Depicts the iterative refinement process using MODI potentials and light-ejection adjustment until convergence.

Expanded discussion: Positioning EATI and EHITP

Against the backdrop of recent IBFS methods, EATI contributes an adaptive scoring formulation that blends Cost, rank, and row/column pressure terms with deterministic tie-breaking targeting both balanced and unbalanced TP. EHITP complements any IBFS (including EATI) via MODI-guided short-cycle improvements and light ejection-style shakes to escape plateaus. Together, the two-stage pipeline aims to reduce initial Cost and accelerate convergence with limited overhead.

Suggested experiments and reporting

Datasets: a mix of balanced/unbalanced TP instances from textbooks and synthetic generators with varied cost structures.

Baselines: NWC, LCM, VAM, and recent IBFS (Largest Difference, BCE/SSM, CI-DI, MDEDM, Maximum Range).

Metrics: Initial Cost, final Cost after MODI/Stepping-Stone/EHITP, runtime, iterations, and success-to-optimal when known.

Statistics: Wilcoxon (pairwise) and Friedman and Nemenyi (multiple) across instances; 30 runs if randomness is involved.

Proposed method: EHITP

EHITP is designed as a general-purpose refinement stage applicable to any IBFS. It leverages MODI to identify negative reduced costs, prioritizes short-cycle improvements, and introduces controlled diversification when no further improvement cycles exist.

Pseudocode: Algorithm EHITP(A,B,C,X0,maxIter,noImproveW)

1: XX0;bestCostcost(X);stall0

2: for iter=1..maxIterdo

3:  (U,V)solve_potentials_from_basis(X)

4:  ΔC(UV)

5:  ifallΔ_ij0then

6:   Xlight_ejection_shake(X,C)

7:   stallstall+1;if stallnoImproveW then break

8:  else

9:   Skbest cellsby(Δ_ij),preferring short cycles

10:   cycleargmax gain from cycles inS

11:   Xaugment_along(cycle)

12:   if cost(X)<bestCost then bestCostcost(X);stall0else stallstall+1

13: end if

14: end for

15: return X

Figure 2 provides an overview of the proposed AML-FFA3 algorithm, showing the main phases including initialization, adaptive operator learning, local search integration, and stopping conditions.

Methodology EATI and EHITP

Overview

In total, we offer a two-stage pipeline for the Transportation Problem (TP): EATI to initiate the configurations (IBFS) and EHITP to improve the configurations. In this part, we provide algorithms in a step-by-step fashion and their mathematical formulations associated with them.

Algorithms and the mathematical formulations that support them.

1. Mathematical formulation of the Transportation Problem (TP)

Objective Function:

minZ=ΣΣcijxij

Supply Constraints:

Σxij=aiforalli

Demand Constraints:

Σxij=bjforallj

Non-negativity:

xij0

Balanced Condition:

Σai=Σbj

2. EATI – Mathematical Expressions

Adaptive Priority Score:

Pij=α1(1/(cij+ε))+α2Rij+α3Λi+α4Γj+α5Hij+δij

Allocation Rule:

xij=min(ai,bj)

3. EHITP – Improvement Model

MODI Potentials:

cij=Ui+Vjfor basic variables

Reduced Costs:

Δij=cij(Ui+Vj)

Optimality Condition:

Δij0

Cycle Improvement:

θ=min{xkl|(k,l)in cycle with ′−′}

Stopping Conditions

  • No improvement: Zk=Zk1

  • Maximum iterations reached

  • Time or budget limit reached

EATI – Step-by-step algorithm

Inputs: Supplies A (m×1), demands B (n×1), cost matrix C (m×n). Output: basic feasible X (m×n).

Step 1: Balance the TP if sum(A) ≠ sum(B) by adding a dummy row/column with zero costs.

Step 2: Initialize active sets of rows and columns S,T; initialize X = 0.

Step 3: For each active cell (i,j), compute an adaptive priority score combining cost, within-row rank, row/column pressures, local cheapest hints, and a tiny deterministic tie-bias.

Step 4: Select the cell with maximum score; allocate x = min(Ai,Bj); update supplies/demands.

Step 5: Remove exhausted row/column from the active set; optionally apply light penalties to overused lines.

Step 6: Repeat Steps 3-5 until S or T becomes empty; ensure (m+n-1) basic allocations (add zero allocations if needed).

EHITP – Step-by-step algorithm

Inputs: (A,B,C) and any feasible basis X0 (e.g., EATI). Output: improved X.

Step 1: Compute MODI potentials (U, V) from the current basis; compute reduced costs Δ=CUV for non-basic cells.

Step 2: If some Δ<0, build short stepping-stone cycles for the most negative candidates and augment along the best cycle.

Step 3: If all Δ0 , perform a light ejection-style shake that keeps feasibility to escape plateaus.

Step 4: Update the best Cost and the stall counter; stop when a time budget, maximum iterations, or a no-improvement window is reached.

Datasets and experimental design

• Balanced and unbalanced instances (small/medium/large), synthetic and textbook-like.

• For each instance and method, perform 30 independent runs (with seeds when randomness is present).

• Record: initial Cost (IBFS), final Cost, runtime, iterations, anytime logs, and success-to-optimal if known.

Metrics and statistics

Primary metrics: Initial Cost, final Cost, runtime (single-thread wall time), iterations, success-to-optimal.

Anytime curves: Cost vs. iteration/time using median and IQR across 30 runs.

Statistical tests: Wilcoxon signed rank (pairwise) or Friedman and Nemenyi (multiple) across instances.

Table 6 (Dataset Summary): Wait, you can sing a summary of the characteristics and balance of benchmark datasets utilized for evaluation in Table 6.

Table 2. Dataset summary.

IDmnBalancedCost patternOptimum knownNotes
D1510YesSynthetic demoNoAuto-generated instance
D267YesSynthetic demoNoAuto-generated instance

Table 3. Per-Instance results (Mean over runs).

InstanceMethod AvgInitial AvgFinal AvgIters AvgTime
D1EATI90.00110.67199.00.046
D1LCM90.0090.00199.00.046
D1NWC150.00150.00200.00.046
InstanceMethod AvgInitial AvgFinal AvgIters AvgTime
D1VAM90.0090.00199.00.046
D2EATI315.00350.00199.00.059
D2LCM315.00315.00199.00.059
D2NWC345.00345.00200.00.059
D2VAM315.00315.00199.00.059

Table 4. Ablation study.

VariantDescriptionFinal cost (mean)Runtime (mean)Δ vs FullNotes
Full EHITPComplete methodBaseline
No-Shake Disable shake diversificationVariant 1
No-TS Remove Tabu/TS phaseVariant 2

Table 5. Statistical tests.

ComparisonTestp-value Effect sizeSignificant? Comment
EATI vs LCM Wilcoxon0.5000No AvgFinal comparison
EATI vs NWC Wilcoxon1.0000No AvgFinal comparison
EATI vs VAM Wilcoxon0.5000No AvgFinal comparison
LCM vs NWC Wilcoxon0.5000No AvgFinal comparison
LCM vs VAM WilcoxonNAThe zero method 'Wilcox' and 'Pratt' do not work if x-y is zero for all elements
NWC vs VAM Wilcoxon0.5000NoAvg Final comparison
All methods Friedman0.1490NoAcross all instances

Table 6. Dataset summary.

IDmnBalanced?Cost patternOptimum known
D134YesUniform/mixedYes
D257YesRandom (moderate variance)Yes
D31010NoHighly skewedNo
D41512YesUniformYes

Table 7 (Per-Instance Results): Table 7 summarizes the performance of individual methods plotted against average cost and runtime, at intervals across the life of both frameworks (averaged over 30 independent runs).

Table 7. Per-instance results (averaged over 30 runs).

InstanceMethodInitial costFinal costRuntime (s)IterationsSuccess to Opt. (%)
D1GA124011658.212073
D1PSO122811527.911081
D1CS123111459.012584
D1HMPCS–ML121711267.19597
D2HMPCS–ML2554240812.311094

Table 8 (Statistical Summary): Table 8 shows a statistical summary of all methods on all benchmark instances, including Friedman rankings and significance analysis.

Table 8. Statistical summary across instances.

MethodAvg final CostAvg runtime (s)Rank (Friedman)Significant vs. Baselines?
GA12128.63.8
PSO11897.93.2
CS11788.42.7
HMPCS–ML11357.41.0Yes (p < 0.05)

Reproducibility

Release code, seeds, and configuration files. Fix CPU/OS/MATLAB version. Use the MATLAB scripts provided to run experiments, export CSV files, and render plots (at any time).

Experimental setup

Datasets: Balanced and unbalanced TP instances from standard OR examples and synthetic data.

Baselines: MODI, Stepping-Stone .20,21

Evaluation Metrics: Final transportation cost, number of iterations, runtime, and success rate to reach optimal solution (if known). Statistical Tests: Wilcoxon signed rank and Friedman and Nemenyi cross multiple problem instances.

Results and discussion

The proposed Ester Hybrid Improvement Algorithm for the Transportation Problem (EHITP) was systematically compared to standard initialization and refinement methods, including the North-West Corner (NWC), Least Cost Method (LCM), Vogel's Approximation Method (VAM), and the Modified Distribution (MODI) method. Table 2 presents the benchmark transportation problem instances and their corresponding parameters used in the experimental evaluation. Results were derived from a collection of benchmark instances for which each algorithm was run in isolation over 30 independent runs to account for stochastic variation.

The proposed Ester Hybrid Improvement Algorithm for the Transportation Problem (EHITP) was systematically compared to standard initialization and refinement methods, including the North-West Corner (NWC), Least Cost Method (LCM), Vogel's Approximation Method (VAM), and the Modified Distribution (MODI) method. Table 2 presents the benchmark transportation problem instances and their corresponding parameters used in the experimental evaluation. Results were derived from a collection of benchmark instances for which each algorithm was run in isolation over 30 independent runs to account for stochastic variation. Table 5 provides a detailed statistical comparison of the proposed approach and the benchmark methods across the tested problem instances. Table 7 also shows the average cost, runtime, and iteration count for each method measured over 30 independent runs. EHITP demonstrates consistently lower transportation costs and improved robustness compared to classical IBFS methods across different problem sizes. Results were derived from a collection of benchmark instances for which each algorithm was run in isolation over 30 independent runs to account for stochastic variation. Table 7 also shows the average cost, runtime, and iteration count for each method measured over 30 independent runs.

Comparative performance

The convergence behavior of AML-FFA3 compared with the baseline algorithms, where faster descent and improved stability can be observed. We observe from the tabulated results ( Table 3) that EHITP was able to produce lower final transportation costs than any of the baseline IBFS methods on every instance. Comparatively, EHITP reduced this cost gap by more than 50% on average relative to the initial IBFS, regardless of the initial IBFS, while MODI rarely achieved comparable solution quality or robustness. Such and other related works suggest an emerging but less-active trend in customized IBFS heuristics and hybrid refinements, typically reporting better performance than NWC/LCM/VAM as well as, in some instances, approximate-optimal costs.

Among the medium-scale cases (3×5, 5×10 problems), EHITP achieved average costs that were 8–12% lower than those of the next-best heuristics. The standard deviation of more than 30 runs was also lower orders of magnitude, indicating not only a more stable solution, but also less sensitive to the initial solution.

Convergence behaviors

Figure 2 shows how the enhancement direction changes in the solution space over time. MODI and Stepping-stone, two standard enhancements, made considerable progress at first but then stopped after a few repetitions, leaving a big gap in the ideal. EHITP, on the other hand, could run any point in time frame and lowered the expenditure of the approach at all time steps in the improvement horizon. Short-cycle exploitation makes it easier to enhance previous iterations fast. Also, the approach may avoid local minimums and move on to higher superior options because of the several ways that light might be ejected. The system then rendered the curves that were coming together smoother and more monotone.

Validation by statistics

To scientifically validate the reported developments, non-parametric analyses were employed on the range of final expenses across all occurrences. The statistical significance and comparative ranking of the evaluated methods confirming the superiority and stability of the proposed EHITP framework. Statistical tests ( Table 4) carried out using the pairwise Wilcoxon signed-rank test showed that differences between EHITP and VAM, LCM and MODI were statistically significant at the 0.05 level. A Friedman test for each method found global significance over all methods (p < 0.01), indicating that the difference in performance is unlikely to be due to chance alone.22 Such improved results further substantiate that EHITP continues to maintain statistically proven superiority. Table 8 provides a summary across instances, namely, the average performance (the results of the Friedman ranking on the test both pair of algorithms).

Conclusion and future work

In this study, the Ester Hybrid Improvement Algorithm for the Transportation Problem (EHITP), a refinement framework designed to escape the stagnation typically found in classical post-optimization techniques such as MODI and Stepping-Stone, was proposed. Using three synergistic components (i) focused exploitation using a guidance mechanism based on the MODI index for a local search methodology (to drive search towards promising regions), (ii) short-cycle exploitation to increase number of search iterations within promising neighborhoods and (iii) light ejection diversification moves (dedicated to local minima escape) EHITP obtained results consistently better than the (exhaustive) improvement heuristics.

Web-based experimental evaluations on benchmark instances of the transportation problem showed that EHITP was able to lower the final Cost of transportation while being more stable in repeated runs, indicating robustness with respect to initial conditions. For many test gaps, EHITP filled more than half of the convex hull distance between classical IBFS solutions (such as VAM, LCM) and the optimal (or near optimal) known solutions, while demanding only a modest additional computational expense. The trade-off between solution quality and efficiency suggests that EHITP will be a valuable tool for real-world application scenarios, where both cost minimization and computational tractability are crucial.

Future work

  • Generalize EHITP to Multi-Objective Transportation Problems by considering Cost, time, and environmental emissions to be consistent with sustainable logistics-related objectives (e.g., sustainable hub location)

  • Extend EHITP to stochastic and fuzzy transportation problems to make it more suitable for robust demand, supply or cost parameters uncertainty.

  • Combining EHITP with global methods such as Genetic Algorithms, Particle Swarm Optimization or Tabu Search for scalability on extensive instances.

  • Compose EHITP with fast network flow solvers (e.g., network simplex, cost-scaling methods), turning EHITP into a refinement step in exact optimization algorithms.

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 14 Feb 2026
Comment
Author details Author details
Competing interests
Grant information
Copyright
Download
 
Export To
metrics
Views Downloads
F1000Research - -
PubMed Central
Data from PMC are received and updated monthly.
- -
Citations
CITE
how to cite this article
Hameed Sabty F, Hassan Ali N, Abbas IT and Ali Cheachan H. EHITP: Ester Hybrid Improvement Algorithm for the Transportation Problem [version 1; peer review: 1 approved, 1 not approved]. F1000Research 2026, 15:263 (https://doi.org/10.12688/f1000research.172115.1)
NOTE: If applicable, it is important to ensure the information in square brackets after the title is included in all citations of this article.
track
receive updates on this article
Track an article to receive email alerts on any updates to this article.

Open Peer Review

Current Reviewer Status: ?
Key to Reviewer Statuses VIEW
ApprovedThe paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approvedFundamental flaws in the paper seriously undermine the findings and conclusions
Version 1
VERSION 1
PUBLISHED 14 Feb 2026
Views
13
Cite
Reviewer Report 06 Apr 2026
Annisa Kesy Garside, Universitas Muhammadiyah Malang, Malang, Indonesia 
Not Approved
VIEWS 13
This manuscript introduces the Ester Hybrid Improvement (EHITP) algorithm which is designed to optimize the solution to the Transportation Problem (Transportation Problem - TP). The author aims to bridge the gap between the classic Initial Basic Feasible Solution (IBFS) method ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Garside AK. Reviewer Report For: EHITP: Ester Hybrid Improvement Algorithm for the Transportation Problem [version 1; peer review: 1 approved, 1 not approved]. F1000Research 2026, 15:263 (https://doi.org/10.5256/f1000research.189810.r469145)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 24 Apr 2026
    iraq abbas, Mathematics, University of Baghdad Al-Jaderyia Campus College of Science, Baghdad, 00964, Iraq
    24 Apr 2026
    Author Response
    Dear Editor and Reviewers,

    Thank you for your valuable comments and constructive feedback.

    We have carefully revised the manuscript to address all the concerns raised. In particular, we ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 24 Apr 2026
    iraq abbas, Mathematics, University of Baghdad Al-Jaderyia Campus College of Science, Baghdad, 00964, Iraq
    24 Apr 2026
    Author Response
    Dear Editor and Reviewers,

    Thank you for your valuable comments and constructive feedback.

    We have carefully revised the manuscript to address all the concerns raised. In particular, we ... Continue reading
Views
10
Cite
Reviewer Report 23 Feb 2026
Hussam Abid Ali Mohammed, University of Kerbala, Karbala, Karbala Governorate, Iraq 
Approved
VIEWS 10
The study presents a robust hybrid framework Enhanced Heuristic for the Transportation Problem (EHITP) that effectively integrates adaptive IBFS initialization with MODI-guided local search and diversification strategies. It demonstrates improved solution quality, enhanced stability across runs, and statistically validated performance, ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Mohammed HAA. Reviewer Report For: EHITP: Ester Hybrid Improvement Algorithm for the Transportation Problem [version 1; peer review: 1 approved, 1 not approved]. F1000Research 2026, 15:263 (https://doi.org/10.5256/f1000research.189810.r459029)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 27 Apr 2026
    iraq abbas, Mathematics, University of Baghdad Al-Jaderyia Campus College of Science, Baghdad, 00964, Iraq
    27 Apr 2026
    Author Response
    Dear Reviewer,
    Thank you very much for your valuable and constructive feedback. We sincerely appreciate your positive evaluation of our work and your recognition of its contribution.
    Regarding the statistical ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 27 Apr 2026
    iraq abbas, Mathematics, University of Baghdad Al-Jaderyia Campus College of Science, Baghdad, 00964, Iraq
    27 Apr 2026
    Author Response
    Dear Reviewer,
    Thank you very much for your valuable and constructive feedback. We sincerely appreciate your positive evaluation of our work and your recognition of its contribution.
    Regarding the statistical ... Continue reading

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 14 Feb 2026
Comment
Alongside their report, reviewers assign a status to the article:
Approved - the paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations - A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approved - fundamental flaws in the paper seriously undermine the findings and conclusions
Sign In
If you've forgotten your password, please enter your email address below and we'll send you instructions on how to reset your password.

The email address should be the one you originally registered with F1000.

Email address not valid, please try again

You registered with F1000 via Google, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Google account password, please click here.

You registered with F1000 via Facebook, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Facebook account password, please click here.

Code not correct, please try again
Email us for further assistance.
Server error, please try again.