Next Article in Journal
Architecture of an AI-Driven Optoelectronic ISR UAV System with Operator-Supervised Autonomy
Previous Article in Journal
Stability Analysis of Rössler Chaotic Attractor via the Nabla Discrete Fractional Operator: Existence, Uniqueness, Ulam–Hyers Stability, and Numerical Simulation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

On Efficient Two-Stage Implicit Schemes for Fractional Differential Equations: Parallel OpenMP-Type Execution and Learning-Guided Initializations

by
Mudassir Shams
1,2 and
Bruno Carpentieri
3,*
1
Department of Mathematics, Faculty of Arts and Science, Balikesir University, 10145 Balıkesir, Turkey
2
Department of Mathematics and Statistics, Riphah International University, Islamabad 44000, Pakistan
3
Faculty of Engineering, Free University of Bozen-Bolzano, 39100 Bolzano, Italy
*
Author to whom correspondence should be addressed.
AppliedMath 2026, 6(5), 68; https://doi.org/10.3390/appliedmath6050068
Submission received: 3 March 2026 / Revised: 16 April 2026 / Accepted: 23 April 2026 / Published: 29 April 2026

Abstract

This paper presents a hybrid two-stage implicit scheme for the numerical solution of fractional initial value problems involving Caputo derivatives. The proposed formulation incorporates the nonlinear source term directly into the time-stepping procedure, leading to improved stability and accuracy compared with classical fractional implicit schemes. The resulting nonlinear systems are solved using a parallel iterative strategy based on the Weierstrass-type method, combined with OpenMP-style parallelization to ensure efficient workload distribution and accelerated convergence. In addition, a data-driven module is introduced to generate high-quality initial guesses, thereby enhancing the robustness and efficiency of the nonlinear solver. The main contributions include the development of a unified fractional-parallel-data-driven framework, improved stability properties with enlarged real-axis stability regions, and reduced computational cost through parallel implementation and informed initialization. A theoretical analysis establishes consistency, boundedness, and convergence under standard Lipschitz assumptions. Numerical experiments on representative fractional models demonstrate that the proposed schemes achieve higher accuracy and improved efficiency compared with classical implicit methods, with significant reductions in error and iteration counts. The ANN-enhanced variant further attains near machine-precision accuracy for a range of fractional orders. Overall, the proposed approach provides a robust and scalable computational framework for the efficient solution of nonlinear fractional dynamical systems.

1. Introduction

Fractional differential equations (FDEs) provide a powerful mathematical framework for modeling memory and hereditary effects in complex dynamical systems. In contrast to classical integer-order models, fractional operators incorporate nonlocal temporal behavior, making them particularly suitable for describing anomalous diffusion, viscoelasticity, bioengineering processes, and nonlinear transport phenomena [1,2,3,4]. From a numerical perspective, effectively capturing these nonlocal features remains a key challenge. In this work, we develop a discretization and solution strategy that explicitly accounts for the memory-dependent structure of fractional models at the discrete level. The proposed approach aims to improve the stability and accuracy of numerical solutions, particularly in the presence of nonlinear dynamics. In particular, the proposed approach differs from standard fractional schemes by embedding nonlinear effects directly into the time-stepping formulation.
Among the various definitions of fractional derivatives, the Caputo derivative is widely adopted due to its compatibility with classical initial conditions. Consider the following fractional initial value problem (FIVP):
x 0 ϕ c g ( x ) = f ( x , g ( x ) ) ,   x ( x 0 , T ] , g ( k ) ( x 0 ) = g 0 ( k ) ,   k = 0 , 1 , , m 1 ,
where m 1 < ϕ < m , m N , g : [ x 0 , T ] R d , and  f : [ x 0 , T ] × R d R d is a nonlinear mapping. Here, x 0 ϕ c denotes the Caputo fractional differential operator of order ϕ ( m 1 , m ) .
For g C m [ x 0 , T ] , the Caputo fractional derivative x 0 ϕ c : C m [ x 0 , T ] C [ x 0 , T ] is defined by [5]:
x 0 ϕ c g ( x ) = 1 Γ ( m ϕ ) x 0 x ( x s ) m ϕ 1 g ( m ) ( s )   d s , x > x 0 .
For ϕ ( 0 , 1 ) , this expression reduces to:
x 0 ϕ c g ( x ) = 1 Γ ( 1 ϕ ) x 0 x ( x s ) ϕ   g ( s )   d s .
Here, Γ ( · ) denotes the Gamma function:
Γ ( γ ) = 0 e u u γ 1   d u , γ > 0 .
The Caputo derivative is adopted due to its compatibility with classical initial conditions. In particular, it preserves the property that the derivative of a constant is zero, ensuring consistency with classical differential calculus and facilitating the formulation of physically meaningful initial value problems.
In contrast, alternative fractional operators such as the Caputo–Fabrizio and Atangana–Baleanu derivatives do not preserve this classical property in the same form, which may complicate the formulation of standard initial value problems. The Caputo operator, by comparison, retains compatibility with classical initial conditions and features a weakly singular kernel, providing a consistent framework for modeling hereditary dynamical systems.
The operator x 0 ϕ c is linear and satisfies:
  • Linearity:
    x 0 ϕ c   m 1 g 1 + m 2 g 2 = m 1 x 0 ϕ c g 1 + m 2 x 0 ϕ c g 2 .
  • Power function: for β > ϕ 1 :
    x 0 ϕ c ( x x 0 ) β = Γ ( β + 1 ) Γ ( β + 1 ϕ ) ( x x 0 ) β ϕ .
  • Constant function:
    x 0 ϕ c C = 0 .
Moreover, if  ϕ = m N , then x 0 m c g ( x ) = g ( m ) ( x ) ; so, the operator coincides with the classical derivative. These properties make the Caputo derivative a natural choice for the formulation and numerical treatment of fractional initial value problems considered in this work.

1.1. Literature Review and Motivation

Classical numerical approaches for fractional initial value problems include the L1 scheme [6], fractional Adams–Bashforth–Moulton methods [7], Grünwald–Letnikov discretizations [8], and various implicit predictor–corrector strategies [9,10,11,12]. More recent developments have focused on improved discretization techniques for Caputo-type models, including fast convolution methods, spectral approaches, and higher-order fractional schemes [13,14,15,16].
In parallel, significant effort has been devoted to the development of efficient nonlinear solvers for fractional systems, particularly Newton-type and modified Newton iterations, as well as parallel implementations aimed at reducing computational cost [17,18,19,20]. Despite these advances, achieving a balance between accuracy, stability, and computational efficiency remains challenging, especially for strongly nonlinear problems.
While these methods are consistent and convergent under suitable regularity assumptions, they often exhibit several limitations:
Restrictive stability regions for stiff nonlinear systems;
Reduced convergence rates in the presence of strong nonlinearities;
𝒪 ( N 2 ) memory and computational cost due to the history term;
Limited scalability for large-scale or parallel simulations.
Implicit fractional schemes [21] can improve stability, but require the solution of nonlinear algebraic systems at each time step. In practice, these systems are typically solved using classical Newton-type iterations [22], often without optimized initialization or explicit workload balancing [23,24], which may lead to slow convergence or increased computational cost [25].
Although substantial progress has been made, a unified framework that simultaneously integrates (i) enhanced nonlinear discretization, (ii) efficient parallel solution strategies, and (iii) data-driven initialization mechanisms remains largely unexplored in the context of fractional problems.

1.2. Research Gap

Despite the progress outlined above, several specific limitations remain in the current literature:
  • In many fractional implicit schemes, the nonlinear source term is treated explicitly or semi-implicitly, which may degrade stability and accuracy in strongly nonlinear regimes.
  • The nonlinear algebraic systems arising at each time step are typically solved using standard iterative methods, often without informed initialization or explicit convergence control, leading to unnecessary computational overhead.
  • Although parallel implementations have been explored, the combined effects of workload distribution, solver parameter tuning, and nonlinear stage efficiency have not been systematically integrated within a unified framework for fractional problems.
These observations motivate the development of a mathematically grounded and computationally efficient hybrid framework that integrates nonlinear discretization, parallel solution strategies, and informed initialization within a unified formulation.

1.3. Main Contributions

To address the challenges outlined above, this work introduces a hybrid two-stage implicit framework for fractional initial value problems with the following main contributions:
A two-stage implicit fractional discretization that embeds nonlinear source effects directly within the time-stepping formulation, enhancing robustness in nonlinear regimes.
A theoretical analysis establishing consistency, boundedness, and convergence of the proposed scheme under standard smoothness and Lipschitz assumptions.
A parallel iterative solution strategy implemented in OpenMP, designed to improve workload distribution and convergence efficiency in the nonlinear stage.
The incorporation of a data-informed initialization mechanism to provide improved starting guesses and support solver parameter tuning.
A comprehensive numerical assessment, including error metrics and real-axis stability analysis, demonstrating the performance of the proposed method relative to classical fractional implicit schemes.
Overall, the proposed approach integrates nonlinear discretization, parallel solution strategies, and informed initialization within a unified computational framework. In contrast to classical methods for Caputo-type models, which typically decouple discretization and nonlinear solution stages, the present method embeds the nonlinear source contribution directly within the fractional update.
This coupling leads to improved handling of nonlinear effects and enhanced convergence behavior. These features distinguish the proposed method from existing approaches [26,27] and provide an efficient and stable framework for solving nonlinear fractional dynamical systems.

1.4. Preliminary Concepts

Let { x n } n = 0 N be a uniform partition of [ 0 , T ] with step size Δ t . A generic fractional discretization of (1) can be expressed as follows:
k = 0 n ω n k ( ϕ ) u k = ( Δ t ) ϕ F ( x n , u n ) ,
where ω k ( ϕ ) are fractional weights derived from convolution quadrature. The stability of such schemes is typically analyzed using the linear test equation [28],
x ϕ c u = λ u ,
which leads to stability regions defined in the complex plane of λ ( Δ t ) ϕ .
Convergence is assessed by showing that the global error e n = u ( x n ) u n satisfies [29]:
e n C ( Δ t ) p ,
for some order p > 0 depending on the discretization.

1.5. Structure of This Paper

This paper is organized as follows: Section 2 presents the formulation of the proposed hybrid two-stage implicit scheme and establishes its consistency, convergence, and stability properties.
Section 3 describes the ANN-assisted initialization strategy and its integration with the parallel nonlinear solver. Section 4 provides numerical verification of the proposed schemes through discrete perturbation analysis. Section 5 reports numerical results and performance comparisons. Section 6 concludes this study and outlines directions for future work.

2. Development and Theoretical Analysis of a Hybrid Two-Stage Implicit Fractional Scheme

In this section, we present the formulation and theoretical analysis of the proposed two-stage implicit scheme for fractional initial value problems. Let Ω R be the domain of interest, and consider the following problem:
ϕ c g ( x ) = f ( x , g ( x ) ) , g ( x 0 ) = g 0 , 0 < ϕ 1 ,
where f : Ω × R R is assumed to be Lipschitz continuous in g. Solutions are considered in the Banach space C ( [ x 0 , X ] , R ) , equipped with the supremum norm g = sup x [ x 0 , X ] | g ( x ) | .
For completeness and comparison, we first recall the classical Caputo fractional backward implicit Euler scheme (CFES) [30].
g i + 1 = g i + h ϕ Γ ( ϕ + 1 ) k 1 , k 1 = f ( x i + 1 , g i + 1 ) .
The method is consistent in the sense that
lim h 0 g ( x i + 1 ) g i h ϕ f ( x i + 1 , g i + 1 ) = 0 ,
and therefore has convergence order 𝒪 ( h ϕ ) .
To improve accuracy, we consider the fractional trapezoidal two-stage implicit scheme (CFTS) [31], given by:
g i + 1 = g i + h ϕ 2 Γ ( ϕ + 1 ) ( k 1 + k 2 ) ,
where
k 1 = f ( x i , g i ) , k 2 = f x i + h ϕ Γ ( ϕ + 1 ) ,   g i + h ϕ 2 Γ ( ϕ + 1 ) ( k 1 + k 2 ) .
The local truncation error satisfies:
τ i + 1 = 𝒪 ( h 2 ϕ ) ,
which implies a global convergence order of 𝒪 ( h 2 ϕ ) .
Using the contraharmonic mean [32], we propose the following implicit fractional-order scheme (denoted by CFCH):
g i + 1 = g i + Φ ( g i ; h ) ,   0 < ϕ 1 ,
where
k 1 = f ( x i , g i ) , k 2 = f x i + h ϕ Γ ( ϕ + 1 ) ,   g i + h ϕ 2 Γ ( ϕ + 1 ) γ 1 k 1 + γ 2 k 2 ,
and
Φ ( g i ; h ) = h ϕ 2 Γ ( ϕ + 1 ) k 1 2 + k 2 2 k 1 + k 2 ,   γ 1 , γ 2 R .
Regularity assumption: assume that f : Ω × R R is Lipschitz continuous in its second argument, i.e.:
| f ( x , g 1 ) f ( x , g 2 ) | L | g 1 g 2 | ,
for some constant L > 0 .
Remark 1.
The proposed formulation accommodates general nonlinear source terms f ( x , g ) without requiring explicit or semi-implicit splitting. The weighting parameters γ 1 and γ 2 provide flexibility in balancing stage contributions, which may influence the stability and error properties of the scheme.

