You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, loading the recommended packages yields a warning
julia> using Plots
julia> using Surrogates
julia> using Flux
┌ Warning: Package Surrogates does not have Flux in its dependencies:
│ - If you have Surrogates checked out for development and have
│ added Flux as a dependency but haven't updated your primary
│ environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with Surrogates
└ Loading Flux into Surrogates from project dependency, future warnings for Surrogates are suppressed.
This seems OK but it would be helpful to have a heads up for users.
Next, an error.
Following along, there is no lb or ub:
julia> neural =NeuralSurrogate(x, y, lb, ub, model = model1, n_echos =10)
ERROR: UndefVarError: lb not defined
Stacktrace:
[1] top-level scope
Three issues with the NeuralSurrogate docs
First, loading the recommended packages yields a warning
This seems OK but it would be helpful to have a heads up for users.
Next, an error.
Following along, there is no
lb
orub
:Next if I make up some numbers, there is a typo
but even if I fix the typo I get an issue
The text was updated successfully, but these errors were encountered: