-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add constant kernel add a constant kernel as described in the book Applied Stochastic Differential Equations on p.263. add ConstantantKernel to the tesstset gp/lti_sde.jl * Update runtests.jl forgot to revert some temporary changes... * Update test/gp/lti_sde.jl Co-authored-by: willtebbutt <[email protected]> * Update lti_sde.jl allow type of k.c[1] to be different from T. k.c[1] enters initial state variance in stationaly_distribution. drop adjoint of stationary_distribution in favour of an adjount for the constructor of SMatrix * Update Project.toml patch bump * new zygote rule add new zygote rule for SMatrix{1, 1} Co-authored-by: Andreas <[email protected]> Co-authored-by: willtebbutt <[email protected]>
- Loading branch information
1 parent
d56d1cd
commit 1271b8c
Showing
4 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "TemporalGPs" | ||
uuid = "e155a3c4-0841-43e1-8b83-a0e4f03cc18f" | ||
authors = ["willtebbutt <[email protected]>"] | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
|
||
[deps] | ||
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1271b8c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
1271b8c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/33903
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: