From d1e4624bc502b1fd8045298bc40e0907109fdb81 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Tue, 13 Sep 2022 22:15:11 +0000 Subject: [PATCH] New package: SurrogatesMOE v0.1.0 UUID: 778709c9-3595-4497-80d4-d1077d5b9fbf Repo: https://github.com/SciML/Surrogates.jl.git Tree: 1f9745415942937fc41cef64893d8c099c3db592 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec --- Registry.toml | 1 + S/SurrogatesMOE/Compat.toml | 9 +++++++++ S/SurrogatesMOE/Deps.toml | 11 +++++++++++ S/SurrogatesMOE/Package.toml | 4 ++++ S/SurrogatesMOE/Versions.toml | 2 ++ 5 files changed, 27 insertions(+) create mode 100644 S/SurrogatesMOE/Compat.toml create mode 100644 S/SurrogatesMOE/Deps.toml create mode 100644 S/SurrogatesMOE/Package.toml create mode 100644 S/SurrogatesMOE/Versions.toml diff --git a/Registry.toml b/Registry.toml index f48bd246e785900..6e8b382cac79f07 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3895,6 +3895,7 @@ some amount of consideration when choosing package names. 777baba0-b230-11eb-2c94-4386250cf58f = { name = "Simpsons", path = "S/Simpsons" } 777c1f86-6c82-42ca-a30b-c579d49eb024 = { name = "ElementarySymmetricFunctions", path = "E/ElementarySymmetricFunctions" } 777c4786-024f-11e9-21a3-85d5d4106250 = { name = "ClimateMachine", path = "C/ClimateMachine" } +778709c9-3595-4497-80d4-d1077d5b9fbf = { name = "SurrogatesMOE", path = "S/SurrogatesMOE" } 778c5047-3e82-4d04-81b5-6fafe2d2d704 = { name = "MetaICVI", path = "M/MetaICVI" } 7792a7ef-975c-4747-a70f-980b88e8d1da = { name = "StrideArraysCore", path = "S/StrideArraysCore" } 77962e87-5f16-4699-9e7e-ba81324b26cc = { name = "Jinja", path = "J/Jinja" } diff --git a/S/SurrogatesMOE/Compat.toml b/S/SurrogatesMOE/Compat.toml new file mode 100644 index 000000000000000..ab2f94ca88d4c93 --- /dev/null +++ b/S/SurrogatesMOE/Compat.toml @@ -0,0 +1,9 @@ +[0] +Clustering = "0.14.2-0.14" +GaussianMixtures = "0.3.6-0.3" +Surrogates = "6" +SurrogatesFlux = "0.1" +SurrogatesPolyChaos = "0.1" +SurrogatesRandomForest = "0.1" +XGBoost = "1.5.2-1" +julia = "1.6.0-1" diff --git a/S/SurrogatesMOE/Deps.toml b/S/SurrogatesMOE/Deps.toml new file mode 100644 index 000000000000000..241f312363e38b2 --- /dev/null +++ b/S/SurrogatesMOE/Deps.toml @@ -0,0 +1,11 @@ +[0] +Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +GaussianMixtures = "cc18c42c-b769-54ff-9e2a-b28141a64aae" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Surrogates = "6fc51010-71bc-11e9-0e15-a3fcc6593c49" +SurrogatesFlux = "4f55584b-dac4-4b1c-802a-b7c47b72cb4c" +SurrogatesPolyChaos = "50679fc6-c85c-4a6e-ac63-dc3c8bd8cb1c" +SurrogatesRandomForest = "3fee2672-df33-422b-aa65-d915eeac013a" +XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9" diff --git a/S/SurrogatesMOE/Package.toml b/S/SurrogatesMOE/Package.toml new file mode 100644 index 000000000000000..88ab332d56eb40d --- /dev/null +++ b/S/SurrogatesMOE/Package.toml @@ -0,0 +1,4 @@ +name = "SurrogatesMOE" +uuid = "778709c9-3595-4497-80d4-d1077d5b9fbf" +repo = "https://github.com/SciML/Surrogates.jl.git" +subdir = "lib/SurrogatesMOE" diff --git a/S/SurrogatesMOE/Versions.toml b/S/SurrogatesMOE/Versions.toml new file mode 100644 index 000000000000000..04d431642bbdb8b --- /dev/null +++ b/S/SurrogatesMOE/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "1f9745415942937fc41cef64893d8c099c3db592"