2.1. Consistency, Boundedness, Convergence and Stability

In this section, we analyze the consistency, boundedness, convergence, and stability properties of the proposed scheme. Let f satisfy the Lipschitz condition (10), and assume that the exact solution g is sufficiently smooth.
The consistency of the method is established by analyzing the local truncation error, while convergence follows from standard stability arguments under the Lipschitz assumption.
Theorem 1.
Let the scheme be defined by
g i + 1 = g i + Φ ( g : h ) ,
with
k 1 = f ( x i , g i ) , k 2 = f x i + h ϕ Γ ( ϕ + 1 ) , g i + h ϕ 2 Γ ( ϕ + 1 ) γ 1 k 1 + γ 2 k 2 .
Then,
L . T . E . = 𝒪   h 2 ϕ Γ ( 2 ϕ + 1 ) , order = 2 ϕ .
Proof. 
Fractional Taylor expansion:
g ( x i + h ) = g ( x i ) + h ϕ Γ ( ϕ + 1 )   ϕ c g ( x i ) + h 2 ϕ Γ ( 2 ϕ + 1 )   2 ϕ c g ( x i )     + h ( n + 1 ) ϕ Γ ( ( n + 1 ) ϕ + 1 )   ( n + 1 ) ϕ c g ( ξ ) .
R n + 1 ( h ) = h ( n + 1 ) ϕ Γ ( ( n + 1 ) ϕ + 1 ) ( n + 1 ) ϕ c g ( ξ ) = 𝒪 ( h ( n + 1 ) ϕ ) .
Functional representation:
g i + 1 = f + 1 2 ( f c g [ ϕ ] f ) h ϕ Γ ( ϕ + 1 ) + 1 6 f 2 c g g [ ϕ ] + 1 6 f ( g [ ϕ ] c f ) 2 h 2 ϕ Γ ( 2 ϕ + 1 ) .
Expansion of k 2 :
k 2 = f + γ 1 2 f c g [ ϕ ] f + γ 2 2 g [ ϕ ] c f k 2 h ϕ Γ ( ϕ + 1 ) + 𝒪   h 2 ϕ Γ ( 2 ϕ + 1 ) .
Series form:
k 2 = ϑ 1 + h ϕ Γ ( ϕ + 1 ) ϑ 2 + h 2 ϕ Γ ( 2 ϕ + 1 ) ϑ 3 + .
Matching coefficients yields:
ϑ 1 = f , ϑ 2 = γ 1 2 f c g [ ϕ ] f + γ 2 2 g [ ϕ ] c f .
Substitution gives:
Φ ( g ; h )   = f + ( γ 1 + γ 2 ) 2 ( f c g [ ϕ ] f ) h ϕ Γ ( ϕ + 1 ) + 𝒪   h 2 ϕ Γ ( 2 ϕ + 1 ) .
Thus:
L . T . E .   = 1 2 γ 1 + γ 2 4 f c g [ ϕ ] f h ϕ Γ ( ϕ + 1 ) + 𝒪   h 2 ϕ Γ ( 2 ϕ + 1 ) .
Imposing γ 1 + γ 2 = 2 gives order 2 ϕ . Choosing γ 1 = 3 2 , γ 2 = 1 2 leads to:
g i + 1 = g i + Φ ( g : h ) ,
with
Φ ( g : h ) = h ϕ 2 Γ ( ϕ + 1 ) ( k 1 + k 2 ) .
Hence:
L . T . E . = 𝒪   h 2 ϕ Γ ( 2 ϕ + 1 ) .

2.1.1. Concrete Scheme of the Proposed CFCH Family

To enhance the robustness of fractional implicit discretizations in nonlinear regimes, we introduce a modified two-stage formulation based on a contraharmonic-type correction. The use of a nonlinear mean in the update stage is motivated by its ability to balance stage contributions while preserving the implicit structure of the method. In contrast to classical fractional implicit schemes, where the stage combination is typically linear, the proposed formulation aims to improve damping behavior and reduce the local truncation error constant without increasing the number of function evaluations.
Accordingly, we consider the following parametric two-stage implicit contraharmonic mean fractional scheme.
g i + 1 = g i + h ϕ Γ ( ϕ + 1 ) k 1 2 + k 2 2 k 1 + k 2 , k 1 = f ( x i , g i ) , k 2 = f   x i + h ϕ Γ ( ϕ + 1 ) ,   g i + h ϕ 2 Γ ( ϕ + 1 ) γ 1 k 1 + γ 2 k 2 ,
where γ 1 , γ 2 R .
A local truncation error analysis yields:
LTE = 1 2 γ 1 + γ 2 4 C   h ϕ Γ ( ϕ + 1 ) + 𝒪   h 2 ϕ Γ ( 2 ϕ + 1 ) ,
where C is a constant depending on f and its fractional derivatives.
Imposing the following condition:
γ 1 + γ 2 = 2
eliminates the first-order term, yielding:
LTE = 𝒪   h 2 ϕ Γ ( 2 ϕ + 1 ) ,
which implies global convergence of order 2 ϕ under standard stability assumptions.
Under this constraint, several admissible second-order members of the CFCH family arise. Representative instances can be obtained by selecting parameter pairs ( γ 1 , γ 2 ) , satisfying γ 1 + γ 2 = 2 .

2.1.2. CFCH1

γ 1 = 3 2 , γ 2 = 1 2 .
g i + 1 = g i + h ϕ Γ ( ϕ + 1 ) k 1 2 + k 2 2 k 1 + k 2 , k 2 = f   x i + h ϕ Γ ( ϕ + 1 ) ,   g i + h ϕ 2 Γ ( ϕ + 1 ) 3 2 k 1 + 1 2 k 2 .

2.1.3. CFCH2

γ 1 = 2 2 1 2 , γ 2 = 1 2 .
g i + 1 = g i + h ϕ Γ ( ϕ + 1 ) k 1 2 + k 2 2 k 1 + k 2 , k 2 = f   x i + h ϕ Γ ( ϕ + 1 ) ,   g i + h ϕ 2 Γ ( ϕ + 1 ) 2 2 1 2 k 1 + 1 2 k 2 .

2.1.4. CFCH3

γ 1 = 3 4 , γ 2 = 5 4 .
g i + 1 = g i + h ϕ Γ ( ϕ + 1 ) k 1 2 + k 2 2 k 1 + k 2 , k 2 = f   x i + h ϕ Γ ( ϕ + 1 ) ,   g i + h ϕ 2 Γ ( ϕ + 1 ) 3 4 k 1 + 5 4 k 2 .

2.2. Boundedness of the Proposed Scheme

Theorem 2.
Let  g i  and  g ˜ i  be two numerical solutions generated by the scheme, and assume that f satisfies the Lipschitz condition (10). Assume further that  k 1 + k 2 0  and  k ˜ 1 + k ˜ 2 0 . Then, for sufficiently small h, there exists a constant  C > 0  such that 
| g i + 1 g ˜ i + 1 | ( 1 + C h ϕ )   | g i g ˜ i | .
Proof. 
Using the Lipschitz continuity of f, we first estimate k 2 k ˜ 2 . From the definition of k 2 , we obtain:
| k 2 k ˜ 2 |   L | ( g i g ˜ i ) + h ϕ 2 Γ ( ϕ + 1 ) 3 2 ( k 1 k ˜ 1 ) + 1 2 ( k 2 k ˜ 2 ) | .
Rearranging terms yields:
1 L h ϕ 4 Γ ( ϕ + 1 ) | k 2 k ˜ 2 | L 1 + 3 h ϕ 4 Γ ( ϕ + 1 ) | g i g ˜ i | .
For sufficiently small h, this implies:
| k 2 k ˜ 2 | C 1 | g i g ˜ i | .
Using this estimate together with the definition of the scheme, one obtains:
| g i + 1 g ˜ i + 1 |   | g i g ˜ i | + h ϕ Γ ( ϕ + 1 ) k 1 2 + k 2 2 k 1 + k 2 k ˜ 1 2 + k ˜ 2 2 k ˜ 1 + k ˜ 2   ( 1 + C h ϕ )   | g i g ˜ i | ,
where C > 0 is a constant depending on the Lipschitz constant and boundedness of the solution.
By iteration, we obtain:
| g n g ˜ n | ( 1 + C h ϕ ) n | g 0 g ˜ 0 | ,
which proves the result.    □

2.3. Convergence of the Proposed Scheme

Let E i = g ( x i ) g i denote the global error. Using the local truncation error estimate
τ i + 1 = 𝒪 ( h 2 ϕ ) ,
together with the stability estimate established above and the Lipschitz continuity of f, we obtain the recurrence
| E i + 1 | ( 1 + C h ϕ ) | E i | + C h 2 ϕ ,
for some constant C > 0 independent of h.
Applying the discrete Grönwall inequality yields:
| E i | C h 2 ϕ j = 0 i 1 ( 1 + C h ϕ ) j .
Hence:
| E i | C h 2 ϕ   ( 1 + C h ϕ ) i 1 C h ϕ .
For sufficiently small h and x i [ x 0 , T ] , this implies
| E i | C h 2 ϕ ,
and therefore the proposed scheme is convergent of order 2 ϕ .
Remark 2.
The boundedness, stability, and convergence properties established above do not depend on the specific choice of parameters  γ 1 = 3 2  and  γ 2 = 1 2 , but only on the structural form of the scheme (21) and the constraint  γ 1 + γ 2 = 2 .
Consequently, all admissible parameter pairs satisfying γ 1 + γ 2 = 2 generate second-order ( 2 ϕ ) convergent, bounded, and zero-stable implicit fractional schemes. In particular, the schemes CFCH2 and CFCH3 exhibit the same qualitative behavior as CFCH1.
This observation highlights that the CFCH family defines a two-parameter class of schemes sharing a common structural formulation. Different choices of ( γ 1 , γ 2 ) affect only the internal stage weighting without altering the order of convergence or stability properties of the method.

2.4. Linear Stability Analysis

We consider the fractional test equation:
ϕ c g ( x ) = λ g ( x ) , λ C .
Applying the proposed CFCH scheme to this equation yields a one-step relation of the following form:
g i + 1 = R ( z )   g i , z = λ h ϕ ,
where R ( z ) denotes the stability function of the method. After algebraic manipulation, the stability function can be written as follows:
R ( z ) = 1 + z Γ ( ϕ + 1 ) ( 1 + γ 1 z 2 Γ ( ϕ + 1 ) ) 2 + ( 1 γ 2 z 2 Γ ( ϕ + 1 ) ) 2 2 + ( γ 1 γ 2 ) z 2 Γ ( ϕ + 1 ) .
The expression of the stability function R ( z ) is obtained by substituting the test equation into the scheme and eliminating the intermediate stage variables through straightforward algebraic manipulation. The region of absolute stability is defined by:
S = { z C : | R ( z ) | < 1 } .
  • Remarks:
  • For ϕ = 1 , the scheme reduces to a classical integer-order implicit method.
  • As ϕ 0 + , the stability region contracts, reflecting the influence of fractional memory effects.
  • Different admissible choices of ( γ 1 , γ 2 ) affect the detailed shape of the stability region, while preserving its general qualitative behavior.
For comparison, classical fractional schemes have the stability functions:
R CFES ( z ) = 1 1 z / Γ ( ϕ + 1 ) , R CFTS ( z ) = 1 + z / ( 2 Γ ( ϕ + 1 ) ) 1 z / ( 2 Γ ( ϕ + 1 ) ) .
The CFCH family yields a rational stability function that can exhibit enhanced damping along the negative real axis compared to first-order schemes while maintaining second-order accuracy.
For reference, the stability functions of classical implicit schemes are:
  • Implicit Backward Fractional (CFES):
    R ( z ) = 1 1 z Γ ( ϕ + 1 ) .
  • Implicit Trapezoidal Fractional (CFTS):
    R ( z ) = 1 + z 2 Γ ( ϕ + 1 ) 1 z 2 Γ ( ϕ + 1 ) .
The proposed CFCH family yields a rational stability function with nonlinear dependence on the stage values, which can lead to improved damping characteristics along the negative real axis.
For each chosen value of ϕ , we tabulate the quantity Γ ( ϕ + 1 ) and the numerically determined left endpoint z left of the stability interval along the negative real axis. The endpoint z left denotes the most negative real value of z such that | R ( z ) | 1 . The computed stability bounds are reported in Table 1 and illustrated in Figure 1. The detailed expressions of the stability functions used in Figure 1 are provided in Appendix A, Table A1.
From Table 1, it is observed that the CFCH schemes admit a significantly wider stability interval along the negative real axis compared to CFES while maintaining second-order accuracy. The results for CFCH1, CFCH2, and CFCH3 coincide, confirming the invariance of the stability interval under the constraint γ 1 + γ 2 = 2 .
For the CFCH family, the real-axis stability interval is observed to satisfy:
S R [ 2 Γ ( ϕ + 1 ) ,   0 ] ,
whereas for CFES,
S R [ Γ ( ϕ + 1 ) ,   0 ] .
This suggests that the CFCH schemes admit an approximately doubled stability interval along the negative real axis. In contrast, CFTS remains fractionally A-stable with:
S R = ( , 0 ] .

