File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ version = "0.2.5"
77Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
88DiffResults = " 163ba53b-c6d8-5494-b064-1a9d43ac40c5"
99ElasticArrays = " fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
10+ ElasticPDMats = " 2904ab23-551e-5aed-883f-487f97af5226"
1011ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
1112GaussianProcesses = " 891a1506-143c-57d2-908e-e1f8e92e6de9"
1213NLopt = " 76087f3c-5699-56af-9a33-bf431cd00edd"
@@ -18,6 +19,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
1819[compat ]
1920DiffResults = " 0.0.4, 1"
2021ElasticArrays = " 0.3, 0.4, 1"
22+ ElasticPDMats = " 0.2.3"
2123ForwardDiff = " 0.9, 0.10"
2224GaussianProcesses = " 0.9, 0.10, 0.11, 0.12"
2325NLopt = " 0.4, 0.5, 0.6, 1"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ directly on the GP parameters, e.g.
3737function MAPGPOptimizer (; every = 10 , kwargs... )
3838 MAPGPOptimizer (0 , every,
3939 merge (defaultoptions (MAPGPOptimizer),
40- kwargs. data))
40+ kwargs)) # Changed kwargs.data -> kwargs
4141end
4242function optimizemodel! (o:: MAPGPOptimizer , model:: GPBase )
4343 if o. i % o. every == 0
You can’t perform that action at this time.
0 commit comments