Skip to content

Commit

Permalink
maxlog
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jan 2, 2021
1 parent ba75d01 commit a6ffe8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/samplers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function (s::GPSampler)(ho, iter)
acqfunc = BayesianOptimization.acquisitionfunction(ExpectedImprovement(maximum(s.model.y)), s.model)
end
catch ex
@warn("BayesianOptimization acqfunc failed at iter $iter: error: ", ex)
@warn("BayesianOptimization acqfunc failed at iter $iter: error: ", ex, maxlog=1)
end
push!(ho2.results, res)
# push!(ho2.history, params2)
Expand Down

0 comments on commit a6ffe8c

Please sign in to comment.