Skip to content

Commit

Permalink
fix: Increased precision of simplex projection
Browse files Browse the repository at this point in the history
Prevents #32

Credit: @hopeyen

Signed-off-by: Anirudh <[email protected]>
  • Loading branch information
anirudh2 committed Apr 17, 2023
1 parent 39b676e commit 53c4aef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -506,11 +506,11 @@ version = "1.2.0"

[[deps.SemioticOpt]]
deps = ["Accessors", "Lazy", "LinearAlgebra", "Zygote"]
git-tree-sha1 = "06eec9c16ca7b67dc1c0881ee45a311b96ce3e78"
git-tree-sha1 = "5bf163b2e1654f1c4b22700b41e0b76bc704b080"
repo-rev = "main"
repo-url = "https://github.com/semiotic-ai/SemioticOpt.jl.git"
uuid = "a0c0fc10-8635-40d2-82ff-39f738735ee1"
version = "0.5.0"
version = "0.5.1"

[[deps.SentinelArrays]]
deps = ["Dates", "Random"]
Expand Down Expand Up @@ -559,9 +559,9 @@ version = "1.2.2"

[[deps.StaticArrays]]
deps = ["LinearAlgebra", "Random", "StaticArraysCore", "Statistics"]
git-tree-sha1 = "b8d897fe7fa688e93aef573711cb207c08c9e11e"
git-tree-sha1 = "63e84b7fdf5021026d0f17f76af7c57772313d99"
uuid = "90137ffa-7385-5640-81b9-e52037218182"
version = "1.5.19"
version = "1.5.21"

[[deps.StaticArraysCore]]
git-tree-sha1 = "6b7ba252635a5eff6a0b0664a41ee140a1c9e72a"
Expand Down

0 comments on commit 53c4aef

Please sign in to comment.