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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
gp:
Add analytic derivatives computations (#54, #55, #56, #58, #60). All derivatives available for all mean/correlation models are implemented.
Refactor MeanModel and CorrelationModel methods:
apply() renamed to value()
jac() renamed to jacobian()
Fix prediction computation when using linear regression (#52)
ego:
Refactor Egor using argmin 0.7.0 solver frameworkEgorSolver can be used with argmin::Executor and benefit from observers and checkpointing features (#67)
Egor use kriging setting by default (i.e. one cluster with constant mean and squared exponential correlation model)