Tim Thatcher

Results 3 issues of Tim Thatcher

[ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) has the following constraints: - [ ] The target function can only be composed of generic Julia functions. ForwardDiff cannot propagate derivative information through non-Julia code. Thus, your function...

enhancement

Implement Automatic Relevance Determination as described in Rasmussen (page 2 of pdf, 106 of text): > http://www.gaussianprocess.org/gpml/chapters/RW5.pdf

enhancement

There's two components to this enhancement. ### Optimization Define a `theta` and `eta` (inverse `theta`) function to transform parameters between an open bounded interval to a closed bounded interval (or...

enhancement