Zero-Stability Analysis

The CFCH family defines a one-step implicit fractional scheme, which can be written in the following form:
g i + 1 = Ψ ( h , g i ) .
Under the Lipschitz condition on f, the scheme satisfies the estimate:
| g i + 1 g ˜ i + 1 | ( 1 + C h ϕ )   | g i g ˜ i | ,
for some constant C > 0 independent of h.
Since
lim h 0 ( 1 + C h ϕ ) = 1 ,
It follows that the amplification factor remains bounded as h 0 . Therefore, the scheme satisfies a zero-stability condition in the sense that small perturbations in the initial data do not grow as the step size decreases.
Consequently, for all ϕ ( 0 , 1 ] , the CFCH family is stable with respect to the initial data. Combined with consistency of order 2 ϕ , this implies convergence of the method.

3. Artificial-Neural-Network-Assisted Initialization Strategy-SANN

The proposed Artificial Neural Network (ANN)-assisted initialization strategy employs a feedforward ANN to generate improved initial guesses for iterative root-finding procedures. By learning nonlinear mappings from selected input features to suitable initial approximations, the ANN aims to reduce the number of iterations required for convergence. This approach enhances both the efficiency and robustness of the parallel Weierstrass–Ehrlich iteration, particularly for high-dimensional or stiff nonlinear systems, and provides a systematic data-driven alternative to heuristic initialization techniques.
The second-stage variable k 2 is obtained by solving the nonlinear equation
F ( k 2 ) = k 2 f   x n + C ,   g n + C 2 γ 1 k 1 + γ 2 k 2 = 0 ,
at each time step, where C = h ϕ Γ ( ϕ + 1 ) . The equation is solved using a parallel Ehrlich-type iteration. The convergence speed and stability of this process depend strongly on the choice of the initial guesses { k 2 , i [ 0 ] } i = 1 m .
To improve robustness and convergence behavior, we introduce an ANN module that predicts suitable initial approximations for k 2 prior to the parallel iterative refinement.

3.1. Neural Network Architecture

We consider a fully connected feedforward neural network, illustrated in Figure 2:
N θ : R d in R m ,
parameterized by weights and biases
θ = { W ( ) , b ( ) } = 1 L .
The architecture consists of:
  • An input layer of dimension d in ;
  • L 2 hidden layers with nonlinear activation functions;
  • An output layer of dimension m, corresponding to the number of parallel initial guesses.
Each hidden layer computes:
z ( ) = σ   W ( ) z ( 1 ) + b ( ) ,
where σ ( · ) denotes a nonlinear activation function, such as tanh or ReLU.
The output layer is linear and produces the predicted initial guesses:
N θ ( x ) = W ( L ) z ( L 1 ) + b ( L ) .
The network is trained offline and used online during the time-stepping procedure to provide initial guesses at each iteration.

3.2. ANN Input and Output Representation

At time step n, the ANN input feature vector is defined as follows:
x n = x n ,   g n ,   k 1 ,   C ,   γ 1 ,   γ 2 R d in ,
so that d in = 6 .
The ANN produces the output vector:
k 2 [ 0 ] = N θ ( x n ) = k 2 , 1 [ 0 ] , , k 2 , m [ 0 ] ,
which provides m candidate initial guesses for k 2 .
These values are used to initialize the parallel Weierstrass–Ehrlich iteration at each time step, as illustrated in the flowchart of Figure 3.

3.3. Offline Training Strategy

The network is trained offline prior to time integration.
A dataset is generated by solving (31) using a highly accurate reference solver for representative samples of:
( x n , g n , k 1 , C , γ 1 , γ 2 ) .
For each sample, the reference solution k 2 is computed with high precision. To enhance diversity in the parallel initialization, perturbed versions of the reference root are constructed as follows:
k 2 , i target = k 2 + δ i , i = 1 , , m ,
where m denotes the number of parallel initial guesses and δ i are small structured perturbations.
The training objective is defined as the mean squared error:
L ( θ ) = 1 N train j = 1 N train N θ ( x ( j ) ) k 2 target , ( j ) 2 .
The network parameters are optimized using gradient-based methods (e.g., Adam). Since training is performed offline, no additional computational cost is incurred during the time-stepping procedure.

3.4. ANN-Enhanced Parallel Weierstrass Iteration

The ANN-generated initial guesses are supplied to the parallel Weierstrass scheme:
k 2 , i [ r + 1 ] = k 2 , i [ r ] F i   k 2 [ r ] j = 1 j i m k 2 , i [ r ] k 2 , j [ r ] , i = 1 , 2 , , m ,
where F i denotes the evaluation of the nonlinear function associated with the i-th component.
The ANN is designed to produce initial approximations that are sufficiently close to the true root k 2 , i.e.:
k 2 , i [ 0 ] k 2 = 𝒪 ( h p ) ,
for some p 1 , so that the initial iterates lie within the local convergence region of the method.
Under this assumption, the iteration exhibits local convergence of order q, i.e.:
k 2 , i [ r + 1 ] k 2 C k 2 , i [ r ] k 2 q ,
where q denotes the convergence order of the underlying Weierstrass-type method.
Therefore, the use of ANN-based initialization can significantly accelerate convergence by reducing the number of iterations required to enter and exploit the asymptotic convergence regime.

3.5. Consistency and Stability Considerations

  • Consistency.
Since the ANN modifies only the initial guess and does not alter the discrete scheme, the CHMFSj update
g n + 1 = g n + C k 1 2 + k 2 2 k 1 + k 2
remains unchanged. Therefore, the formal local truncation error of the method is unaffected.
  • Stability
Improved initialization can:
  • Reduce the number of nonlinear iterations;
  • Mitigate the risk of divergence;
  • Decrease sensitivity to poor root selection.
  • Parallel Consistency
Since the ANN outputs m structured initial guesses simultaneously, diversity is preserved while maintaining proximity to the true root. As a result, the stopping criterion
max i k 2 , i [ r + 1 ] k 2 , i [ r ] < ϵ
is generally satisfied in fewer iterations compared with random initialization.

3.6. Computational Complexity

Let
T Ehrlich = 𝒪 ( m 2 r )
denote the computational cost of r iterations of the parallel Ehrlich scheme.
The ANN prediction cost is:
T ANN = 𝒪   = 1 L n 1 n ,
which is typically small compared with the cost of the nonlinear iterations.
Hence, the overall runtime is expected to decrease due to the reduced number of iterations r.
Thus, the ANN module:
  • Provides high-quality parallel initial guesses;
  • Is trained offline;
  • Does not modify scheme consistency;
  • Can improve nonlinear convergence speed;
  • Enhances robustness of the iterative process.
Therefore, the hybrid ANN–Parallel Weierstrass scheme (ANN-CHMFSj) provides an efficient and robust time-stepping strategy.

4. Numerical Verification

This section validates the stability and robustness of the proposed CFCHj ( j = 1 , 2 , 3 ) schemes through a discrete perturbation analysis. The objective is to verify that small perturbations in the initial data lead to controlled deviations in the numerical solution. This analysis complements the theoretical stability results established in the previous section.
To assess perturbation stability, let g ˜ 0 = g 0 + ε , with  | ε | 1 , and denote by { g n } and { g ˜ n } the numerical solutions generated by Algorithm 1. We define the error at step n as follows:
Err n = | g n g ˜ n | .
If the nonlinear function f satisfies the Lipschitz condition:
| f ( t , g 1 ) f ( t , g 2 ) | L | g 1 g 2 | ,
then the CFCHj scheme can be interpreted as a discrete approximation of the Caputo fractional integral, where the coefficient
C = h ϕ Γ ( ϕ + 1 )
arises from the fractional Taylor expansion. The numerical update is given by:
g n + 1 = g n + C k 1 2 + k 2 2 k 1 + k 2 .
Under the Lipschitz assumption, this update yields the estimate:
Err n + 1 ( 1 + C L )   Err n ,
which ensures bounded propagation of perturbations in the numerical solution.
At each time step, the quantity k 2 is obtained by solving:
F ( k 2 ) = k 2 f   x n + C ,   g n + C 2 ( γ 1 k 1 + γ 2 k 2 ) = 0 ,
Algorithm 1 Hybrid ANN–CFCHj Scheme with Parallel Weierstrass Iteration
Require: Fractional IVP: ϕ c g ( x ) = f ( x , g ( x ) ) , g ( 0 ) = g 0 , step size h, tolerance ϵ , total steps N
Ensure: Approximate solution { g n } n = 0 N
1:Step 1: Initialization
2:Set fractional order ϕ ( 0 , 1 ]
3:Compute C = h ϕ Γ ( ϕ + 1 )
4:Initialize g 0 and parameters ( γ 1 , γ 2 )
5:Set number of initial guesses m for k 2
6:Step 2: Time-Stepping Loop
7:for  n = 0 to N 1  do
8:   Compute first stage:
k 1 = f ( x n , g n )
9:   Step 3: ANN-Assisted Initial Guesses
x n = ( x n , g n , k 1 , C , γ 1 , γ 2 )
k 2 [ 0 ] = N θ ( x n )
▹ Feedforward ANN predicts structured guesses for parallel iteration
10:   Step 4: Construct Nonlinear Residual for k 2
F ( k 2 ) = k 2 f x n + C ,   g n + C 2 ( γ 1 k 1 + γ 2 k 2 )
11:   Step 5: Parallel Ehrlich Iteration
12:   repeat
13:   #pragma omp / Parfor
14:   for  i = 1 to m do
k 2 , i [ r + 1 ] = k 2 , i [ r ] F i ( k 2 [ r ] ) j = 1 j i m ( k 2 , i [ r ] k 2 , j [ r ] ) , i = 1 , , m
15:   end for
16:   until  max i | k 2 , i [ r + 1 ] k 2 , i [ r ] | < ϵ
17:   Select converged root:
k 2 = k 2 , i [ r + 1 ]
18:   Step 6: CFCHj Update
g n + 1 = g n + C k 1 2 + k 2 2 k 1 + k 2
19:end for
20:Step 7: Output
21:Return { g 0 , g 1 , , g N }
using a parallel Weierstrass iteration [33]:
k 2 , i [ r + 1 ] = k 2 , i [ r ] F i   k 2 [ r ] j = 1 j i m k 2 , i [ r ] k 2 , j [ r ] , i = 1 , 2 , , m .
The computational efficiency of the proposed method is assessed through the metrics:
CPU   Gain   ( % ) = T ref T CHMFS T ref × 100 , Accuracy   Gain   ( % ) = E ref E CHMFS E ref × 100 ,
where T ref and E ref denote the runtime and error of a reference method, respectively.
  • Remarks:
  • The perturbation estimate Err n + 1 ( 1 + C L ) Err n follows from the global Lipschitz condition | f ( x , g 1 ) f ( x , g 2 ) | L | g 1 g 2 | , ensuring bounded propagation of errors.
  • Since ( 1 + C L ) 1 as h 0 , the scheme satisfies a discrete stability condition, which supports convergence in combination with consistency.
  • The implicit stage, solved via the parallel Weierstrass iteration, preserves this stability at each time level, ensuring that nonlinear corrections do not amplify perturbations.
  • The numerical implementation, including the fractional discretization and ANN-assisted initialization strategy, is designed to enhance efficiency and reproducibility of the proposed method.
The graphical results presented in the numerical section illustrate the stability behavior, convergence trends, and error propagation of the proposed CFCHj schemes. In particular, comparisons in terms of absolute error and computational cost highlight the effectiveness of the method relative to classical fractional schemes.

5. Benchmark Fractional Initial Value Problems for Performance, Consistency and Stability Evaluation

To systematically evaluate the efficiency, accuracy, and stability properties of the proposed two-stage implicit scheme and its parallel hybrid extension, we consider the following representative fractional initial value problems. These test cases enable a direct comparison with existing numerical approaches and provide a comprehensive assessment of computational performance and robustness.

5.1. Fractional Thermo-Viscoelastic Rod with Polynomial Heating

