Processing math: 100%
Research article

Assessing green bond risk: an empirical investigation

  • Received: 21 April 2021 Accepted: 24 June 2021 Published: 28 June 2021
  • JEL Codes: G15, F36

  • Green bonds have gained a significant share in the bond market. However, dynamic risk and its spillover to other conventional bond investments plays an important role in its understanding. In this paper, we analyze the volatility and correlation dynamics between conventional bond and green bond assets under both loose and stringent eligibility green-labeled criteria. We build dynamic conditional correlation (DCC) model specifications using alternative distributional assumptions. We also assess risk dynamics expressed by Value-at-Risk (VaR) and its corresponding loss function. We illustrate risk assessment in within and out-of-sample periods using conventional and green bond returns. The results show that there is significant spillover between conventional and green bond assets, triggering significant hedging strategies. However, these spillover effects are subjected to the type of green-labeled criteria. Finally, a risk assessment using VaR forecasting and its corresponding loss function estimation also demonstrates significant differentiation between green and conventional bonds.

    Citation: Aikaterini (Katerina) Tsoukala, Georgios Tsiotas. Assessing green bond risk: an empirical investigation[J]. Green Finance, 2021, 3(2): 222-252. doi: 10.3934/GF.2021012

    Related Papers:

    [1] Zhongdi Cen, Jian Huang, Aimin Xu . A posteriori mesh method for a system of singularly perturbed initial value problems. AIMS Mathematics, 2022, 7(9): 16719-16732. doi: 10.3934/math.2022917
    [2] Essam R. El-Zahar . Approximate analytical solution of singularly perturbed boundary value problems in MAPLE. AIMS Mathematics, 2020, 5(3): 2272-2284. doi: 10.3934/math.2020150
    [3] Şuayip Toprakseven, Seza Dinibutun . Error estimations of a weak Galerkin finite element method for a linear system of 2 coupled singularly perturbed reaction-diffusion equations in the energy and balanced norms. AIMS Mathematics, 2023, 8(7): 15427-15465. doi: 10.3934/math.2023788
    [4] Kanagaraj Muthuselvan, Baskar Sundaravadivoo, Kottakkaran Sooppy Nisar, Suliman Alsaeed . Discussion on iterative process of nonlocal controllability exploration for Hilfer neutral impulsive fractional integro-differential equation. AIMS Mathematics, 2023, 8(7): 16846-16863. doi: 10.3934/math.2023861
    [5] Yige Zhao, Yibing Sun, Zhi Liu, Yilin Wang . Solvability for boundary value problems of nonlinear fractional differential equations with mixed perturbations of the second type. AIMS Mathematics, 2020, 5(1): 557-567. doi: 10.3934/math.2020037
    [6] Samia Bushnaq, Sajjad Ali, Kamal Shah, Muhammad Arif . Approximate solutions to nonlinear fractional order partial differential equations arising in ion-acoustic waves. AIMS Mathematics, 2019, 4(3): 721-739. doi: 10.3934/math.2019.3.721
    [7] T. Prathap, R. Nageshwar Rao . Fitted mesh methods based on non-polynomial splines for singularly perturbed boundary value problems with mixed shifts. AIMS Mathematics, 2024, 9(10): 26403-26434. doi: 10.3934/math.20241285
    [8] Bing Hu, Yingting Qiu, Weiting Zhou, Luyao Zhu . Existence of solution for an impulsive differential system with improved boundary value conditions. AIMS Mathematics, 2023, 8(7): 17197-17207. doi: 10.3934/math.2023878
    [9] Zena Talal Yassin, Waleed Al-Hayani, Ali F. Jameel, Ala Amourah, Nidal Anakira . Solving fuzzy system of Fredholm integro-differential equations of the second kind by using homotopy analysis method. AIMS Mathematics, 2025, 10(1): 1704-1740. doi: 10.3934/math.2025078
    [10] Nien-Tsu Hu, Sekar Elango, Chin-Sheng Chen, Murugesan Manigandan . Computational methods for singularly perturbed differential equations with advanced argument of convection-diffusion type. AIMS Mathematics, 2024, 9(8): 22547-22564. doi: 10.3934/math.20241097
  • Green bonds have gained a significant share in the bond market. However, dynamic risk and its spillover to other conventional bond investments plays an important role in its understanding. In this paper, we analyze the volatility and correlation dynamics between conventional bond and green bond assets under both loose and stringent eligibility green-labeled criteria. We build dynamic conditional correlation (DCC) model specifications using alternative distributional assumptions. We also assess risk dynamics expressed by Value-at-Risk (VaR) and its corresponding loss function. We illustrate risk assessment in within and out-of-sample periods using conventional and green bond returns. The results show that there is significant spillover between conventional and green bond assets, triggering significant hedging strategies. However, these spillover effects are subjected to the type of green-labeled criteria. Finally, a risk assessment using VaR forecasting and its corresponding loss function estimation also demonstrates significant differentiation between green and conventional bonds.



    In this paper, we consider the following unconstrained optimization problem:

    min{f(x)xRn}, (1.1)

    where f:RnR is a continuously differentiable function and its gradient is denoted by g(x)=f(x). Generally, (1.1) iterates along the following form:

    xk+1=xk+sk, for all k0, (1.2)

    where sk=αkdk, dk is the search direction, αk>0 is a step length often obtained by a line search along dk.

    There are many methods to solve unconstrained optimization problem (1.1). Among these methods, The Newton method has a second-order convergence rate when the Hessian matrix 2f(xk) is positive definite, but it cannot ensure that the direction chosen for the objective function at xk is a descent while solving unconstrained optimization problems. In addition, every iterations of the Newton method requires the second-order gradient of the objective function, namely the Hessian matrix, which is computationally complex for large-scale problems. To address large-scale problems more effectively, the quasi-Newton method was proposed. The quasi-Newton approach updates the search direction using an approximation Hessian matrix instead of the true Hessian matrix used in the Newton method. This approach can reduce the computation of second-order derivatives, lower the computational complexity, and handle non-differentiable functions in some special cases [1].

    The quasi-Newton method is recognized as one of the excellent iterative methods for solving large-scale unconstrained optimization problems (for relevant research, see [22–25]). The fundamental concept of the quasi-Newton technique is to substitute an approximate matrix Bk for the Hessian matrix 2f(xk) in the Newton method [1]. In order to satisfy the secant equation, i.e.,

    Bk+1sk=yk, (1.3)

    where sk=xk+1xk, yk=gk+1gk, the approximate matrix Bk of the Hessian matrix is constructed using the quasi-Newton update formula. The direction of the quasi-Newton method can be calculated directly by the following formula:

    d0=g0,dk=Hkgk, for all k0, (1.4)

    where Hk is the approximation of 2f(xk)1 and satisfies secant equation, Hk+1yk=sk, for all k0.

    The numerical performance of the quasi-Newton method is directly impacted by the updating of Hk. There are many updated formulas of Hk such as the DFP formula, the BFGS formula, and the SR1 formula. These methods, which are composed of different updating formulas, are particularly effective in solving unconstrained optimization problems and they have promising computational performance in practical problems.

    The BFGS method, independently proposed by Broyden, Fletcher, Goldfarb, and Shanno [9–13], is one of the most widely used and successful quasi-Newton methods. Bk is always positive definite during the computation; hence, the BFGS method keeps the convergence and stability for optimization problems. Moreover, the BFGS method has emerged as the preferred option for many applications, including neural networks, image processing, and machine learning (see [26–28]). The BFGS formula is as follows:

    BBFGSk+1=Bk+ykyTksTkykBksksTkBksTkBksk, (1.5)
    HBFGSk+1=HkskyTkHk+HkyksTksTkyk+(1+yTkHkyksTkyk)sksTksTkyk. (1.6)

    The BFGS formula satisfies the secant equation (1.3). Many researchers have improved the formula (1.3) to enhance numerical stability and the accuracy of the approximation Hessian matrix. Zhang et al. [2], Zhang and Xu [3] put forward a modified secant condition

    Bk+1sk=ˇyk, (1.7)
    ˇyk=yk+τˇηksTkwkwk, (1.8)
    ˇηk=2(fkfk+1)+sTk(gk+gk+1), (1.9)

    where τ>0 and wk is a vector parameter satisfying sTkwk0.

    On the other hand, in order to reduce memory storage and improve the computational efficiency of the algorithm, a memoryless quasi-Newton method is proposed to solve large-scale unconstrained optimization problems, where the inner product of multiple vectors is employed to determine the search direction [4]. Memoryless technology has been employed in numerous works; for example, Babaie-Kafaki and Aminifard [5], Aminifard, Babaie-Kafaki and Ghafoori [6], Babaie-Kafaki, Aminifard and Ghafoori [7], Jourak, Nezhadhosein, and Rahpeymaii [8] have applied a memoryless technique to design and develop new quasi-Newton methods for solving large-scale unconstrained optimization problems, and Narushima, Nakayama, Takemura et al. [29] propose a memoryless quasi-Newton method in Riemannian manifolds.

    Our goal in this research is to present an effective augmented memoryless BFGS method for solving unconstrained optimization problems. The major contributions of this paper have at least three aspects as follows:

    (1) To establish an effective optimization algorithm for large-scale unconstrained optimization problems, a new augmented memoryless BFGS updating formula is provided that is based on a specific modified secant equation.

    (2) To enhance the effectiveness of the experiment, the condition number may be minimized in order to obtain the scaling parameters.

    (3) We prove the global convergence of the algorithm and numerical experiments that show the efficiency of the algorithm.

    The organization of the article is as follows. In Section 2, we present an augmented memoryless BFGS technique along with the algorithm framework. The descent property and the global convergence of the proposed algorithm are demonstrated in Section 3. In Section 4, the numerical experiment demonstrates the effectiveness of our method in solving large-scale unconstrained optimization problems and nonlinear equations. A conclusion to this work is presented in Section 5.

    Inspired by Zhang and Xu [3] and Aminifard, Babaie-Kafaki, and Ghafoori [6], to improve the precision of the solution, we select wk=yk in Eqs (1.7)–(1.9), get a modified secant equation,

    Bk+1sk=ˉyk, (2.1)

    where ˉyk=(1+τk)yk, τk=τηksTkyk and ηk=max{0,ˇηk}.

    We modify the BFGS iteration formula (1.5) by a rank-1 correction, which we refer to as the augmented BFGS (ABFGS) formula

    BABFGSk+1=BBFGSk+1+τkyksTksTksk. (2.2)

    BABFGSk+1sk=ˉyk because BBFGSk+1sk=yk. Therefore, (2.2) satisfies the modified secant equation (2.1).

    As is known by the quasi-Newton property, when steplength αk satifies Wolfe line search,

    f(xk+αkdk)f(xk)δαkgTkdk, (2.3)
    f(xk+αkdk)TdkρgTkdk, (2.4)

    with 0<δ<ρ<1, sTkyk>0 is established. By Theorem 5.2.2 of [1], we know (1.5) is positive definite. Therefore, BABFGSk is a positive definite matrix since τk0. In other words, the positive definiteness is passed down to the ABFGS update formula. As a result, the search directions of ABFGS are descent.

    The scaled memoryless BFGS (SMBFGS) method is considered an effective tool for solving large-scale unconstrained optimization problems. In order to obtain SMBFGS formula, Bk can be replaced by 1ϑkI in (1.5), namely,

    BSMBFGSk+1=1ϑkI+ykyTksTkyk1ϑksksTksTksk, (2.5)

    where ϑk>0 is called the scaling parameter. Similarly, by replacing Hk with ϑkI, we can get the SMBFGS iteration formula for the inverse of the Hessian matrix

    HSMBFGSk+1=ϑkIϑkskyTk+yksTksTkyk+(1+ϑkyTkyksTkyk)sksTksTkyk. (2.6)

    In the formula (2.2), we replace BBFGSk+1 with BSMBFGSk+1 to make a rank-1 correction, and then, using the Sheran-Morrison formula [1], we get the augmented memoryless BFGS formula (AMBFGS), i.e.,

    BAMBFGSk+1=BSMBFGSk+1+τkyksTksTksk=1ϑk(IsksTksTksk)+ykyTksTkyk+τkyksTksTksk, (2.7)
    HAMBFGSk+1=HSMBFGSk+1τk(sTkyksksTkϑksTkykskyTk+ϑkyTkyksksTk)(1+τk)sTkyksTkyk. (2.8)

    For the selection of parameter ϑk, Babaie-Kafaki [4] came up with well-structured upper bounds for the condition numbers of the scaled memoryless quasi-Newton formulas based on eigenvalue analysis. It was then demonstrated that the scaling parameter suggested by Oren and Spedicato [14] is the only value that can be found as the lowest of the upper bound given for the condition number of the scaled memoryless BFGS update formula. On the other hand, according to Oren and Luenberger [15], the scaling parameter is the distinct lowest value of the provided upper bound on the condition number of the scaled memoryless DFP update algorithm.

    According to [5], the choice of parameter ϑk is addressed by minimizing the given upper bound for the condition number of the formula (2.8). Since Wolfe line search (2.4) ensures sTkyk>0, we have sk0 and yk0. So a set of mutually orthogonal unit vectors q(i)kn2i=1 exists for which sTkq(i)k=yTkq(i)k=0, yielding BAMBFGSk+1q(i)k, for i=1,2,...,n2. Therefore, (n2) eigenvalues of the matrix HAMBFGSk+1(BAMBFGSk+1) are equivalent to ϑk(1ϑk).

    Using the relationship between the determinants and traces of the matrices HAMBFGSk+1 and BAMBFGSk+1, other eigenvalues of Bk+1 and Hk+1 can be obtained. The relationships are as follows:

    ρ+k+ρk=1ϑk+yk2sTkyk+τksTkyksk2, (2.9)
    ρ+kρk=ϑksk2(1+τk)sTkyk. (2.10)

    Formulas of the two other eigenvalues of BAMBFGSk+1, namely, ρ+k and ρk, can be obtained,

    ρ±k=12(1ϑk+yk2sTkyk+τksTkyksk2)±12(1ϑk+yk2sTkyk+τksTkyksk2)24ϑksk2(1+τk)sTkyk (2.11)

    for which 0<ρk<ρ+k. Additionally, since HAMBFGSk+1 is positive definite, the search direction of AMBFGS is descent. Furthermore, we have 0<ρk<1ϑk<ρ+k after performing a few algebraic operations. Therefore, HAMBFGSk+1=ρ+k and HAMBFGSk+11=ρk. Now, from (2.9) and (2.10) we can write

    κ(HAMBFGSk+1)=ρ+kρk=ρ+2kρ+kρk(ρ+k+ρk)2ρ+kρk(sTkyksk2+ϑksk2yk2+τkϑk(sTkyk)2)2(1+τk)ϑk(sTkyk)3sk2, (2.12)

    where κ() expresses the spectral condition number.

    It is generally acknowledged that decreasing the condition number in matrix-based computing can enhance the stability of numerical calculations [16]. From (2.12), we derive the minimizer of the upper bound of κ(HAMBFGSk+1) as follows:

    ϑk=sTkyksk2τk(sTkyk)2+ϑksk2yk2. (2.13)

    Now, we present a new augmented memoryless BFGS algorithm for solving unconstrained optimization problems.

    Algorithm 2.1. The AMBFGS algorithm

    Step 1. Choose an initial point x0, choose parameters 0<δ<ρ<1, ϵ>0, ϵ1>0. Set H0=I, d0=H0g0 and k:=0.

    Step 2. If gk<ϵ, stop; otherwise, go to Step 3.

    Step 3. Compute the step size αk, so that it satisfies Wolfe line search (2.3) and (2.4). Set xk+1=xk+αkdk.

    Step 4. Compute ϑk, if ϑk<ϵ1, let ϑk=sTkykyk2, otherwise, obtains ϑk by (2.13).

    Step 5. Update Hk+1 by (2.8) and compute the search direction dk using (1.4).

    Step 6. Set k:=k+1 and go to Step 2.

    Remark 2.1. Step 4 is set this way in order to avoid ϑk falling into a dilemma during the calculation of the algorithm.

    In this section, we demonstrate that the direction is sufficiently descent and the algorithm is globally convergent. Our analysis is based on the following assumptions.

    Assumption 3.1. For arbitrary x0Rn, L={xf(x)f(x0)} is a bounded set and in some neighborhood U of L, f(x) is Lipschitz continuous, that is, there exists a constant L>0 such that

    f(x)f(ˇx)Lxˇx,x,ˇxU. (3.1)

    Based on Assumption 3.1, we know that there is a positive constant Φ exists such that

    f(x)Φ,xL. (3.2)

    Since AMBFGS directions are descent, from (2.4), we have {xk}L.

    The boundedness of the parameter ϑk in (2.13) is important. We will prove ϑk[m,M] in Lemma 3.1.

    Lemma 3.1. Considering f is a uniformly convex function on a neighborhood U of L, the scaling parameter ϑk of the AMBFGS algorithm in (2.13) is well defined and bounded.

    Proof. Let f be uniformly convex on U, then, by Theorem 1.3.16 of [1], for any x,yL, we have

    f(y)f(x)+f(x),yx+12vyx2, (3.3)

    and

    f(x)f(y)+f(y),xy+12vxy2, (3.4)

    where v>0 is a constant. Let y=xk+1, x=xk, adding (3.3) and (3.4), we can obtain

    f(xk+1)f(xk),xk+1xkvxk+1xk2,k0.

    In this paper, sk=xk+1xk,yk=f(xk+1)f(xk), and then,

    sTkykvsk2,k0. (3.5)

    Through (3.1) and (3.5), we can get

    vL2sTkykyk2sk2sTkyk1v. (3.6)

    By mean value theorem, (1.9) can be rewritten by

    ˇη=2(fkfk+1)+(gk+gk+1)Tsk=2f(θk)T(xkxk+1)+(gk+gk+1)Tsk=2f(θk)Tsk+(gk+gk+1)Tsk=(gkg(θk)+gk+1g(θk))Tsk, (3.7)

    where θk=hxk+(1h)xk+1,h(0,1). Hence, by (3.1) we have that

    |ˇη|(gkg(θk)+gk+1g(θk))sk(Lxkθk+Lxk+1θk)sk=Lsk2. (3.8)

    So, we can get 0<τkτLv. In this case, using (3.6) and the definition of ϑk in (2.13), we have

    |1ϑk|=|τksTkyk2+ϑksk2yk2sTkyksk2|τksTkyksk2+yk2sTkykτL+L2v=1m. (3.9)

    Moreover,

    |1ϑk|=|τksTkyk2+ϑksk2yk2sTkyksk2|τksTkyksk2τkv=1M. (3.10)

    From (3.9) and (3.10), we have

    ϑk[m,M], (3.11)

    which shows the boundedness of ϑk.

    Remark 3.1. In Step 4 of the algorithm, when ϑk<ϵ1, we set ϑk=sTkykyk2. Then, by applying Eq (3.5), it can be deduced that ϑk is bounded.

    The next lemma states an effective property of the direction (1.4).

    Lemma 3.2. Let f be uniformly convex on the neighborhood U of L, then search direction {dk} produced by Algorithm 2.1 is sufficient descent, that is

    dTkgkζgk2,k>0. (3.12)

    Proof. By carefully studying the proof of Lemma 3.6 of [17], we can show that tr(BAMBFGSk+1) is bounded.

    By Lemma 3.1, we get sTkykvsk2,k0 and |ˇη|Lsk2. So, considering (2.7), (3.1), (3.2), (3.5) and (3.11), we have

    tr(BAMBFGSk+1)=tr(1ϑkI+ykyTksTkyk1ϑksksTksTksk+τkyksTksTksk)=nϑk+yTkyksTkyk1ϑksTksksTksk+τksTkyksTkskn1m+L2v+τL=(n1)v+mL2+τLmvmv. (3.13)

    So, from (1.4) and (3.13), we have

    gT0d0=g02 (3.14)

    and

    gTk+1dk+1=gTk+1Hk+1gk+11tr(BAMBFGSk+1)gk+12mv(n1)v+mL2+τLmvgk+12. (3.15)

    Finally, according to (3.14) and (3.15), let

    ζ=min{1,mv(n1)v+mL2+τLmv}, (3.16)

    then (3.12) is established and the proof is complete.

    We next consider the convergence of AMBFGS algorithm. For this purpose, we make the following additional lemma.

    Lemma 3.3. Suppose that Assumption 3.1 holds. Consider iterative form xk+1=xk+αkdk, where αk satisfies the Wolfe conditions (2.3) and (2.4) and dk satisfies the sufficient descent condition (3.12). If

    k=01||dk||2=, (3.17)

    then,

    limkinfgk=0. (3.18)

    Proof. Since dk is sufficiently descent by (3.12) and αk satisfies the Wolfe conditions (2.3) and (2.4), the Zoutendijk condition[20]

    k=0(gTkdk)2dk2< (3.19)

    holds (see Theorem 3.2 of [18]). To prove this lemma by contradiction, we suppose that there exists a positive constant χ such that

    gk>χ,k>0. (3.20)

    Inequalities (3.12) and (3.20) yield gTkdkζgk2ζχ2, which implies ζ2χ4χ4(gTkdk)2dk2. It follows from the above inequality and (3.19) that

    k=0ζ2χ4dk2k=0(gTkdk)2dk2=. (3.21)

    Since this contradicts the Zoutendijk condition (3.19), the proof is complete.

    Theorem 3.1. Suppose f is uniformly convex on the neighborhood U of L, then the Algorithm 2.1 converges in the sense that (3.18) holds.

    Proof. Lemma 3.2 shows that dk0,k>0, therefore, considering Lemma 3.3, it suffices to prove that dk+1 is bounded.

    From (2.8), (3.1), (3.2), (3.5)–(3.7) and (3.11), we can get

    HAMBFGSk+1=HSMBFGSk+1τk(sTkyksTksksksTkϑksTkyksTkskskyTk+ϑksTkskyTkyksksTk)(1+τk)sTkyksTkyksTkskvk+2vkskyksTkyk+(1+vkyk2sTkyk)sk2sTkyk+τksk2(1+τk)sTkyk+ϑksk2yk2(1+τk)sTkyk2+ϑk1+τk2M+2MLv+2v+2ML2v2=Λ. (3.22)

    Hence, from (1.4) and (3.2), we get

    ||dk+1||||HAMBFGSk+1||||gk+1||ΛΦ. (3.23)

    Inequality (3.23) suggests that dk is bounded. Thus, by Lemma 3.3, we can conclude that the Algorithm 2.1 is convergent.

    In this section, we compare the computational efficiency of SMABFGS (provided by Aminifard et al. [6]), AMBFGS-OS (provided by Algorithm 2.1 and ϑk adopts the parameters in [14]) with AMBFGS (provided by Algorithm 2.1). All codes are written in Matlab 2017a and run on a Dell PC with 2.50 GHz CPU processor and 16 GB RAM memory as well as Windows 11 operation system.

    We employ the effective Wolfe conditions with parameters ρ=0.99 and δ=104 in the implementations, as detailed in (2.3) and (2.4). When either k>10000 or gk<106, all algorithms come to an end. The selection of τ=1,ϵ1=106 is made for the AMBFGS parameters, the selection of τ=1 and ϑk=sTkykyk2 is made for the AMBFGS-OS parameters. Additionally, for SMABFGS, we set p=1, τ=1, and C=0.001, if gk1, otherwise, p=3.

    For experiment Ⅰ, the 71 unconstrained problems are tested and compared, in which the 1–32 problems are taken from the CUTE library [21], and the others come from the unconstrained problem collections [30,31]. The number of iterations (Itr), the total number of gradient evaluations (Ng), CPU time (Tcpu), and the gradient value gk at the end of iteration are also reported in Table 1. The performance of these algorithms is visually described in terms of Tcpu, Itr, and Ng in Figures 13, respectively, using the performance profiles suggested by Dolan and Moré [19] (see [19] for further information). In general, the top curve indicates that the applicable approach is the winner for the interpretation of the performance profiles.

    Table 1.  Numerical results.
    SMABFGS AMBFGS-OS AMBFGS
    Problems n Itr/Ng/Tcpu/gk Itr/Ng/Tcpu/gk Itr/Ng/Tcpu/gk
    cosine 30 121/764/0.028/9.37e-07 1006/3482/0.095/9.79e-07 163/402/0.012/9.32e-07
    dixmaana 6000 190/821/63.073/7.68e-07 213/1050/95.180/3.35e-07 262/1506/118.343/9.93e-08
    dixmaanb 1500 211/1055/6.160/9.89e-07 127/736/4.796/8.66e-07 202/820/7.594/8.81e-07
    dixmaanb 6000 148/592/51.969/2.63e-07 224/987/98.010/4.90e-07 226/1205/99.291/8.95e-07
    dixmaanc 2700 192/804/15.977/6.93e-07 148/667/15.514/9.33e-07 131/580/13.602/9.91e-07
    dixmaanc 5400 191/751/53.219/2.28e-07 124/537/43.716/8.44e-07 105/312/36.888/2.25e-07
    dixmaand 3000 183/767/18.534/7.16e-07 184/570/22.726/9.81e-07 136/237/16.804/4.81e-07
    dixmaane 2400 981/1133/61.848/9.53e-07 1050/1219/83.691/6.97e-07 792/966/64.245/8.84e-07
    dixmaanf 6000 1385/1652/470.789/6.93e-07 1817/2280/841.260/9.32e-07 1580/1869/712.104/9.99e-07
    dixmaang 900 480/608/6.013/8.85e-07 772/1106/11.630/9.59e-07 468/614/7.269/8.28e-07
    dixmaanh 1500 912/1084/23.925/9.97e-07 577/704/19.216/8.73e-07 574/679/20.013/9.28e-07
    dixmaani 360 4818/5451/7.748/8.01e-07 3702/4439/7.275/9.46e-07 3576/4178/6.944/9.88e-07
    dixmaanj 600 3860/4548/25.622/9.64e-07 5469/6408/47.034/9.88e-07 3924/4550/34.264/8.72e-07
    dixmaank 300 2704/3225/3.677/9.84e-07 2419/2914/3.924/5.35e-07 2340/2808/3.804/9.18e-07
    dixmaanl 300 2787/3166/3.776/9.84e-07 3010/3559/4.868/9.42e-07 2382/2826/3.845/8.92e-07
    dixon3dq 100 2240/2517/0.521/8.87e-07 1402/1691/0.360/7.03e-07 1850/2132/0.467/9.71e-07
    dqrtic 4000 245/345/39.458/3.01e-08 173/274/35.476/9.00e-07 156/253/31.649/8.29e-07
    edensch 60 276/1719/0.151/9.85e-07 316/1913/0.150/4.02e-07 53/117/0.014/5.83e-07
    eg2 90 1612/6930/0.572/7.94e-07 4074/33581/2.179/4.20e-07 2164/14247/1.013/6.40e-07
    fletchcr 100 1336/11340/0.715/9.99e-07 4005/37731/2.399/9.91e-07 175/354/0.050/9.86e-07
    freuroth 4 NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN 372/664/0.014/5.55e-07
    genrose 10000 345/540/307.401/8.20e-07 256/467/301.828/8.74e-07 302/541/352.489/4.67e-07
    himmelbg 7000 10/15/3.993/9.62e-89 10/15/5.002/3.73e-98 10/15/5.049/2.62e-97
    liarwhd 30 200/531/0.028/7.86e-07 423/738/0.027/5.67e-07 305/833/0.026/9.99e-07
    liarwhd 100 609/947/0.158/8.84e-07 1310/10452/0.734/8.18e-07 1278/7729/0.606/8.00e-07
    penalty1 400 5931/62812/52.135/6.91e-07 NaN/NaN/NaN/NaN 3578/35368/47.665/9.25e-07
    quartc 4000 245/345/39.672/3.01e-08 173/274/35.207/9.00e-07 156/253/31.673/8.29e-07
    tridia 300 1317/1587/1.517/8.34e-07 1430/1748/2.059/8.80e-07 1297/1607/1.801/9.88e-07
    woods 1200 586/987/11.051/1.58e-07 553/824/12.976/9.07e-07 456/639/9.842/8.86e-07
    VARDIM 160 NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN
    himmelh 300 NaN/NaN/NaN/NaN 174/519/0.222/6.38e-07 130/371/0.166/1.14e-07
    engval1 1000 NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN 2536/24677/44.083/9.98e-07
    bdexp 5000 27/28/6.250/0.00e+00 27/28/7.874/0.00e+00 27/28/7.818/0.00e+00
    exdenschnb 1200 166/655/3.118/7.91e-07 178/811/4.156/9.15e-07 64/205/1.459/7.75e-07
    exdenschnb 3000 180/522/17.121/7.91e-07 122/426/14.506/6.98e-08 177/724/21.051/6.74e-07
    exdenschnb 6000 119/447/40.595/1.37e-07 173/645/71.994/9.40e-07 118/377/48.837/8.24e-07
    exdenschnf 1200 161/628/2.992/7.98e-07 135/413/3.098/1.36e-07 133/512/3.120/8.58e-07
    exdenschnf 9000 192/515/139.351/1.37e-07 209/864/225.577/4.80e-07 129/313/143.359/9.11e-07
    genquartic 1600 134/467/4.055/7.79e-07 156/413/5.926/3.11e-07 112/385/4.263/5.12e-07
    genquartic 9000 224/516/184.527/9.43e-07 160/455/179.843/8.94e-07 167/459/192.917/7.90e-07
    biggsb1 500 5191/5993/25.611/8.34e-07 4187/4921/26.456/7.89e-07 3962/4625/25.344/8.53e-07
    biggsb1 1000 9326/10891/124.762/7.79e-07 7898/9011/133.143/9.26e-07 8819/10180/146.283/7.83e-07
    sine 9 99/344/0.011/4.35e-07 NaN/NaN/NaN/NaN 100/364/0.006/7.25e-07
    fletcbv3 120 964/1304/0.172/4.69e-07 885/1312/0.186/6.01e-07 563/854/0.127/6.22e-07
    nonscomp 500 3022/3601/15.610/6.80e-07 3861/4582/26.791/5.43e-07 2304/2793/15.428/9.01e-07
    nonscomp 5000 2102/2671/503.967/9.83e-07 1779/2285/534.087/9.32e-07 1948/2775/583.989/9.88e-07
    power1 160 4649/5423/2.199/9.92e-07 5390/6328/3.090/7.32e-07 4178/5012/2.379/9.92e-07
    raydan1 600 787/1141/5.836/9.90e-07 1103/2017/10.611/4.99e-07 759/1070/7.263/9.66e-07
    raydan2 2000 NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN 360/2390/19.695/9.93e-07
    diagonal1 100 1553/12157/0.423/9.98e-07 NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN
    diagonal2 1000 665/846/9.306/9.46e-07 496/630/8.655/3.64e-07 562/677/9.774/9.94e-07
    diagonal3 60 989/7265/0.197/9.99e-07 NaN/NaN/NaN/NaN 167/236/0.014/7.36e-07
    diagonal8 100 142/649/0.045/6.44e-07 131/817/0.040/8.78e-07 168/1377/0.059/9.95e-07
    bv 2000 129/246/8.215/9.78e-07 118/235/8.906/9.89e-07 133/250/9.927/9.98e-07
    bv 20000 0/1/1.842/1.25e-08 0/1/0.672/1.25e-08 0/1/0.738/1.25e-08
    ie 500 95/301/22.696/6.48e-07 105/518/39.082/7.29e-08 85/305/23.095/1.03e-07
    ie 1500 125/473/317.448/5.36e-07 155/674/395.686/9.85e-07 88/293/143.732/7.95e-08
    singx 1000 783/1242/14.044/1.92e-07 1367/2357/32.845/9.61e-07 827/1175/19.524/6.34e-07
    singx 2000 1277/2319/84.054/8.45e-07 1056/1598/78.703/6.97e-07 939/1388/69.404/6.82e-07
    lin 100 218/1368/1.121/8.25e-07 242/1720/1.344/2.49e-07 123/901/0.704/6.16e-07
    lin 500 258/1515/8.617/6.69e-07 276/1830/10.716/8.19e-07 264/1609/9.544/7.68e-07
    osb2 11 1164/1457/0.119/9.97e-07 1361/1701/0.095/9.49e-07 1210/1493/0.071/8.77e-07
    pen1 200 NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN 7019/72994/15.319/8.18e-07
    pen2 120 1231/4906/1.216/9.31e-07 NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN
    rosex 300 997/1943/1.191/9.34e-07 1281/2176/1.770/7.14e-07 827/1963/1.245/8.88e-07
    rosex 700 803/1530/12.360/4.96e-07 831/1253/13.887/1.00e-06 712/1620/13.958/9.98e-07
    trid 900 151/297/2.826/8.64e-07 128/226/2.633/8.40e-07 137/247/2.882/7.66e-07
    trid 9000 268/603/273.360/9.25e-07 200/489/255.239/8.67e-08 117/194/135.029/4.13e-07
    ExFreudenstein 100 NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN
    ExBeale 100 436/982/0.101/9.67e-07 231/532/0.058/8.63e-07 398/598/0.077/5.35e-07
    hager 150 1225/10722/0.741/9.90e-07 290/2112/0.169/9.98e-07 134/292/0.055/8.64e-07

     | Show Table
    DownLoad: CSV
    Figure 1.  Performance profiles based on CPU time.
    Figure 2.  Performance profiles based on number of iterations.
    Figure 3.  Performance profiles based on number of gradient evaluation.

    As can be seen from Table 1, the algorithm presented in the paper is clearly effective for solving most of the tested problems, and it is competitive with the other two algorithms in Itr, Ng, and Tcpu on the tested problems. Figures 13 also indicate that the numerical results of the AMBFGS algorithm are better than that of the SMABFGS algorithm and the AMBFGS-OS algorithm. Compared with the SMABFGS algorithm and AMBFGS-OS algorithm, the AMBFGS algorithm is generally in an advantageous position, has better numerical performance, and can solve large-scale unconstrained optimization problems quickly and effectively.

    For experiment Ⅱ, we compare the performance of SMABFGS, AMBFGS-OS with AMBFGS in solving nonlinear equations, and the following mathematical model is considered:

    minxRnf(x)=12F(x)22.

    Define F(x)=(F1(x),F2(x),,Fn(x))T,xRn and 7 problems are shown below.

    Problem 1. [32] Set Fi(x)=exi1, for i=1,2,,nandxRn.

    Problem 2. [32] Set

    F(x)=(2.510...012.51...0012.5...000012.5)x+(1,,1)T,

    and xRn.

    Problem 3. [32] Set

    F(x)=(210...0021...0002...000002)x+(sinx11,,sinxn1)T,

    and xRn.

    Problem 4. [32] Set Fi(x)=(exi)2+3sinxicosxi1, for i=1,2,,n and xRn.

    Problem 5. [32] Set Fi(x)=(xi1)21.01, for i=1,2,,n and xRn.

    Problem 6. [33] Set

    F1(x)=x1(x21+x22)1,Fi(x)=xi(x2i1+2x2i+x2i+1)1,for i=2,3,,n1,Fn(x)=xn(x2n1+x2n)1,

    andxRn.

    Problem 7. [34] Set

    F1(x)=nj=1x2j,Fi(x)=2x1xi,for i=2,3,,n,

    and xRn.

    The number of iterations (Itr), the total number of gradient evaluations (Ng), CPU time (Tcpu), and the value Fk at the end of iteration are also reported in Tables 28. The performance of these algorithms is visually described in terms of Tcpu, Itr, and Ng in Figures 46, respectively, using the performance profiles suggested by Dolan and Moré [19]. In general, the top curve indicates that the applicable approach is the winner for the interpretation of the performance profiles. For each problem, we select 4 to 5 initial points from the following 7 points, that is, x1=(1,1,,1)T, x2=(0.1,0.1,,0.1)T, x3=(12,122,,12n)T, x4=(0,1n,,n1n)T, x5=(1,12,,1n)T, x6=(1n,2n,,1)T, x7=(11n,12n,,0)T.

    Table 2.  Numerical results (Problem 1).
    SMABFGS AMBFGS-OS AMBFGS
    x0 n Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk
    x2 50 164/904/0.030/1.27e-06 131/807/0.021/5.69e-06 153/1002/0.022/1.71e-06
    100 1/2/0.000/1.05e+00 1/2/0.001/1.05e+00 1/2/0.000/1.05e+00
    500 165/933/0.733/1.29e-06 191/1127/1.188/1.22e-06 166/1095/1.135/5.70e-06
    x3 50 63/197/0.015/1.80e-06 68/289/0.011/1.69e-06 41/213/0.006/3.79e-06
    100 63/197/0.015/1.80e-06 68/289/0.020/1.69e-06 41/213/0.010/3.79e-06
    500 63/197/0.275/1.80e-06 68/289/0.504/1.69e-06 41/213/0.353/3.79e-06
    x4 50 86/342/0.017/1.17e-06 72/183/0.007/1.73e-06 74/410/0.012/1.59e-06
    100 93/446/0.024/2.26e-06 77/423/0.022/1.32e-06 43/177/0.011/2.72e-06
    500 132/426/0.824/1.12e-06 75/343/0.650/2.14e-06 133/533/1.130/1.44e-06
    x6 50 136/356/0.030/2.31e-06 117/376/0.030/1.36e-06 178/496/0.041/3.44e-06
    100 96/423/0.041/1.00e-06 114/573/0.053/1.01e-06 61/309/0.027/1.36e-06
    500 111/363/0.695/1.00e-06 127/354/1.084/1.65e-06 91/390/0.788/1.29e-06
    x7 50 81/335/0.021/2.06e-06 72/183/0.016/1.73e-06 74/410/0.024/1.50e-06
    100 89/423/0.036/1.28e-06 77/423/0.035/1.25e-06 43/177/0.018/2.77e-06
    500 147/440/0.938/1.13e-06 74/342/0.634/2.85e-06 134/544/1.142/3.52e-06

     | Show Table
    DownLoad: CSV
    Table 3.  Numerical results (Problem 2).
    SMABFGS AMBFGS-OS AMBFGS
    x0 n Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk
    x2 50 200/319/0.047/2.50e-01 187/279/0.029/2.50e-01 180/274/0.022/2.50e-01
    200 169/286/0.148/2.50e-01 194/356/0.204/2.50e-01 181/350/0.201/2.50e-01
    600 209/342/1.659/2.50e-01 181/327/1.751/2.50e-01 213/373/2.077/2.50e-01
    x5 50 197/290/0.031/2.50e-01 215/322/0.033/2.50e-01 190/301/0.033/2.50e-01
    200 182/293/0.166/2.50e-01 199/310/0.212/2.50e-01 206/359/0.219/2.50e-01
    600 200/403/1.537/2.50e-01 220/368/2.177/2.50e-01 190/330/1.878/2.50e-01
    x6 50 214/447/0.036/2.50e-01 166/359/0.028/2.50e-01 173/341/0.028/2.50e-01
    200 284/601/0.244/2.50e-01 217/514/0.217/2.50e-01 241/524/0.248/2.50e-01
    600 203/375/1.599/2.50e-01 219/462/2.124/2.50e-01 239/480/2.349/2.50e-01
    x7 50 169/265/0.026/2.50e-01 201/322/0.032/2.50e-01 192/318/0.028/2.50e-01
    200 283/624/0.259/2.50e-01 225/540/0.246/2.50e-01 240/579/0.245/2.50e-01
    600 202/440/1.545/2.50e-01 223/442/2.222/2.50e-01 214/427/2.024/2.50e-01

     | Show Table
    DownLoad: CSV
    Table 4.  Numerical results (Problem 3).
    SMABFGS AMBFGS-OS AMBFGS
    x0 n Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk
    x2 60 179/632/0.064/2.69e-07 133/296/0.031/6.83e-07 118/255/0.028/4.13e-07
    100 101/366/0.037/7.11e-07 101/258/0.033/6.26e-07 78/292/0.030/1.22e-06
    500 109/285/0.683/5.31e-07 101/431/0.879/4.88e-07 89/194/0.762/4.85e-07
    x3 60 199/596/0.049/2.77e-07 126/241/0.026/4.99e-07 128/192/0.025/3.69e-07
    100 95/254/0.030/3.18e-07 142/505/0.054/3.51e-07 70/244/0.026/1.19e-06
    500 145/485/0.920/3.90e-07 145/314/1.229/6.28e-07 136/426/1.167/4.31e-07
    x4 60 116/427/0.033/3.10e-07 124/416/0.034/3.34e-07 149/400/0.037/4.58e-07
    100 190/536/0.062/5.61e-07 55/176/0.020/5.43e-07 83/201/0.027/8.31e-07
    500 109/203/0.683/2.50e-06 97/369/0.832/5.04e-07 105/181/0.884/1.16e-06
    x5 60 149/230/0.029/2.74e-07 92/229/0.022/4.93e-07 110/315/0.028/3.83e-07
    100 108/287/0.033/3.72e-07 130/396/0.045/7.37e-07 94/212/0.030/3.90e-07
    500 125/328/0.774/5.23e-07 78/245/0.688/3.87e-06 86/262/0.748/6.28e-07
    x7 60 128/283/0.031/4.34e-07 111/287/0.029/4.78e-07 111/321/0.032/3.34e-07
    100 118/347/0.046/5.85e-07 62/162/0.025/8.92e-07 85/264/0.035/3.85e-07
    500 109/223/0.807/3.90e-07 152/430/1.342/4.11e-07 111/193/0.925/5.41e-07

     | Show Table
    DownLoad: CSV
    Table 5.  Numerical results (Problem 4).
    SMABFGS AMBFGS-OS AMBFGS
    x0 n Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk
    x1 60 212/1199/0.094/2.11e-07 180/1058/0.070/2.77e-07 193/1016/0.070/2.01e-07
    200 219/1117/0.255/2.58e-07 144/1001/0.206/2.38e-07 135/773/0.180/9.55e-07
    500 191/1030/1.304/2.36e-07 208/1125/1.820/2.16e-07 180/1099/1.608/2.62e-07
    x2 60 144/777/0.054/7.60e-06 164/848/0.063/1.66e-06 148/873/0.062/7.31e-07
    200 188/1035/0.223/2.60e-07 145/753/0.191/4.09e-06 196/1038/0.251/2.34e-07
    500 202/1282/1.452/2.01e-07 147/953/1.373/9.18e-07 141/863/1.318/2.10e-07
    x5 60 146/516/0.039/2.99e-07 97/364/0.022/2.39e-07 153/570/0.034/6.92e-07
    200 89/263/0.071/5.99e-07 131/259/0.126/6.19e-07 131/336/0.129/4.29e-07
    500 82/253/0.557/2.89e-07 89/233/0.845/2.55e-07 56/127/0.549/4.42e-07
    x6 60 156/399/0.037/2.16e-07 109/495/0.024/2.90e-07 160/619/0.034/2.54e-07
    200 189/639/0.181/2.10e-07 165/509/0.189/4.42e-07 81/369/0.101/2.36e-07
    500 82/255/0.620/8.53e-07 137/467/1.379/2.24e-07 117/526/1.110/2.14e-07

     | Show Table
    DownLoad: CSV
    Table 6.  Numerical results (Problem 5).
    SMABFGS AMBFGS-OS AMBFGS
    x0 n Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk
    x1 50 0/1/0.004/0.00e+00 0/1/0.000/0.00e+00 0/1/0.000/0.00e+00
    200 0/1/0.000/0.00e+00 0/1/0.001/0.00e+00 0/1/0.000/0.00e+00
    600 0/1/0.000/0.00e+00 0/1/0.000/0.00e+00 0/1/0.000/0.00e+00
    x2 50 219/1315/0.047/5.46e-07 113/788/0.022/1.34e-06 165/1170/0.031/5.26e-07
    200 131/972/0.122/6.45e-07 169/889/0.171/3.38e-06 134/838/0.149/3.20e-06
    600 128/869/1.278/5.24e-07 129/839/1.586/6.79e-06 175/1070/1.930/5.12e-07
    x3 50 84/262/0.025/6.97e-06 106/482/0.016/7.14e-07 44/167/0.009/7.72e-06
    200 105/522/0.095/5.16e-07 90/289/0.084/4.12e-06 62/197/0.052/1.26e-06
    600 59/287/0.501/5.99e-07 72/282/0.757/6.40e-07 28/84/0.300/5.70e-06
    x5 50 101/433/0.031/1.01e+00 100/471/0.015/1.01e+00 111/347/0.013/1.01e+00
    200 79/290/0.070/1.01e+00 135/426/0.133/1.01e+00 102/383/0.105/1.01e+00
    600 97/292/0.819/1.01e+00 92/329/0.967/1.01e+00 55/173/0.587/1.01e+00
    x6 50 47/113/0.008/8.20e-07 112/453/0.024/5.22e-08 84/373/0.019/8.33e-07
    200 173/509/0.157/4.90e-07 171/602/0.189/5.13e-07 106/325/0.114/9.78e-07
    600 107/321/0.813/9.48e-07 105/380/1.040/5.60e-07 125/532/1.247/6.48e-07

     | Show Table
    DownLoad: CSV
    Table 7.  Numerical results (Problem 6).
    SMABFGS AMBFGS-OS AMBFGS
    x0 n Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk
    x1 50 215/347/0.074/3.84e-07 156/294/0.028/8.83e-07 179/349/0.022/7.99e-07
    200 141/236/0.139/1.31e-06 208/309/0.212/5.07e-07 216/445/0.256/3.49e-07
    500 236/366/2.194/6.31e-07 175/302/2.305/1.45e-06 172/402/2.117/5.08e-07
    x2 50 148/293/0.026/3.86e-07 197/339/0.034/4.32e-07 159/274/0.047/4.71e-07
    200 228/427/0.214/1.15e-06 117/282/0.137/1.44e-06 172/343/0.242/4.65e-07
    500 198/424/1.949/1.20e-06 166/253/2.328/1.16e-06 171/279/2.677/5.59e-07
    x3 50 693/761/0.163/3.10e-07 708/783/0.062/8.10e-07 412/496/0.038/7.75e-07
    200 2595/2733/3.698/6.50e-07 2645/2857/4.039/2.76e-07 1466/1539/2.077/1.89e-06
    500 6512/6606/55.638/3.15e-07 6425/6485/54.137/7.41e-07 3566/3639/29.952/1.89e-06
    x4 50 193/260/0.016/1.62e-06 195/331/0.015/1.30e-06 215/369/0.016/6.72e-07
    200 279/556/0.212/2.24e-07 270/371/0.208/1.31e-06 230/307/0.187/9.36e-07
    500 256/347/1.606/9.32e-07 310/402/2.603/7.21e-07 246/344/2.026/1.45e-06
    x7 50 132/247/0.014/5.59e-07 136/206/0.011/4.30e-07 156/363/0.014/6.96e-07
    200 159/301/0.123/4.65e-07 193/363/0.149/2.78e-07 156/246/0.118/5.53e-07
    500 171/261/1.060/5.29e-07 225/350/1.871/4.36e-07 170/268/1.386/2.69e-07

     | Show Table
    DownLoad: CSV
    Table 8.  Numerical results (Problem 7).
    SMABFGS AMBFGS-OS AMBFGS
    x0 n Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk Itr/Ng/Tcpu/Fk
    x2 50 81/176/0.029/6.38e-05 113/457/0.029/3.63e-05 103/450/0.029/6.93e-05
    200 31/76/0.031/6.62e-05 34/145/0.041/8.57e-05 20/37/0.021/8.73e-03
    500 65/147/0.392/5.95e-05 119/530/1.090/2.02e-04 20/40/0.165/1.19e-02
    x4 50 69/596/0.029/9.63e-05 74/596/0.028/2.45e-04 74/643/0.031/8.24e-05
    200 91/703/0.107/6.80e-05 171/1075/0.223/6.46e-05 114/796/0.152/8.24e-05
    500 NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN NaN/NaN/NaN/NaN
    x6 50 135/253/0.024/4.99e-05 180/853/0.058/5.59e-05 132/456/0.035/7.84e-03
    200 81/214/0.082/1.26e-04 59/197/0.074/6.21e-05 98/520/0.133/6.58e-05
    500 93/221/0.656/3.83e-03 40/201/0.371/1.09e-04 83/219/0.769/1.29e-02
    x7 50 24/91/0.006/3.18e-04 74/470/0.028/6.85e-05 21/84/0.006/3.37e-04
    200 97/194/0.089/1.59e-04 269/893/0.321/1.38e-04 88/337/0.107/5.85e-05
    500 73/212/0.503/3.32e-05 148/840/1.311/4.55e-05 35/126/0.295/1.98e-04

     | Show Table
    DownLoad: CSV
    Figure 4.  Performance profiles based on CPU time.
    Figure 5.  Performance profiles based on number of iterations.
    Figure 6.  Performance profiles based on number of gradient evaluation.

    As can be seen from Tables 28, the algorithm presented in the paper is clearly effective for solving most of the tested problems and is competitive with the other two algorithms in Itr, Ng, and Tcpu on the tested problems. Figures 46 also indicate that the AMBFGS algorithm, when compared with the SMABFGS and AMBFGS-OS algorithms, generally occupies an advantageous position. It exhibits better numerical performance and can solve nonlinear equations quickly and effectively.

    In this research, we presented an augmented memoryless BFGS algorithm based on a modified secant condition, which ensures a descent search direction. We determined the scaling parameter by reducing the upper bound of the condition number using an eigenvalue analysis. Global convergence of our approach has been demonstrated under appropriate assumptions. Finally, numerical results obtained by applying the AMBFGS method to solve large-scale unconstrained optimization problems and nonlinear equations demonstrate its encouraging efficiency, even when compared to the SMABFGS method and AMBFGS-OS method.

    Yulin Cheng and Jing Gao: Methodology, Software, Visualization, Writing-original draft. All authors of this article have been contributed equally. All authors have read and approved the final version of the manuscript for publication.

    The authors declare they have not used Artificial Intelligence (AI) tools in the creation of this article.

    This work is supported by the Scientific and Technological Developing Scheme of Jilin Province (YDZJ202101ZYTS167, YDZJ202201ZYTS303, 20230508184RC); the project of education department of Jilin Province (JJKH20210030KJ, JJKH20230054KJ); the doctoral research project start-up fund of Beihua University; the graduate innovation project of Beihua University (2023037).

    All authors declare no conflicts of interest in this paper.



    [1] Agliardi E, Agliardi R (2021) Pricing Climate-related Risks in the Bond Market. Jour of Fin Stab 54: 100868. doi: 10.1016/j.jfs.2021.100868
    [2] Bollerslev T (1986) Generalized autoregressive conditional heteroscedasticity. J Economet 31: 307-327. doi: 10.1016/0304-4076(86)90063-1
    [3] Broadstock DC, Cheng LTW (2019) Time-varying relation between black and green bond price benchmarks: macroeconomic determinants for the first decade. Financ Res Let 29: 17-22. doi: 10.1016/j.frl.2019.02.006
    [4] Chen F, Sutcliffe C (2012) Better cross hedges with composite hedging? Hedging equity portfolios using financial and commodity futures. Eur J Financ 18: 575-595. doi: 10.1080/1351847X.2011.620253
    [5] Christoffersen P (1998) Evaluating interval forecasts. Int Econ Rev 39: 841-862. doi: 10.2307/2527341
    [6] Engle RF (2002) Dynamic conditional correlation: a simple class of multivariate GARCH models. J Bus Econ Stat 20: 339-350. doi: 10.1198/073500102288618487
    [7] Flammer C (2018) Corporate Green Bonds. Working Paper. SSRN.
    [8] Huynh TLD, Hillec E, Nasir MA (2020) Diversification in the age of the 4th industrial revolution: The role of artificial intelligence, green bonds and cryptocurrencies. Technol Forecast Soc Change 159: 120188. doi: 10.1016/j.techfore.2020.120188
    [9] Huynh TLD (2020) When 'green' challenges 'prime': empirical evidence from government bond markets. J Sust Financ Investments, 1-14.
    [10] Huynh TLD, Foglia M, Nasir MA, et al. (2021) Feverish sentiment and global equity market during COVID-19 Pandemic. J Econ Behav Organ [In Press].
    [11] Gianfrate G, Peri M (2019) The green advantage: exploring the convenience of issuing green bonds. J Clean Prod 219: 127-135. doi: 10.1016/j.jclepro.2019.02.022
    [12] ICMA (2017) The Green Bond Principles 2017: Voluntary Process Guidelines for Issuing Green Bonds. Annual Report. Switzerland. Available from: https://www.icmagroup.org/assets/documents/Regulatory/\Green-Bonds/GreenBondsBrochure-JUNE2017.jpg.
    [13] Jin J, Hanb L, Wu L (2020) The hedging effect of green bonds on carbon market risk. Int Rev Financ Anal 71: 1057-1072.
    [14] Kanamura T (2020) Are green bonds environmentally friendly and good performing assets? Energy Econ 88: 47-67.
    [15] Karpf A, Mandel A (2018) The changing value of the 'green' label on the US municipal bond market. Nat Climate Change 8: 61-165. doi: 10.1038/s41558-017-0062-0
    [16] Kroner KF, Sultan J (1993) Time-Varying Distributions and Dynamic Hedging with Foreign Currency Futures. J Financ Quant Anal 28: 535-551. doi: 10.2307/2331164
    [17] Kupiec PH (1995) Techniques for verifying the accuracy of risk management model. J Deriv 3: 73-84. doi: 10.3905/jod.1995.407942
    [18] Lee HT (2010) Regime switching correlation hedging. J Bank Financ 34: 2728-2741. doi: 10.1016/j.jbankfin.2010.05.009
    [19] Lee HT, Yorder JK (2007) A bivariate markov regime switching GARCH approach to estimate time varying minimum variance hedge ratios. Appl Econ 39: 1253-1265. doi: 10.1080/00036840500438970
    [20] Nanayakkara M, Colombage S (2019) Do investors in Green Bond market pay a premium? Appl Econ 40: 4425-4437. doi: 10.1080/00036846.2019.1591611
    [21] Nguyen SP, Huynh TLD (2019) Portfolio optimization from a Copulas-GJR-GARCH-EVT-CVAR model: Empirical evidence from ASEAN stock indexes. Quant Financ Econ 3: 562-585. doi: 10.3934/QFE.2019.3.562
    [22] OECD (2017) Mobilising Bond Markets for a Low-Carbon Transition, Green Finance and Investment. Paris: EOCD Publishing. Available from: http://doi.org/10.1787/9789264272323-en.
    [23] Partridge C, Medda FR (2020) The evolution of pricing performance of green municipal bonds. J Sust Financ Investment 10: 44-64. doi: 10.1080/20430795.2019.1661187
    [24] Pham L (2016) Is it risky to go green? A volatility analysis of the green bond market. J Sust Financ Investment 6: 263-291. doi: 10.1080/20430795.2016.1237244
    [25] Pham L, Huynh TLD (2020) How does investor attention influence the green bond market? Financ Res Lett 35: 101533J. doi: 10.1016/j.frl.2020.101533
    [26] Reboredo JC (2018) Green bond and financial markets: Co-movement, diversification and price spillover effects. Energy Econ 74: 38-50. doi: 10.1016/j.eneco.2018.05.030
    [27] S&P Green Bond Indices Methodology. S&P Dow Jones Indices: Indices Methodology, February 2021.
    [28] Tsay RS (2005) Analysis of financial time series, NJ: Wiley 2nd edition.
    [29] Tse YK, Tsui AKC (2002) A multivariate GARCH model with time-varying correlations. J Bus Econ Stat 20: 351-362. doi: 10.1198/073500102288618496
    [30] Tsiotas G (2018) A Bayesian encompassing test using combined Value-at-Risk estimates. Quant Financ 18: 395-417. doi: 10.1080/14697688.2017.1330551
    [31] Tsiotas G (2020) An ABC approach for CAViaR models with an asymmetric decision rule. J Stat Comput Simul 90: 1373-1398. doi: 10.1080/00949655.2020.1727477
    [32] Zerbib OD (2017) The Green Bond Premium, University of Chicago Press.
    [33] Zerbib OD (2019) The Effect of Pro-Environmental Preferences on Bond Prices: Evidence from Green Bonds. J Bank Financ 98: 39-60. doi: 10.1016/j.jbankfin.2018.10.012
  • This article has been cited by:

    1. Burkhan Kalimbetov, Valeriy Safonov, Dinara Zhaidakbayeva, Asymptotic Solution of a Singularly Perturbed Integro-Differential Equation with Exponential Inhomogeneity, 2023, 12, 2075-1680, 241, 10.3390/axioms12030241
    2. Musabek AKYLBAYEV, Burhan KALİMBETOV, Nilufar PARDAEVA, Influence of rapidly oscillating inhomogeneities in the formation of additional boundary layers for singularly perturbed integro-differential systems, 2023, 2587-2648, 10.31197/atnaa.1264072
  • Reader Comments
  • © 2021 the Author(s), licensee AIMS Press. This is an open access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0)
通讯作者: 陈斌, bchen63@163.com
  • 1. 

    沈阳化工大学材料科学与工程学院 沈阳 110142

  1. 本站搜索
  2. 百度学术搜索
  3. 万方数据库搜索
  4. CNKI搜索

Metrics

Article views(5163) PDF downloads(540) Cited by(16)

Figures and Tables

Figures(10)  /  Tables(10)

Other Articles By Authors

/

DownLoad:  Full-Size Img  PowerPoint
Return
Return

Catalog