Skip to content

Commit

Permalink
240124.005712.HKT fix a failure of bobyqa verification
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Jan 23, 2024
1 parent 49070a9 commit e833b66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 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: Sunday, January 21, 2024 PM02:44:35
! Last Modified: Wednesday, January 24, 2024 AM12:35:57
!--------------------------------------------------------------------------------------------------!

implicit none
Expand Down Expand Up @@ -408,6 +408,7 @@ subroutine bobyqa(calfun, x, &
honour_x0_loc = (.not. (is_finite(rhobeg) .and. rhobeg > 0))
end if


! Preprocess the inputs in case some of them are invalid. It does nothing if all inputs are valid.
call preproc(solver, n, iprint_loc, maxfun_loc, maxhist_loc, ftarget_loc, rhobeg_loc, rhoend_loc, &
& npt=npt_loc, eta1=eta1_loc, eta2=eta2_loc, gamma1=gamma1_loc, gamma2=gamma2_loc, &
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: Sunday, January 21, 2024 PM03:20:07
! Last Modified: Wednesday, January 24, 2024 AM12:20:35
!--------------------------------------------------------------------------------------------------!

implicit none
Expand Down

0 comments on commit e833b66

Please sign in to comment.