In thermo-viscoelastic materials, stress and temperature evolution depend not only on the current state but also on the entire deformation and thermal history of the material [34]. Such hereditary behavior cannot be adequately described by classical integer-order models and is more accurately captured using fractional derivatives of Caputo type.
We consider a spatially lumped thermo-viscoelastic rod subjected to a polynomial heating source. The resulting displacement response g ( x ) exhibits memory effects arising from internal material relaxation mechanisms, as illustrated in Figure 4.
We consider the following Caputo fractional initial value problem (CFIVP-I):
x ϕ c g ( x ) + 3 g ( x ) = x 2 + 6 Γ ( 3 ϕ )   x 2 ϕ + 3 x 2 E ϕ , 3 ( 3 x ϕ ) , g ( 0 ) = 0 , 0 < ϕ < 1 ,
where:
x ϕ c denotes the Caputo fractional derivative;
Γ ( · ) is the Gamma function;
E ϕ , β ( · ) is the two-parameter Mittag–Leffler function (MLF).
defined by
E ϕ , β ( z ) = k = 0 z k Γ ( ϕ k + β ) .
This integral representation clearly reveals the memory kernel ( x τ ) ϕ , which weights the entire past history of the system.
The exact solution of (34) is:
g ( x ) = x 2 E ϕ , 3 ( 3 x ϕ ) .
For large x, the Mittag–Leffler function admits the asymptotic behavior:
E ϕ , β ( a x ϕ ) 1 a   x ϕ   Γ ( β ϕ ) , x .
Therefore:
g ( x ) x 2 ϕ , x ,
which exhibits algebraic (power-law) growth rather than exponential behavior. This slow relaxation reflects the hereditary memory effects of the thermo-viscoelastic rod.
From an engineering perspective:
The term 3 g ( x ) represents elastic restoring forces.
The Caputo derivative models viscoelastic internal damping with memory.
The polynomial term represents externally applied thermal excitation.
The Mittag–Leffler response characterizes long-time relaxation and nonlocal temporal behavior.
When ϕ = 1 , the model reduces to classical exponential relaxation; for 0 < ϕ < 1 , it exhibits long-memory power-law behavior.
Table 2, Table 3, Table 4 and Table 5 compare exact and numerical solutions for ϕ = 1 using CFES, CFTS, and CFCH1–CFCH3. The results show that CFCH1–CFCH3 achieve the smallest errors across all time levels, while IEBF[∗] remains stable with slight overestimation near the final time, and CFES/CFTS exhibit moderate accuracy.
The corresponding exact and approximate solutions, together with the error profiles for (34), are illustrated in Figure 5a,b.
Table 2 highlights the improved accuracy of the proposed contraharmonic schemes compared with classical fractional methods. In particular, CFCH2 and CFCH3 achieve the smallest errors among all methods, with maximum errors of order 10 3 , compared to 1.62 × 10 3 for CFES and significantly larger errors for CFTS. A similar trend is observed in the 2 norm, where CFCH-based methods yield consistently lower values, indicating improved global accuracy. In terms of computational cost, all methods exhibit comparable runtimes, with CFCH1 showing slightly better efficiency due to reduced iteration overhead. Overall, the CFCH family provides a favorable balance between accuracy and computational efficiency, demonstrating enhanced convergence behavior relative to standard fractional schemes.
To verify the theoretical convergence results established in Theorem 1, we perform a systematic convergence test for the proposed CFCHj scheme applied to the fractional thermo-viscoelastic model (34). The objective is to confirm that the observed numerical convergence rate agrees with the theoretical prediction.
Let h denote the time step size and define the maximum error as follows:
E ( h ) = max 0 n N | g n g ( x n ) | .
The experimental order of convergence (EOC) is computed as follows:
EOC = log ( E ( h 1 ) / E ( h 2 ) ) log ( h 1 / h 2 ) .
The following table reports the convergence behavior for decreasing step sizes.
The numerical results presented in Table 3 show that the experimentally computed convergence rates are in excellent agreement with the theoretical prediction derived in Theorem 1. In particular, the EOC values approach 2 as the step size decreases, confirming the expected second-order convergence behavior of the proposed CFCHj scheme for the considered fractional problem.
These findings validate the accuracy and reliability of the proposed numerical framework. Moreover, the error reduction observed here is consistent with the accuracy trends reported in Table 2, further supporting the overall convergence properties of the method.
Table 4 compares the performance of the considered implicit schemes for different fractional orders ϕ . The results indicate that the CFCH2 and CFCH3 schemes consistently achieve lower maximum errors than CFES and CFTS across all tested values of ϕ . For example, at  ϕ = 0.50 , CFES yields a maximum error of 1.75 × 10 2 , while CFCH3 reduces it to 9.63 × 10 3 , corresponding to an improvement of approximately 45 % . A more pronounced difference is observed at ϕ = 0.10 , where CFTS exhibits a large error of 1.12 × 10 1 , whereas CFCH3 limits the error to 4.12 × 10 2 . In addition to improved accuracy, the CFCH schemes demonstrate competitive computational performance.
In particular, CFCH3 requires 640 total function calls (TFC) at ϕ = 0.90 , compared to 678 for CFES, indicating a reduction in computational effort. Overall, CFCH2 and CFCH3 provide a favorable balance between accuracy and efficiency across the range of fractional orders considered, supporting their effectiveness for fractional thermo-viscoelastic problems.
Table 5 shows that the proposed CFCHj scheme achieves a very small maximum error of 2.964 × 10 25 , indicating high approximation accuracy. The corresponding 2 error norm is also significantly reduced to 7.41 × 10 20 , confirming strong global accuracy of the method. The low iteration count (It-Count = 3) demonstrates rapid convergence of the nonlinear solver, while the reported percentage improvement ( 96.71 % ) reflects enhanced computational efficiency. These results are consistent with the error profiles shown in Figure 5b, where the absolute error remains uniformly small across the domain. Overall, the proposed scheme exhibits high accuracy, fast convergence, and robust numerical performance.

ANN-Based Framework: Numerical Results for FOEVP-I

The performance of the ANN-assisted CFCH scheme for FOEVP-I is illustrated in Figure 6a,b and Figure 7 and Table 6. These results highlight both the training behavior of the neural network and its impact on the overall numerical accuracy of the scheme.
The training curves in Figure 6a show a rapid decrease in the mean squared error (MSE), reaching approximately 3.63 × 10 27 after 210 epochs. The close alignment of the training, validation, and test curves indicates stable learning behavior and good generalization of the ANN model. Figure 6b further confirms convergence of the training process, as both the gradient norm and the adaptive learning parameter μ decrease steadily to 𝒪 ( 10 21 ) and 𝒪 ( 10 30 ) , respectively. These results indicate that the network parameters have reached a stable configuration and that the ANN provides reliable initial guesses for the nonlinear solver. The error histograms in Figure 7 demonstrate the distribution of absolute errors for different fractional orders ϕ . As  ϕ increases, the error distribution becomes increasingly concentrated near zero, indicating improved numerical accuracy. For larger values of ϕ , the method achieves near machine-precision accuracy, while for smaller ϕ the errors remain slightly larger but still within a very small range.
The quantitative metrics reported in Table 6 confirm the high accuracy and efficiency of the ANN-CFCH framework. The low MSE and small gradient values reflect the effectiveness of the ANN-based initialization, while the moderate computational time indicates that the improved convergence is achieved without excessive overhead. Overall, the ANN-assisted initialization significantly enhances the convergence behavior of the nonlinear solver and leads to improved accuracy compared with classical initialization strategies reported in the literature.

5.2. Application: Smart Thermal Regulation with Long-Memory Materials

In advanced thermal engineering applications [35], such as:
  • Phase-change heat storage systems;
  • Thermo-viscoelastic composites;
  • Nanostructured insulation layers;
  • Adaptive thermal shields.
The temperature evolution depends strongly on past heat exposure. Materials with an internal microstructure are capable of storing thermal energy, leading to delayed heat dissipation and pronounced nonlocal temporal effects (see Figure 8). Classical integer-order models are often inadequate to describe such hereditary behavior, whereas fractional calculus provides a natural and effective framework for incorporating thermal memory.
Let T ( x ) denote the temperature deviation from equilibrium, where x represents time. For  0 < ϕ < 1 , consider the modified fractional thermal system (CFIVP-II):
x ϕ c T ( x ) + k T ( x ) = 2 Γ ( 3 ϕ ) x 2 ϕ 1 Γ ( 2 ϕ ) x 1 ϕ + k x 2 E ϕ , 3 ( k x ϕ ) , T ( 0 ) = 0 , x > 0 ,
where:
k > 0 is the thermal dissipation coefficient;
x ϕ c denotes the Caputo fractional derivative;
E ϕ , β ( · ) is the two-parameter Mittag–Leffler function (MLF).
The corresponding analytical solution is given by
T ( x ) = x 2 E ϕ , 3 ( k x ϕ ) x E ϕ , 2 ( k x ϕ ) .
This solution reflects the interaction between two distinct thermal mechanisms: a polynomial heating contribution and a memory-driven dissipative response governed by the Mittag–Leffler functions. The latter introduces long-time relaxation effects that are characteristic of fractional-order thermal systems.
  • Engineering Interpretation
  • For ϕ = 1 , the solution reduces to:
    T ( x ) = x 2 e k x x e k x ,
    which exhibits classical exponential thermal decay.
  • For 0 < ϕ < 1 , the decay follows a Mittag–Leffler behavior, which is slower than exponential and reflects long-memory effects.
  • The second term introduces an additional dissipative contribution, leading to richer transient dynamics, including delayed stabilization.
  • The long-time behavior is algebraic:
    E ϕ , β ( k x ϕ ) 1 k x ϕ Γ ( 1 ϕ ) , x ,
    demonstrating persistent thermal memory.
Table 7, Table 8, Table 9 and Table 10 compare the exact and numerical solutions for ϕ = 1 obtained using CFES, CFTS, and CFCH1–CFCH3. The corresponding exact and approximate solutions, together with the associated error profiles for (41), are illustrated in Figure 9a,b.
In Table 7, the CFCH2 and CFCH3 schemes consistently outperform the classical methods. For instance, CFES yields a maximum error of 1.98 × 10 3 , whereas CFCH3 reduces it to 7.65 × 10 5 , corresponding to approximately a 25-fold reduction. Similarly, the  2 error decreases from 4.31 × 10 3 to 1.63 × 10 4 . These results demonstrate the improved accuracy and reduced global error propagation of the proposed schemes.
The experimental order of convergence (EOC) is computed using (40). The following table reports the convergence behavior for decreasing step sizes.
The results in Table 8 show a consistent reduction in the maximum error as the step size decreases. The computed EOC values approach 2, confirming the expected second-order convergence behavior of the CFCH1 scheme. Although the error magnitude is slightly higher compared to CFCH2, the method exhibits reliable and consistent convergence across all grid refinements.
This behavior is in agreement with the theoretical convergence result established in Theorem 1, and is further supported by the error trends reported in Table 7.
Table 9 shows that the CFCH2 and CFCH3 schemes significantly reduce the maximum error compared to CFES and CFTS. For example, at  ϕ = 0.50 , CFES yields a maximum error of 2.1365 × 10 1 , while CFCH3 reduces it to 8.214 × 10 3 , corresponding to a substantial reduction in error magnitude. At ϕ = 0.10 , CFTS exhibits a large error of 1.2483 × 10 1 , whereas CFCH3 limits the error to 3.6482 × 10 2 . In addition to improved accuracy, the CFCH schemes also demonstrate enhanced computational efficiency. For instance, CFCH3 requires only 622 total function calls at ϕ = 0.90 , compared to 689 for CFES, indicating a reduction in computational effort. Overall, CFCH2 and CFCH3 provide a favorable balance between accuracy and efficiency across the range of fractional orders considered.
Table 10 shows that the proposed CFCHj scheme achieves a very small maximum error of 1.873 × 10 25 using only two nonlinear iterations, indicating rapid convergence of the solver. The corresponding 2 error norm is also extremely small, confirming the high accuracy of the method. The reported percentage improvement ( 84.45 % ) indicates a reduction in computational effort while maintaining high solution accuracy. These results are consistent with the error profiles shown in Figure 9b, where the absolute error remains uniformly small across the computational domain. Overall, the proposed scheme demonstrates fast convergence, high accuracy, and efficient nonlinear solution behavior for the considered fractional problem.

ANN-Based Framework: Numerical Results for FOEVP-II

The performance of the ANN-CFCH scheme for FOEVP-II is illustrated in Figure 10a,b and Figure 11 and Table 11. The results demonstrate the high-precision convergence and robustness of the proposed hybrid framework.
From Figure 10a,b, it can be seen that the ANN-CFCH framework exhibits stable and consistent training behavior. The mean squared error decreases rapidly and reaches values on the order of 10 27 , while the gradient norm and adaptive parameter μ decay to approximately 𝒪 ( 10 27 ) and 𝒪 ( 10 29 ) , respectively. This indicates stable optimization and reliable convergence of the training process.
Figure 11 and Table 11 further confirm the high numerical accuracy of the proposed approach across fractional orders ϕ { 0.1 , 0.3 , 0.5 , 0.7 , 0.9 } . As  ϕ increases, the absolute errors progressively approach machine precision, whereas smaller values of ϕ produce slightly larger—yet still very small—errors.
Overall, compared with the classical ISBF approach (typically yielding MSE in the range 10 10 10 17 ), the ANN-CFCH scheme demonstrates significantly improved accuracy and faster convergence for nonlinear fractional thermo-viscoelastic rod problems.

