Skip to content

Commit

Permalink
Update custom_quasiconvex.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
mewilhel authored Oct 7, 2020
1 parent fef171c commit 182cb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/custom_quasiconvex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"import EAGO: convergence_check, termination_check, repeat_check\n",
"function EAGO.convergence_check(t::QuasiConvex, x::Optimizer)\n",
" gap = (x._upper_objective_value - x._lower_objective_value)\n",
" return (gap <= x.absolute_tolerance)\n",
" return (gap <= x._parameters.absolute_tolerance)\n",
"end\n",
"function EAGO.termination_check(t::QuasiConvex, x::Optimizer)\n",
" flag = EAGO.convergence_check(t, x)\n",
Expand Down

0 comments on commit 182cb3f

Please sign in to comment.