-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New package: LaplacianExpectationMaximization v0.1.0 (#121195)
UUID: 610349f3-aa2e-4e53-b232-3ba00964b24d Repo: https://github.com/jbrea/LaplacianExpectationMaximization.jl.git Tree: 0aef0d77084d5edb999376a1e2e5821f98da4b89 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
- Loading branch information
1 parent
0637bd3
commit 0e4c552
Showing
7 changed files
with
41 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[0] | ||
ADTypes = "1" | ||
ComponentArrays = "0.15" | ||
ConcreteStructs = "0.2" | ||
Distributions = "0.25" | ||
DocStringExtensions = "0.9" | ||
ForwardDiff = "0.10" | ||
LinearAlgebra = "1" | ||
Optim = "1" | ||
Optimisers = "0.3-0.4" | ||
OptimizationCallbacks = "0.1" | ||
Printf = "1" | ||
Random = "1" | ||
julia = "1.10.0-1" |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[0] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66" | ||
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Optim = "429524aa-4258-5aef-a3af-852621145aeb" | ||
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2" | ||
OptimizationCallbacks = "65fa8838-c146-46ed-aad7-5f6b0eb2af66" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
name = "LaplacianExpectationMaximization" | ||
uuid = "610349f3-aa2e-4e53-b232-3ba00964b24d" | ||
repo = "https://github.com/jbrea/LaplacianExpectationMaximization.jl.git" |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
["0.1.0"] | ||
git-tree-sha1 = "0aef0d77084d5edb999376a1e2e5821f98da4b89" |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[0] | ||
Enzyme = "0.11-0.13" | ||
NLopt = "1" | ||
Optimization = "4" |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[0] | ||
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" | ||
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd" | ||
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" |
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