ERROR: MethodError: no method matching replace!(::Tunable, ::MTKParameters{Vector{Float64}, Tuple{}, Tuple{}, Tuple{}}, ::Vector{Float64})
The function `replace!` exists, but no method is defined for this combination of argument types.
Closest candidates are:
replace!(::Any, ::Pair...; count)
@ Base set.jl:735
replace!(::Union{Function, Type}, ::Any; count)
@ Base set.jl:777
replace!(::SentinelArrays.ChainedVector, ::Pair...; count)
@ SentinelArrays C:\Users\kkako\.julia\packages\SentinelArrays\ob2QK\src\chainedvector.jl:985
Not Working Environment (please complete the following information):
Describe the example the example of Remake with different parameter values broke in version 0.11.6 with neither the new or old methods failing
Minimal Reproducible Example 👇 copied from the tutorial for reference
Error & Stacktrace ⚠️
Not Working Environment (please complete the following information):
using Pkg; Pkg.status()
versioninfo()
Additional context
the previous approach of remake 👇 doesn't work as well
returning this error