diff --git a/.development b/.development index 2c2995ed1f..32c9fe994c 160000 --- a/.development +++ b/.development @@ -1 +1 @@ -Subproject commit 2c2995ed1fade30cf340d466869527c2ac98de80 +Subproject commit 32c9fe994c2a92b97593d112f3d42c61278b1725 diff --git a/fortran/bobyqa/bobyqa.f90 b/fortran/bobyqa/bobyqa.f90 index 88e2ab8891..d3c13540b9 100644 --- a/fortran/bobyqa/bobyqa.f90 +++ b/fortran/bobyqa/bobyqa.f90 @@ -25,7 +25,7 @@ module bobyqa_mod ! ! Started: February 2022 ! -! Last Modified: Thursday, January 25, 2024 PM06:36:17 +! Last Modified: Saturday, January 27, 2024 AM02:40:59 !--------------------------------------------------------------------------------------------------! implicit none @@ -89,7 +89,7 @@ subroutine bobyqa(calfun, x, & ! effectively means there is no lower bound for the corresponding entry of X. The value of ! BOUNDMAX is 0.25*HUGE(X), which is about 8.6E37 for single precision and 4.5E307 for double ! precision. XU is similar. -! N.B.: +! N.B.: ! 1. It is required that XU - XL > 2*EPSILON(X), which is about 2.4E-7 for single precision and ! 4.5E-16 for double precision. Otherwise, the solver will return after printing a warning. ! 2. Why don't we set BOUNDMAX to REALMAX? Because we want to avoid overflow when calculating diff --git a/fortran/bobyqa/bobyqb.f90 b/fortran/bobyqa/bobyqb.f90 index c9daa4f1cd..dbd476f622 100644 --- a/fortran/bobyqa/bobyqb.f90 +++ b/fortran/bobyqa/bobyqb.f90 @@ -32,7 +32,7 @@ module bobyqb_mod ! ! Started: February 2022 ! -! Last Modified: Thursday, January 25, 2024 PM08:12:27 +! Last Modified: Saturday, January 27, 2024 AM02:34:58 !--------------------------------------------------------------------------------------------------! implicit none diff --git a/fortran/bobyqa/trustregion.f90 b/fortran/bobyqa/trustregion.f90 index 09828207dc..f5d929761f 100644 --- a/fortran/bobyqa/trustregion.f90 +++ b/fortran/bobyqa/trustregion.f90 @@ -8,7 +8,7 @@ module trustregion_bobyqa_mod ! ! Started: February 2022 ! -! Last Modified: Friday, November 03, 2023 PM03:07:50 +! Last Modified: Saturday, January 27, 2024 AM02:34:44 !--------------------------------------------------------------------------------------------------! implicit none