Skip to content

Commit 17d7bdc

Browse files
authored
implement scaling of ML outputs to range given by priors (#18)
* implement scaling of ML outputs to range given by priors * alter check on GPU device from function to testing type
1 parent 0d91f84 commit 17d7bdc

22 files changed

+677
-511
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"minimap.background": "#00000000",
4+
"scrollbar.shadow": "#00000000"
5+
}
6+
}

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
1111
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
1212
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
1313
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
14+
DistributionFits = "45214091-1ed4-4409-9bcf-fdb48a05e921"
15+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1416
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
1517
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
18+
MLDataDevices = "7e8f7934-dd98-4c1a-8fe8-92b47a384d40"
1619
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
1720
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
1821
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -38,10 +41,13 @@ ChainRulesCore = "1.25"
3841
Combinatorics = "1.0.2"
3942
CommonSolve = "0.2.4"
4043
ComponentArrays = "0.15.19"
44+
DistributionFits = "0.3.9"
45+
Distributions = "0.25.117"
4146
Flux = "v0.15.2, 0.16"
4247
GPUArraysCore = "0.1, 0.2"
4348
LinearAlgebra = "1.10.0"
4449
Lux = "1.4.2"
50+
MLDataDevices = "1.6.9"
4551
MLUtils = "0.4.5"
4652
Optimization = "3.19.3, 4"
4753
Random = "1.10.0"

0 commit comments

Comments
 (0)