5.3. Nonlocal and Memory-Dependent Problem [36]

Fractional relaxation equations arise naturally in materials and systems that exhibit hereditary (memory) effects. Unlike classical first-order relaxation models, fractional models incorporate the entire past history of the state variable through a weakly singular convolution kernel (see Figure 12).
Such models appear in:
Viscoelastic stress relaxation;
Dielectric polarization in complex media;
Heat transfer in materials with thermal memory;
Diffusion processes in porous or fractal structures.
In this setting, the forcing term is constructed to induce a nontrivial memory-driven response governed by the Mittag–Leffler function. We consider the Caputo fractional initial value problem (CFIVP-III):
ϕ c g ( x ) + λ g ( x ) = f ( x ) , x > 0 , g ( 0 ) = g 0 ,
where 0 < ϕ < 1 , λ > 0 , and  g 0 = 0.5 .
The forcing function is defined as follows:
f ( x ) = Γ ( ϕ + 1 ) Γ ( ϕ + 1 μ )   x ϕ μ + λ   x ϕ ,
where μ > 0 is non-integer, ensuring a non-polynomial response.
  • Exact analytical solution
The exact solution of (43) is given by
g ( x ) = g 0   E ϕ ( λ x ϕ ) + x μ ,
where E ϕ ( z ) = k = 0 z k Γ ( ϕ k + 1 ) denotes the one-parameter Mittag–Leffler function.
Numerical results are reported in Table 12, Table 13, Table 14 and Table 15 and Figure 13a,b.

5.4. Discussion

Table 12 further supports the effectiveness of the proposed schemes. The CFTS method exhibits relatively large errors ( 9.11 × 10 2 ), whereas CFCH3 achieves an error of 5.97 × 10 5 , corresponding to an improvement of more than two orders of magnitude. Similarly, the  L 2 norm decreases from 5.02 × 10 3 (CFES) to 1.31 × 10 4 (CFCH3), indicating a significant reduction in the global error constant.
These results demonstrate that the contraharmonic correction effectively reduces the leading truncation error term while improving the overall stability and accuracy of the numerical solution.
The experimental order of convergence (EOC) is computed using (40). The convergence behavior for decreasing step sizes is reported in Table 13.
Table 13 shows a clear reduction in the error as the step size decreases. After an initial pre-asymptotic regime (reflected by the EOC value 1.53), the observed convergence rates rapidly stabilize around 2, confirming the theoretical convergence order predicted in Theorem 1. The results indicate that the CFCH3 scheme achieves a smaller error constant compared to other members of the CFCH family while preserving the same theoretical order of convergence. The error decay is smooth and uniform across successive refinements, demonstrating robust numerical performance for finer discretizations. Furthermore, the error reduction observed here is consistent with the accuracy trends reported in Table 12, providing additional validation of the theoretical analysis.
Table 14 compares the performance of the considered implicit schemes for different fractional orders ϕ . The results show that the CFCH2 and CFCH3 schemes consistently achieve lower maximum errors than CFES and CFTS across all tested values of ϕ .
For instance, at  ϕ = 0.50 , CFES yields a maximum error of 1.98 × 10 2 , whereas CFCH3 reduces it to 7.84 × 10 3 , corresponding to an improvement of approximately 60 % . A more pronounced difference is observed at ϕ = 0.10 , where CFTS exhibits a large error of 1.09 × 10 1 , while CFCH3 limits the error to 3.41 × 10 2 . In addition to improved accuracy, the CFCH schemes demonstrate competitive computational performance. In particular, CFCH3 requires 616 total function calls (TFC) at ϕ = 0.90 , compared to 682 for CFES, indicating a reduction in computational effort.
These results highlight that, although all CFCH schemes share the same theoretical order of convergence, the choice of parameters ( γ 1 , γ 2 ) influences the error constant and computational efficiency. In particular, CFCH2 and CFCH3 provide a favorable balance between accuracy and efficiency across the range of fractional orders considered.
Table 15 reports an extremely small maximum error max 0 n N | e n | = 9.642 × 10 26 , indicating a substantial improvement compared with the corresponding results obtained in the previous test problems and illustrated in Figure 13b. The percent improvement in convergence (92.13%) further confirms the enhanced stability of the proposed scheme. Moreover, the reduced CPU time (2.9873 s) and memory usage (125.84 KB) demonstrate that this gain in accuracy is achieved without increasing the overall computational complexity. These results highlight the effectiveness of the CFCH framework in delivering highly accurate solutions while maintaining computational efficiency.

ANN-Based Framework: Numerical Results for FOEVP-III

The high-precision convergence and accuracy of the ANN-CFCH scheme for FOEVP-III are illustrated in Figure 14a,b and Figure 15 and Table 16.
Figure 14a,b exhibits consistent alignment between training, validation, and test curves, indicating robust convergence of the ANN component. The best validation performance reaches approximately 3.84 × 10 11 during training, while the final prediction accuracy reported in Table 16 achieves an error of 2.98 × 10 27 . The gradient norm and adaptive learning rate decrease to 𝒪 ( 10 21 ) and 𝒪 ( 10 31 ) , respectively, confirming stable optimization behavior.
Figure 15 and Table 16 further indicate that for fractional orders ϕ { 0.1 , 0.3 , 0.5 , 0.7 , 0.9 } , the ANN-CFCH scheme attains near machine precision for larger values of ϕ , while smaller ϕ values produce slightly larger—yet still very small—errors. Compared with the classical ISBF method (typically yielding MSE in the range 10 3 10 10 ), the ANN-enhanced approach demonstrates improved convergence behavior and higher solution accuracy for nonlinear fractional thermo-viscoelastic rod problems.

5.5. Example: Non-Homogeneous Nonlinear Fractional IVP

To illustrate the applicability of the proposed CFCHj family to realistic problems without exact solutions, consider the following nonlinear, non-homogeneous fractional initial value problem (CFIVP-IV):
D t ϕ c y ( t ) = 2 y ( t ) + y 2 ( t ) + sin ( t 2 ) , t [ 0 , 2 ] , y ( 0 ) = 1
where D t ϕ c denotes the Caputo derivative of order ϕ ( 0 , 1 ] .
  • Remarks:
  • The source term sin ( t 2 ) renders the problem non-homogeneous, while the nonlinear term y 2 ( t ) introduces quadratic nonlinearity.
  • No closed-form exact solution is available, making this problem suitable for assessing the robustness and convergence behavior of numerical schemes.
Table 17 provides a comparison of the numerical accuracy and computational performance of the considered fractional schemes. It is observed that the CFCH2 and CFCH3 variants achieve improved accuracy compared to the classical methods, with CFCH3 yielding the lowest maximum error and L 2 norm. In particular, CFCH3 reduces the maximum error from 1.48 × 10 3 (CFES) to 8.92 × 10 4 , demonstrating a consistent improvement in approximation quality.
In terms of computational efficiency, all methods exhibit comparable execution times, with only marginal overhead introduced by the contraharmonic correction. Overall, the results indicate that the CFCH2 and CFCH3 schemes provide a favorable balance between accuracy and computational cost, making them effective for the numerical simulation of nonlinear fractional dynamical systems.
The experimental order of convergence (EOC) is computed using (40). The following table reports the convergence behavior for decreasing step sizes.
The results in Table 18 demonstrate a consistent reduction in the maximum error as the step size decreases. The computed EOC values approach 2, confirming the expected second-order convergence behavior of the CFCHj scheme. The error reduction is smooth and monotone across all grid refinements, indicating stable numerical performance.
It is also observed that the reduction in error with decreasing step size in Table 17 is consistent with the convergence behavior reported in Theorem 1.
Table 19 further confirms the improved numerical performance of the proposed CFCHj schemes. For instance, at  ϕ = 0.50 , the maximum error is reduced from 1.7936 × 10 2 (CFES) to 6.742 × 10 3 (CFCH3), corresponding to a reduction of approximately 62 % . Similarly, for  ϕ = 0.10 , the error decreases from 6.4382 × 10 2 (CFES) to 3.0618 × 10 2 (CFCH3), indicating a reduction of more than 50 % .
In terms of computational efficiency, CFCH3 achieves a lower CPU time and reduced total function calls (TFCs). For example, at  ϕ = 0.90 , CFCH3 requires 602 function calls compared to 670 for CFES, representing a reduction of approximately 10 % . The storage cost remains comparable across all methods, indicating similar memory requirements. Overall, the results demonstrate that the proposed CFCHj schemes provide a favorable balance between accuracy and computational cost, with consistent error reduction and efficiency gains across all fractional orders.
Table 20 and Figure 16a,b indicate that the proposed CFCHj scheme achieves a maximum error of order 𝒪 ( 10 26 ) and an L 2 -norm of order 𝒪 ( 10 20 ) , confirming the high numerical accuracy of the computed solution. The reduction in both max | e n | and e n 2 is consistent with the theoretical convergence behavior. The observed performance improvement of approximately 93 % further highlights the effectiveness of the hybrid parallel framework in accelerating the implicit fractional scheme while preserving numerical accuracy.

ANN-Based Framework: Numerical Results for FOEVP-IV

The numerical performance of the ANN-accelerated CFCH scheme for FOEVP-IV is illustrated in Figure 17a,b and Figure 18 and Table 21. The results highlight the high numerical accuracy, rapid convergence, and stability of the proposed hybrid framework.
From Figure 17a,b, it can be seen that the ANN-assisted framework exhibits a stable and monotone convergence pattern. The mean squared error decreases rapidly and attains a level of 𝒪 ( 10 17 ) , while the gradient norm and adaptive parameter μ decay to 𝒪 ( 10 15 ) and 𝒪 ( 10 22 ) , respectively. This behavior indicates a well-conditioned optimization landscape and efficient training dynamics.
Figure 18 and Table 21 further demonstrate that the numerical error decreases consistently with increasing fractional order ϕ . In particular, for  ϕ 1 , the error approaches near machine precision, whereas for smaller ϕ , the error remains bounded, confirming stability across all tested regimes.
Compared with the classical ISBF method (typically yielding MSE in the range 10 10 10 17 ), the ANN-CFCH scheme achieves competitive or improved accuracy, together with faster convergence and improved numerical conditioning.

6. Conclusions

This study presented a class of implicit two-stage fractional schemes, denoted CFCHj, for the numerical approximation of fractional-order initial value problems (FOIVPs). The theoretical analysis established boundedness and perturbation stability under the Lipschitz continuity assumption on f ( x , g ) , thereby ensuring zero-stability of the discrete formulation. The consistency of the proposed schemes, together with zero-stability, guarantees convergence in the sense of the classical Dahlquist framework (Table 1 and Figure 1).
The numerical verification reported in Table 2, Table 3, Table 4, Table 5, Table 6, Table 7, Table 8, Table 9, Table 10, Table 11, Table 12, Table 13, Table 14, Table 15, Table 16, Table 17, Table 18, Table 19, Table 20 and Table 21 confirms that small perturbations in the initial condition,
g ˜ 0 = g 0 + ε , | ε | 1 ,
produce uniformly bounded deviations in the discrete solution, i.e.,
max 0 n N | g n g ˜ n | C | ε | ,
for some constant C > 0 independent of the step size h.
Computational experiments for different fractional orders ϕ ( 0 , 1 ] (see Table 4Table 9Table 14, and Table 19) indicate that the proposed hybrid implicit formulation achieves:
  • Reduced maximum error compared with the classical implicit schemes CFES and CFTS;
  • Improved computational efficiency in terms of CPU time and function evaluations;
  • Stable numerical behaviour across varying fractional orders;
  • Robust performance of the ANN-CFCH framework across all test problems (Table 6Table 11Table 16, and Table 21);
  • Near machine-precision accuracy for larger fractional orders, with rapid residual decay (Figure 7Figure 11Figure 15, and Figure 18);
  • Enhanced convergence behaviour of the ANN-CFCH scheme compared with classical iterative approaches.
In particular, the proposed CFCHj schemes reduce the maximum error from 𝒪 ( 10 3 ) (CFES) to approximately 𝒪 ( 10 5 ) 𝒪 ( 10 6 ) , depending on the fractional order ϕ . The ANN-enhanced CFCH scheme further improves the accuracy, achieving mean square errors in the range 𝒪 ( 10 17 ) 𝒪 ( 10 27 ) with stable convergence behavior.
The parallel MATLAB (R2023a) implementation (via parfor) further reduces the computational time while preserving the numerical properties of the method (Table 5Table 10Table 15, and Table 21). In particular, computational improvements of up to approximately 90 % in CPU efficiency are observed compared to the reference schemes while maintaining stability and accuracy across all tested fractional orders.
Overall, the proposed ANN-enhanced CFCHj framework provides a consistent integration of data-driven initialization with structure-preserving fractional time-stepping. This hybrid strategy offers a promising and efficient approach for the numerical solution of nonlinear fractional dynamical systems and suggests potential extensions to more complex models, including high-dimensional problems and coupled fractional systems.

6.1. Limitations

Despite the favourable performance of the proposed CFCHj and ANN-CFCH frameworks, several limitations should be noted:
The theoretical analysis relies on the global Lipschitz continuity of f, which may not be satisfied for strongly nonlinear, non-smooth, or discontinuous fractional systems.
The stability analysis is restricted to scalar FOIVPs. Extension to multi-dimensional or coupled systems requires additional spectral and matrix-based analysis, particularly in the presence of stiffness.
The nonlocal nature of fractional derivatives leads to increasing memory and computational costs as the number of time steps grows, which may limit scalability for long-time simulations.
The ANN component is trained offline and its performance depends on the representativeness of the training data, which may affect generalization to unseen problem classes.

6.2. Future Directions

Future research directions include:
Extending the stability and convergence analysis to nonlinear multi-dimensional and coupled fractional systems;
Developing adaptive step-size and error-control strategies to improve efficiency while preserving accuracy;
Designing higher-order implicit fractional schemes that maintain zero-stability and robustness;
Incorporating fast convolution and memory-reduction techniques (e.g., short-memory principles or FFT-based approaches) to mitigate the computational burden of fractional operators;
Establishing rigorous a priori and a posteriori error estimates for hybrid ANN-numerical schemes, particularly in stiff regimes;
Exploring generalization and transferability of the ANN initialization strategy across different classes of fractional differential equations.

Author Contributions

Conceptualization, M.S. and B.C.; methodology, M.S.; software, M.S.; validation, M.S.; formal analysis, B.C.; writing—original draft preparation, M.S. and B.C.; writing—review and editing, B.C.; visualization, M.S. and B.C.; supervision, B.C.; project administration, B.C.; funding acquisition, B.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the European Regional Development Fund (ERDF) 2021–2027 under Project AI4AM–EFRE1052. The authors also acknowledge support from the Open Access Publishing Fund of the Free University of Bozen-Bolzano.

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding author.

Conflicts of Interest

The authors declare that there are no conflicts of interest related to the publication of this article.

Appendix A. Details of the Stability Functions Used in Figure 1

Table A1. Stability comparison of IBF, ITF, and CHMFSj  ( j = 1 , 2 , 3 ) for selected fractional orders ϕ . Here z = λ h ϕ .
Table A1. Stability comparison of IBF, ITF, and CHMFSj  ( j = 1 , 2 , 3 ) for selected fractional orders ϕ . Here z = λ h ϕ .
MethodStability Function R ( z ) Region of StabilityRemarks
ϕ = 0.1
IBF 1 1 z Γ ( 1.1 ) Entire left half-plane ( z ) < 0 Strong decay of stiff modes
ITF 1 + z 2 Γ ( 1.1 ) 1 z 2 Γ ( 1.1 ) Entire left half-plane ( z ) < 0 Unbounded symmetric region;
CHMFSj 1 + z Γ ( 1.1 ) Φ 3 ( z , 0.1 ) Finite real interval [ z ( 0.1 ) , 0 ] Similar bounded real-axis stability
ϕ = 0.3
IBF 1 1 z Γ ( 1.3 ) Entire left half-plane ( z ) < 0 Unrestricted sectorial stability
ITF 1 + z 2 Γ ( 1.3 ) 1 z 2 Γ ( 1.3 ) Entire left half-plane ( z ) < 0 Bounded amplification on imaginary axis
CHMFSj 1 + z Γ ( 1.3 ) Φ j ( z , 0.3 ) Finite real interval [ z ( 0.3 ) , 0 ] Stability limited to bounded real segment
ϕ = 0.5
IBF 1 1 z Γ ( 1.5 ) Entire left half-plane ( z ) < 0 Strong damping for large negative z
ITF 1 + z 2 Γ ( 1.5 ) 1 z 2 Γ ( 1.5 ) Entire left half-plane ( z ) < 0 Stable for oscillatory and dissipative modes
CHMFSj 1 + z Γ ( 1.5 ) Φ j ( z , 0.5 ) Finite real interval [ z ( 0.5 ) , 0 ] Wider real-axis segment than IBF for moderate z
ϕ = 0.7
IBF 1 1 z Γ ( 1.7 ) Entire left half-plane ( z ) < 0 Unbounded sectorial region
ITF 1 + z 2 Γ ( 1.7 ) 1 z 2 Γ ( 1.7 ) Entire left half-plane ( z ) < 0 Stable over full dissipative spectrum
CHMFSj 1 + z Γ ( 1.7 ) Φ j ( z , 0.7 ) Finite real interval [ z ( 0.7 ) , 0 ] Suitable for moderate stiffness
ϕ = 0.9
IBF 1 1 z Γ ( 1.9 ) Entire left half-plane ( z ) < 0 Strong dissipative behavior
ITF 1 + z 2 Γ ( 1.9 ) 1 z 2 Γ ( 1.9 ) Entire left half-plane ( z ) < 0 Balanced amplification-decay response
CHMFSj 1 + z Γ ( 1.9 ) Φ j ( z , 0.9 ) Finite real interval [ z ( 0.9 ) , 0 ] Trade-off between accuracy and bounded stability

References

  1. Wu, D.T.; Jeffreys, N.; Diba, M.; Mooney, D.J. Viscoelastic biomaterials for tissue regeneration. Tissue Eng. Part C Methods 2022, 28, 289–300. [Google Scholar] [CrossRef]
  2. Ateshian, G.A.; Kroupa, K.R.; Petersen, C.A.; Zimmerman, B.K.; Maas, S.A.; Weiss, J.A. Damage mechanics of biological tissues in relation to viscoelasticity. J. Biomech. Eng. 2023, 145, 041011. [Google Scholar] [CrossRef]
  3. Ran, C.; Xu, X.; Hou, C.; Zhang, X. Numerical approximation of fourth-order fractional diffusion-wave systems using finite difference and discontinuous Galerkin method. Netw. Heterog. Media 2025, 20, 1346–1366. [Google Scholar] [CrossRef]
  4. Zhang, X.; Wang, H.; Luo, Z.; Wei, L. A high-accuracy compact finite difference scheme for time-fractional diffusion equations. Rev. Unión Mat. Argent. 2025, 24, 1952–1968. [Google Scholar] [CrossRef]
  5. Almeida, R. A Caputo fractional derivative of a function with respect to another function. Commun. Nonlinear Sci. Numer. Simul. 2017, 44, 460–481. [Google Scholar] [CrossRef]
  6. Liu, Y.R.; Gao, G.H.; Lu, J.Z. Exploration of Two Modified L1 Formulae to Approximate the Caputo Fractional Derivative. Commun. Appl. Math. Comput. 2025, 1–37. [Google Scholar] [CrossRef]
  7. Lekshmi, A.S.; Balakumar, V. A Four-Stage Runge–Kutta-Like Method for Fractional Initial Value Problems with Caputo Derivative and Its Application to Fractional Riccati Equations. J. Comput. Nonlinear Dyn. 2026, 21, 011001. [Google Scholar] [CrossRef]
  8. Murio, D.A. Stable numerical evaluation of Grünwald–Letnikov fractional derivatives applied to a fractional IHCP. Inverse Probl. Sci. Eng. 2009, 17, 229–243. [Google Scholar] [CrossRef]
  9. Beuken, L.; Cheffert, O.; Tutueva, A.; Butusov, D.; Legat, V. Numerical Stability and Performance of Semi-Explicit and Semi-Implicit Predictor–Corrector Methods. Mathematics 2022, 10, 2015. [Google Scholar] [CrossRef]
  10. Rufai, M.A.; Filippone, S.; Ramos, H.; Modanese, G. A new hybrid block collocation method for solving elliptic PDEs. Sci. Rep. 2025, 15, 36190. [Google Scholar] [CrossRef]
  11. Rufai, M.A. Numerical integration of third-order BVPs using a fourth-order hybrid block method. J. Comput. Sci. 2024, 81, 102338. [Google Scholar] [CrossRef]
  12. Motsa, S.S.; Oloniiju, S.D.; Sithole-Mthethwa, H. Rational hybrid block method for solving Bratu-type boundary value problems. Partial Differ. Equ. Appl. Math. 2025, 13, 101091. [Google Scholar] [CrossRef]
  13. Jajarmi, A.; Baleanu, D. A new iterative method for the numerical solution of high-order nonlinear fractional boundary value problems. Front. Phys. 2020, 8, 220. [Google Scholar] [CrossRef]
  14. Nasir, H.M.; Al-Hasani, K. A (0) and A (π/2) stabilities of fractional LMMs for fractional IVPs. IFAC-PapersOnLine 2025, 59, 157–162. [Google Scholar] [CrossRef]
  15. Duromola, M.K.; Akinmoladun, O.M.; Kolawole, D.R. Fractional-step block method for direct solution of third-order ordinary differential equations (IVPs). Abhath J. Basic Appl. Sci. 2024, 3, 9–17. Available online: https://ojs.abhath-ye.com/index.php/OJSRJBAS/article/view/594/550 (accessed on 15 April 2026).
  16. Sagir, A.M. A robust diagonally implicit block method for solving first-order stiff IVPs of ODEs. Appl. Math. Comput. Intell. 2022, 11, 252–273. Available online: https://ejournal.unimap.edu.my/index.php/amci/article/view/138 (accessed on 15 April 2026).
  17. Ullah, M.Z.; Ahmad, F.; Alshomrani, A.S.; Alzahrani, A.K.; Alghamdi, M.S.; Ahmad, S.; Ahmad, S. Frozen Jacobian iterative method for solving systems of nonlinear equations: Application to nonlinear IVPs and BVPs. J. Nonlinear Sci. Appl. 2016, 9, 6021–6033. [Google Scholar] [CrossRef]
  18. Agarwal, P.; Ibrahim, I.H. A new type of hybrid multistep multiderivative formula for solving stiff IVPs. Adv. Differ. Equ. 2019, 2019, 286. [Google Scholar] [CrossRef]
  19. Shams, M. Theoretical advances in two-step iterative schemes for nonlinear problems. Trans. Comput. Model. Intell. Syst. 2025, 1, 10011. [Google Scholar] [CrossRef]
  20. Okuonghae, R.I.; Ikhile, M.N.O.; Ogunleye, S.O. Some general linear methods for the numerical solution of non-stiff IVPs in ODEs. J. Algorithms Comput. Technol. 2013, 7, 41–63. [Google Scholar] [CrossRef]
  21. Ghazizadeh, H.R.; Maerefat, M.; Azimi, A. Explicit and implicit finite difference schemes for fractional Cattaneo equation. J. Comput. Phys. 2010, 229, 7042–7057. [Google Scholar] [CrossRef]
  22. Martínez, J.M. Quasi-Newton methods with factorization scaling for solving sparse nonlinear systems of equations. Computing 1987, 38, 133–141. [Google Scholar] [CrossRef]
  23. Shams, M.; Velichko, A.; Carpentieri, B. Direct Finite-Time Contraction (Step-Log) Profiling–Driven Optimization of Parallel Schemes for Nonlinear Problems on Multicore Architectures. arXiv 2026, arXiv:2601.13637. [Google Scholar] [CrossRef]
  24. Shams, M.; Carpentieri, B. On highly efficient fractional numerical method for solving nonlinear engineering models. Mathematics 2023, 11, 4914. [Google Scholar] [CrossRef]
  25. Binev, P.; Cohen, A.; Dahmen, W.; DeVore, R.; Petrova, G.; Wojtaszczyk, P. Convergence rates for greedy algorithms in reduced basis methods. SIAM J. Math. Anal. 2011, 43, 1457–1472. [Google Scholar] [CrossRef]
  26. Bakre, O.F.; Wusu, A.S.; Akanbi, M.A. An Explicit Single-Step Nonlinear Numerical Method for First Order Initial Value Problems (IVPs). J. Appl. Math. Phys. 2020, 8, 1729–1735. [Google Scholar] [CrossRef]
  27. Datsko, B.Y.; Kutniv, M.V. Explicit numerical methods for solving singular initial value problems for systems of second-order nonlinear ODEs. Numer. Algorithms 2025, 98, 929–942. [Google Scholar] [CrossRef]
  28. Corless, R.M.; Kaya, C.Y.; Moir, R.H. Optimal residuals and the Dahlquist test problem. Numer. Algorithms 2019, 81, 1253–1274. [Google Scholar] [CrossRef]
  29. Kadum, Z.J.; Abdul-Hassan, N.Y. New numerical methods for solving the initial value problem based on a symmetrical quadrature integration formula using hybrid functions. Symmetry 2023, 15, 631. [Google Scholar] [CrossRef]
  30. Hu, F.Q.; Hussaini, M.Y.; Manthey, J.L. Low-dissipation and low-dispersion Runge–Kutta schemes for computational acoustics. J. Comput. Phys. 1996, 124, 177–191. [Google Scholar] [CrossRef]
  31. Batiha, I.M.; Abdalsmad, H.F.; Jebril, I.H.; Al-Khawaldeh, H.O.; Alkasasbeh, W.A.A.; Momani, S. Trapezoidal scheme for the numerical solution of fractional initial value problems. Int. J. Robot. Control Syst. 2025, 5, 1238–1253. [Google Scholar] [CrossRef]
  32. Anderson, W.N.; Mays, M.E.; Morley, T.D.; Trapp, G.E. The contraharmonic mean of HSD matrices. SIAM J. Algebr. Discret. Methods 1987, 8, 674–682. [Google Scholar] [CrossRef]
  33. Weierstraß, K. Neuer Beweis des Satzes, daß jede ganze rationale Funktion einer Veranderlichen dargestellt werden kann als ein Produkt aus linearen Funktionen derselben Veranderlichen. Ges. Math. Werke 1903, 3, 251–269. [Google Scholar] [CrossRef]
  34. Peng, W.; Chen, L.; He, T. A modified fractional-order thermo-viscoelastic model and its application to a polymer micro-rod heated by a moving heat source. Appl. Math. Mech. 2022, 43, 507–522. [Google Scholar] [CrossRef]
  35. Kumar, V.; Kandasubramanian, B. Processing and design methodologies for advanced and novel thermal barrier coatings for engineering applications. Particuology 2016, 27, 1–28. [Google Scholar] [CrossRef]
  36. Sur, A. Non-local memory-dependent heat conduction in a magneto-thermoelastic problem. Waves Random Complex Media 2022, 32, 251–271. [Google Scholar] [CrossRef]
