-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
35 lines (32 loc) · 1.21 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name = "SurrogateModelOptim"
uuid = "dc3f66f6-feed-11e8-2006-85573fddfdbc"
authors = ["Magnus Urquhart <[email protected]>"]
version = "0.5.7"
[deps]
BlackBoxOptim = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
LatinHypercubeSampling = "a5e1c1ea-c99a-51d3-a14d-a9a37257b02d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ScatteredInterpolation = "3f865c0f-6dca-5f4d-999b-29fe1e7e3c92"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
BlackBoxOptim = "^0.5, 0.6"
Distances = "^0.8, ^0.9, ^0.10"
LatinHypercubeSampling = "^1.2"
NearestNeighbors = "^0.4"
Parameters = "^0.12"
ScatteredInterpolation = "^0.3"
StaticArrays = "^0.12, 1.0"
StatsBase = "^0.32, 0.33"
TimerOutputs = "^0.5"
julia = "^1.3"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"