Skip to content

Commit

Permalink
240127.024219.HKT fix a failure of bobyqa verificatio
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Jan 26, 2024
1 parent f38ec20 commit 91b899b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .development
4 changes: 2 additions & 2 deletions fortran/bobyqa/bobyqa.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fortran/bobyqa/bobyqb.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fortran/bobyqa/trustregion.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91b899b

Please sign in to comment.