Figure 1. Stability regions of the fractional implicit schemes CFCH, CFES, and CFTS in the complex z-plane for fractional orders ϕ 1 . The plots illustrate the enlarged stability region of the CFCH family compared to CFES, and the A-stability of CFTS.
Figure 1. Stability regions of the fractional implicit schemes CFCH, CFES, and CFTS in the complex z-plane for fractional orders ϕ 1 . The plots illustrate the enlarged stability region of the CFCH family compared to CFES, and the A-stability of CFTS.
Appliedmath 06 00068 g001
Figure 2. Feedforward ANN architecture for predicting initial guesses k 2 [ 0 ] in the parallel Ehrlich iteration. The network takes six input features ( x n , g n , k 1 , C , γ 1 , γ 2 ) , uses two hidden layers with nonlinear activations, and outputs m candidate initial guesses.
Figure 2. Feedforward ANN architecture for predicting initial guesses k 2 [ 0 ] in the parallel Ehrlich iteration. The network takes six input features ( x n , g n , k 1 , C , γ 1 , γ 2 ) , uses two hidden layers with nonlinear activations, and outputs m candidate initial guesses.
Appliedmath 06 00068 g002
Figure 3. Hybrid ANN–Parallel Weierstrass (ANN-CHMFSj) framework. The ANN module (blue) predicts initial guesses k 2 [ 0 ] , which are refined by a parallel Weierstrass iteration. Colors indicate the main computational stages.
Figure 3. Hybrid ANN–Parallel Weierstrass (ANN-CHMFSj) framework. The ANN module (blue) predicts initial guesses k 2 [ 0 ] , which are refined by a parallel Weierstrass iteration. Colors indicate the main computational stages.
Appliedmath 06 00068 g003
Figure 4. Block diagram of the fractional thermo-viscoelastic rod with polynomial heating. The Caputo derivative introduces hereditary memory effects, while the elastic term 3 y ( t ) represents restoring forces.
Figure 4. Block diagram of the fractional thermo-viscoelastic rod with polynomial heating. The Caputo derivative introduces hereditary memory effects, while the elastic term 3 y ( t ) represents restoring forces.
Appliedmath 06 00068 g004
Figure 5. Exact and numerical solutions together with the corresponding absolute error distribution for the fractional-order problem (34). (a) Comparison between exact and numerical solutions. (b) Absolute error profile corresponding to the numerical solution of (34).
Figure 5. Exact and numerical solutions together with the corresponding absolute error distribution for the fractional-order problem (34). (a) Comparison between exact and numerical solutions. (b) Absolute error profile corresponding to the numerical solution of (34).
Appliedmath 06 00068 g005
Figure 6. Training and transition statistics of the ANN-CFCH framework for solving (34). Panel (a) shows the MSE evolution, while panel (b) reports the gradient, damping parameter, and validation behavior.
Figure 6. Training and transition statistics of the ANN-CFCH framework for solving (34). Panel (a) shows the MSE evolution, while panel (b) reports the gradient, damping parameter, and validation behavior.
Appliedmath 06 00068 g006
Figure 7. Error histograms for different fractional parameters ϕ , illustrating the decay of absolute errors and the high numerical precision of the ANN-CFCH scheme. Lower ϕ values correspond to larger errors, while higher values of ϕ yield increasingly accurate approximations.
Figure 7. Error histograms for different fractional parameters ϕ , illustrating the decay of absolute errors and the high numerical precision of the ANN-CFCH scheme. Lower ϕ values correspond to larger errors, while higher values of ϕ yield increasingly accurate approximations.
Appliedmath 06 00068 g007
Figure 8. Structural control diagram of the fractional thermal regulation system. The plant dynamics include a Caputo fractional derivative, modeling thermal memory effects. The feedback loop ensures temperature tracking while accounting for hereditary heat storage.
Figure 8. Structural control diagram of the fractional thermal regulation system. The plant dynamics include a Caputo fractional derivative, modeling thermal memory effects. The feedback loop ensures temperature tracking while accounting for hereditary heat storage.
Appliedmath 06 00068 g008
Figure 9. Exact and numerical solutions together with the corresponding absolute error distribution for the fractional-order problem (41). (a) Comparison between exact and numerical solutions. (b) Absolute error profile corresponding to the numerical solution of (41).
Figure 9. Exact and numerical solutions together with the corresponding absolute error distribution for the fractional-order problem (41). (a) Comparison between exact and numerical solutions. (b) Absolute error profile corresponding to the numerical solution of (41).
Appliedmath 06 00068 g009
Figure 10. Training and transition statistics of the ANN-CFCH hybrid framework for solving (41). Panel (a) shows the evolution of the mean squared error during training, while panel (b) reports the gradient norm, adaptive parameter μ , and validation checks.
Figure 10. Training and transition statistics of the ANN-CFCH hybrid framework for solving (41). Panel (a) shows the evolution of the mean squared error during training, while panel (b) reports the gradient norm, adaptive parameter μ , and validation checks.
Appliedmath 06 00068 g010
Figure 11. Error histograms for different fractional parameters ϕ , illustrating the rapid decay of absolute errors and the high numerical precision achieved by the ANN-CFCH scheme. Larger values of ϕ lead to errors approaching machine precision.
Figure 11. Error histograms for different fractional parameters ϕ , illustrating the rapid decay of absolute errors and the high numerical precision achieved by the ANN-CFCH scheme. Larger values of ϕ lead to errors approaching machine precision.
Appliedmath 06 00068 g011
Figure 12. Physical schematic of the fractional thermal control system with Caputo memory, heater input u ( t ) , and heat dissipation k T ( t ) .
Figure 12. Physical schematic of the fractional thermal control system with Caputo memory, heater input u ( t ) , and heat dissipation k T ( t ) .
Appliedmath 06 00068 g012
Figure 13. Exact and numerical solutions together with the corresponding absolute error distribution for the fractional-order problem (43). (a) Comparison between exact and numerical solutions. (b) Absolute error profile corresponding to the numerical solution of (43).
Figure 13. Exact and numerical solutions together with the corresponding absolute error distribution for the fractional-order problem (43). (a) Comparison between exact and numerical solutions. (b) Absolute error profile corresponding to the numerical solution of (43).
Appliedmath 06 00068 g013
Figure 14. Panels (a,b) report the training and transition statistics of the ANN-CFCH hybrid framework for solving (43).
Figure 14. Panels (a,b) report the training and transition statistics of the ANN-CFCH hybrid framework for solving (43).
Appliedmath 06 00068 g014
Figure 15. Error histograms for different fractional parameters ϕ , illustrating the decay of the absolute error and the high numerical precision of the ANN-CFCH scheme. Smaller ϕ values correspond to slightly larger errors, while ϕ = 0.9 achieves near machine precision.
Figure 15. Error histograms for different fractional parameters ϕ , illustrating the decay of the absolute error and the high numerical precision of the ANN-CFCH scheme. Smaller ϕ values correspond to slightly larger errors, while ϕ = 0.9 achieves near machine precision.
Appliedmath 06 00068 g015
Figure 16. Numerical solutions together with the corresponding absolute error distribution for the fractional-order problem (45). (a) Comparison between numerical solutions. (b) Absolute error profile corresponding to the numerical solution of (45).
Figure 16. Numerical solutions together with the corresponding absolute error distribution for the fractional-order problem (45). (a) Comparison between numerical solutions. (b) Absolute error profile corresponding to the numerical solution of (45).
Appliedmath 06 00068 g016
Figure 17. Training and transition statistics of the ANN-CFCH framework for solving (45). Panel (a) depicts the decay of the mean squared error (MSE), while panel (b) shows the evolution of the gradient norm, adaptive parameter μ , and validation performance.
Figure 17. Training and transition statistics of the ANN-CFCH framework for solving (45). Panel (a) depicts the decay of the mean squared error (MSE), while panel (b) shows the evolution of the gradient norm, adaptive parameter μ , and validation performance.
Appliedmath 06 00068 g017
Figure 18. Error histograms for different fractional orders ϕ , illustrating the decay of absolute errors. For larger ϕ , the numerical error approaches near machine precision, confirming the high accuracy of the ANN-CFCH scheme.
Figure 18. Error histograms for different fractional orders ϕ , illustrating the decay of absolute errors. For larger ϕ , the numerical error approaches near machine precision, confirming the high accuracy of the ANN-CFCH scheme.
Appliedmath 06 00068 g018
Table 1. Real-axis stability intervals S R = [ z left , 0 ] for different fractional orders ϕ .
Table 1. Real-axis stability intervals S R = [ z left , 0 ] for different fractional orders ϕ .
ϕ Γ ( ϕ + 1 ) CFCH1CFCH2CFCH3CFESCFTS
0.100.95135 [ 1.902 ,   0 ] [ 1.902 ,   0 ] [ 1.902 ,   0 ] [ 0.951 ,   0 ] ( 0.731 , 0 ]
0.300.89747 [ 1.794 ,   0 ] [ 1.794 ,   0 ] [ 1.794 ,   0 ] [ 0.897 ,   0 ] ( 0.869 , 0 ]
0.500.88623 [ 1.772 ,   0 ] [ 1.772 ,   0 ] [ 1.772 ,   0 ] [ 0.886 ,   0 ] ( 0.934 , 0 ]
0.700.90863 [ 1.817 ,   0 ] [ 1.817 ,   0 ] [ 1.817 ,   0 ] [ 0.909 ,   0 ] ( 0.905 , 0 ]
0.900.96177 [ 1.923 ,   0 ] [ 1.923 ,   0 ] [ 1.923 ,   0 ] [ 0.962 ,   0 ] ( 0.871 , 0 ]
Table 2. Summary of accuracy metrics and computational performance of the proposed fractional-order scheme applied to (34) for ϕ = 1 .
Table 2. Summary of accuracy metrics and computational performance of the proposed fractional-order scheme applied to (34) for ϕ = 1 .
MethodOrder max 0 n N | e n | e n 2 CPU Time (s)
CFES2 1.62 × 10 3 3.91 × 10 3 0.018
CFTS1 7.62 × 10 2 1.34 × 10 1 0.012
CFCH1 2 ϕ   ( = 2   for   ϕ = 1 ) 4.38 × 10 3 7.85 × 10 3 0.016
CFCH2 2 ϕ   ( = 2   for   ϕ = 1 ) 1.21 × 10 3 2.74 × 10 3 0.020
CFCH3 2 ϕ   ( = 2   for   ϕ = 1 ) 1.09 × 10 3 2.41 × 10 3 0.021
e n = g n g ( x n ) denotes the pointwise error.
All methods are implemented under identical tolerance and stopping criteria.
Best Accuracy AchievedCFCH3
Highest Computational EfficiencyCFCH1
Table 3. Convergence test results for the CFCHj scheme applied to (34).
Table 3. Convergence test results for the CFCHj scheme applied to (34).
Step Size hMax Error E ( h ) EOC
0.10 1.21 × 10 3 1.76
0.05 3.12 × 10 4 1.95
0.025 7.84 × 10 5 1.99
0.0125 1.96 × 10 5 2.00
Table 4. Performance of five implicit schemes for different fractional orders ϕ in (34).
Table 4. Performance of five implicit schemes for different fractional orders ϕ in (34).
Implicit Backward Euler Method—CFES
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00910.065101118.7730
0.300.00250.098593120.1702
0.500.00150.017474119.6711
0.700.00200.053249120.3706
0.900.00200.007702119.9678
Implicit Trapezoidal Method—CFTS
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.004411.157860145.3790
0.300.00184.723383143.8786
0.500.00171.833645142.0794
0.700.00170.615827143.2798
0.900.00180.168974141.1790
Implicit Contraharmonic-Mean Method—CFCH1
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00480.463470160.2898
0.300.00200.304715158.6892
0.500.00200.320305156.7894
0.700.00190.252672155.8854
0.900.00190.088109153.2900
Implicit Contraharmonic-Mean Method—CFCH2
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00360.052310132.4760
0.300.00190.031845131.2748
0.500.00180.014202130.7752
0.700.00180.010984129.9741
0.900.00170.006115128.5735
Implicit Contraharmonic-Mean Method—CFCH3
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00280.041220125.6690
0.300.00160.020745124.8676
0.500.00140.009631124.1668
0.700.00140.006284123.7654
0.900.00130.004872122.9640
Table 5. Performance metrics of the CFCHj scheme with parfor OpenMP-type implementation for (34).
Table 5. Performance metrics of the CFCHj scheme with parfor OpenMP-type implementation for (34).
MethodIt-Count max 0 n N | e n | CPU Time (s)M-Usage (KB) e n 2 P-Improvement
CFCHj3 2.964 × 10 25 3.2187128.92 7.41 × 10 20 96.71
Table 6. Error and convergence metrics of the ANN-CFCH scheme for solving (34).
Table 6. Error and convergence metrics of the ANN-CFCH scheme for solving (34).
SchemeIterationsMean Square ErrorCPU Time (s)M-Usage (KB)GradientAdaptive Learning Rate
ANN-CFCH210 3.627 × 10 27 3.4354137.08 9.896 × 10 21 1.0 × 10 30
Table 7. Summary of accuracy metrics and computational performance of the proposed fractional-order scheme applied to (41) for ϕ = 1 .
Table 7. Summary of accuracy metrics and computational performance of the proposed fractional-order scheme applied to (41) for ϕ = 1 .
MethodOrder max 0 n N | e n | e n 2 CPU Time (s)
CFES2 1.98 × 10 3 4.31 × 10 3 0.018
CFTS1 7.48 × 10 2 1.41 × 10 1 0.012
CFCH1 2 ϕ 4.11 × 10 4 7.33 × 10 4 0.014
CFCH2 2 ϕ 8.92 × 10 5 1.84 × 10 4 0.016
CFCH3 2 ϕ 7.65 × 10 5 1.63 × 10 5 0.017
Additional Information
e n = g n g ( x n ) denotes the pointwise error.
All methods implemented under identical tolerance and stopping criteria.
Best Accuracy AchievedCFCH2
Highest Computational EfficiencyCFCH1
Table 8. Convergence test results for the CFCHj scheme applied to (41).
Table 8. Convergence test results for the CFCHj scheme applied to (41).
Step Size h Max Error E ( h ) EOC
0.10 2.48 × 10 3 1.76
0.05 6.35 × 10 4 1.97
0.025 1.60 × 10 4 1.99
0.0125 4.02 × 10 5 1.99
Table 9. Performance of five implicit schemes for different fractional orders ϕ in (41).
Table 9. Performance of five implicit schemes for different fractional orders ϕ in (41).
Implicit Backward Euler Method—CFES
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00950.071842119.1742
0.300.00270.102315120.8714
0.500.00160.21365119.9720
0.700.00215.6913 × 10 1 121.0711
0.900.00219.8642 × 10 2 120.4689
Implicit Trapezoidal Method—CFTS
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.004612.483270146.7812
0.300.00195.104862144.9804
0.500.00182.014756143.5810
0.700.00180.682914144.1816
0.900.00190.189742142.6806
Implicit Contraharmonic-Mean Method—CFCH1
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00450.398615158.4876
0.300.00210.281934157.2868
0.500.00200.214703155.9860
0.700.00190.168522154.6842
0.900.00180.079315152.8830
Implicit Contraharmonic-Mean Method—CFCH2
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00350.048731131.6752
0.300.00180.027914130.5739
0.500.00170.012874129.8731
0.700.00170.009306128.9720
0.900.00160.005382127.6712
Implicit Contraharmonic-Mean Method—CFCH3
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00260.036482124.3672
0.300.00150.018963123.6660
0.500.00130.008214122.8648
0.700.00130.005701122.1636
0.900.00120.004215121.4622
Table 10. Performance metrics of the CFCHj scheme with parfor OpenMP-type implementation for (41).
Table 10. Performance metrics of the CFCHj scheme with parfor OpenMP-type implementation for (41).
MethodIt-Count max 0 n N | e n | CPU Time (s)M-Usage (KB) e n 2 P-Improvement
CFCHj2 1.873 × 10 25 3.1045127.36 4.98 × 10 20 84.45
Table 11. Error and convergence metrics of the ANN-CFCH scheme for solving (41).
Table 11. Error and convergence metrics of the ANN-CFCH scheme for solving (41).
SchemeIterationsMean Square ErrorCPU Time (s)M-Usage (KB)GradientAdaptive Learning Rate
ANN-CFCH215 5.124 × 10 27 3.512138.45 1.12 × 10 20 1.2 × 10 30
Table 12. Summary of accuracymetrics and computational performance of the proposed fractional-order schemes applied to (43) for ϕ = 1 .
Table 12. Summary of accuracymetrics and computational performance of the proposed fractional-order schemes applied to (43) for ϕ = 1 .
MethodOrder max 0 n N | e n | e n 2 CPU Time (s)
CFES2 2.36 × 10 3 5.02 × 10 3 0.020
CFTS1 9.11 × 10 2 1.63 × 10 1 0.014
CFCH1 2 ϕ 3.57 × 10 4 6.28 × 10 4 0.015
CFCH2 2 ϕ 6.84 × 10 5 1.52 × 10 4 0.017
CFCH3 2 ϕ 5.97 × 10 5 1.31 × 10 4 0.018
e n = g n g ( x n ) denotes the pointwise error.
All methods are implemented under identical tolerance and stopping criteria.
Best Accuracy AchievedCFCH2
Highest Computational EfficiencyCFCH1
Table 13. Convergence test results for the CFCHj scheme applied to (43).
Table 13. Convergence test results for the CFCHj scheme applied to (43).
Step Size h Max Error E ( h ) EOC
0.10 9.85 × 10 4 1.53
0.05 2.48 × 10 4 1.99
0.025 6.20 × 10 5 2.00
0.0125 1.55 × 10 5 2.00
Table 14. Performance of five implicit schemes for different fractional orders ϕ in (43).
Table 14. Performance of five implicit schemes for different fractional orders ϕ in (43).
Implicit Backward Euler Method—CFES
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00920.068457118.9735
0.300.00260.094278120.4708
0.500.00150.019842119.7715
0.700.00200.051376120.6703
0.900.00200.008913120.1682
Implicit Trapezoidal Method—CFTS
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.004510.932184145.9798
0.300.00194.586217144.2790
0.500.00171.756309142.8802
0.700.00180.598214143.5808
0.900.00180.162845141.9796
Implicit Contraharmonic-Mean Method—CFCH1
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00460.352814157.6862
0.300.00200.247615156.1854
0.500.00190.198473154.9846
0.700.00190.149638153.7834
0.900.00180.071524152.1820
Implicit Contraharmonic-Mean Method—CFCH2
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00340.045918131.0744
0.300.00180.025781129.8732
0.500.00170.011963129.1724
0.700.00160.008742128.3712
0.900.00160.005014127.4704
Implicit Contraharmonic-Mean Method—CFCH3
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00270.034105123.9664
0.300.00150.017402123.1652
0.500.00130.007836122.4640
0.700.00130.005214121.8628
0.900.00120.003984121.0616
Table 15. Performance metrics of the CFCHj scheme with parfor OpenMP-type implementation for (43).
Table 15. Performance metrics of the CFCHj scheme with parfor OpenMP-type implementation for (43).
MethodIt-Count max 0 n N | e n = g n g ( x n ) | CPU Time (s)M-Usage (KB) e n = g n g ( x n ) 2 P-Improvement
CFCHj2 9.642 × 10 26 2.9873125.84 2.17 × 10 20 92.13
Table 16. Error and convergence metrics of the ANN-CFCH scheme for solving (43).
Table 16. Error and convergence metrics of the ANN-CFCH scheme for solving (43).
SchemeIterationsMean Square ErrorCPU Time (s)M-Usage (KB)GradientAdaptive Learning Rate
ANN-CFCH205 2.982 × 10 27 3.402136.75 8.45 × 10 21 9.5 × 10 31
Table 17. Accuracy and computational performance comparison of fractional schemes applied to (45) for ϕ = 1 .
Table 17. Accuracy and computational performance comparison of fractional schemes applied to (45) for ϕ = 1 .
MethodOrder max 0 n N | e n = y n y ( t n ) | e n = y n y ( t n ) 2 CPU Time (s)
CFES2 1.48 × 10 3 3.62 × 10 3 0.017
CFTS1 6.95 × 10 2 1.21 × 10 1 0.011
CFCH1 2 ϕ 3.96 × 10 3 7.12 × 10 3 0.015
CFCH2 2 ϕ 9.85 × 10 4 2.31 × 10 3 0.018
CFCH3 2 ϕ 8.92 × 10 4 2.05 × 10 3 0.019
Additional Information
e n = y n y ( t n ) denotes the pointwise error at grid nodes.
All simulations performed under identical discretization and tolerance settings.
Best Accuracy AchievedCFCH3
Highest Computational EfficiencyCFCH3
Table 18. Convergence test results for the CFCHj scheme applied to (45).
Table 18. Convergence test results for the CFCHj scheme applied to (45).
Step Size h Max Error E ( h ) EOC
0.10 3.75 × 10 3 1.73
0.05 9.20 × 10 4 2.03
0.025 2.28 × 10 4 2.01
0.0125 5.64 × 10 5 2.02
Table 19. Performance comparison of implicit schemes for different fractional orders ϕ in (45).
Table 19. Performance comparison of implicit schemes for different fractional orders ϕ in (45).
Implicit Backward Euler Method—CFES
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00900.064382118.5728
0.300.00250.091764119.8702
0.500.00140.017936119.2709
0.700.00190.049208119.7695
0.900.00190.007584119.0670
Implicit Trapezoidal Method—CFTS
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.004310.215638144.8782
0.300.00184.281503143.5776
0.500.00161.642915142.1788
0.700.00170.564307142.9792
0.900.00170.151296141.3780
Implicit Contraharmonic-Mean Method—CFCH1
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00450.318462156.2845
0.300.00190.228914154.8838
0.500.00180.176238153.6826
0.700.00180.132547152.4812
0.900.00170.063218151.0798
Implicit Contraharmonic-Mean Method—CFCH2
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00320.041825129.6732
0.300.00170.022417128.4718
0.500.00160.010542127.8706
0.700.00150.007214127.0694
0.900.00150.004308126.2686
Implicit Contraharmonic-Mean Method—CFCH3
ϕ Computational Time (s) max | e ( t ) | Storage Cost (KB)TFC
0.100.00250.030618122.5650
0.300.00140.015204121.7638
0.500.00120.006742121.0626
0.700.00120.004328120.4614
0.900.00110.003215119.8602
Table 20. Performance metrics of the CFCHj scheme with parfor OpenMP-type implementation for (45).
Table 20. Performance metrics of the CFCHj scheme with parfor OpenMP-type implementation for (45).
MethodIt-Count max 0 n N | e n = y n y ( t n ) | CPU Time (s)M-Usage (KB) e n = y n y ( t n ) 2 P-Improvement
CFCHj3 7.318 × 10 26 2.6541124.92 1.83 × 10 20 93.47
Table 21. Error and convergence metrics of the ANN-CFCH scheme for solving (45).
Table 21. Error and convergence metrics of the ANN-CFCH scheme for solving (45).
SchemeIterationsMean Square ErrorCPU Time (s)M-Usage (KB)GradientAdaptive Learning Rate
ANN-CFCH208 3.872 × 10 17 3.284136.92 8.64 × 10 15 9.5 × 10 22
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Shams, M.; Carpentieri, B. On Efficient Two-Stage Implicit Schemes for Fractional Differential Equations: Parallel OpenMP-Type Execution and Learning-Guided Initializations. AppliedMath 2026, 6, 68. https://doi.org/10.3390/appliedmath6050068

AMA Style

Shams M, Carpentieri B. On Efficient Two-Stage Implicit Schemes for Fractional Differential Equations: Parallel OpenMP-Type Execution and Learning-Guided Initializations. AppliedMath. 2026; 6(5):68. https://doi.org/10.3390/appliedmath6050068

Chicago/Turabian Style

Shams, Mudassir, and Bruno Carpentieri. 2026. "On Efficient Two-Stage Implicit Schemes for Fractional Differential Equations: Parallel OpenMP-Type Execution and Learning-Guided Initializations" AppliedMath 6, no. 5: 68. https://doi.org/10.3390/appliedmath6050068

APA Style

Shams, M., & Carpentieri, B. (2026). On Efficient Two-Stage Implicit Schemes for Fractional Differential Equations: Parallel OpenMP-Type Execution and Learning-Guided Initializations. AppliedMath, 6(5), 68. https://doi.org/10.3390/appliedmath6050068

Article Metrics

Back to TopTop