-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 918 Bytes
/
Project.toml
File metadata and controls
30 lines (26 loc) · 918 Bytes
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
name = "DirectSearch"
uuid = "9d7617aa-e122-4445-bdd0-98866dcb605d"
keywords = ["numerical-optimization", "solver", "derivative-free", "direct-search"]
license = "MIT"
authors = ["Ian McInerney <i.mcinerney17@imperial.ac.uk", "Edward Stables <edward.stables1198@gmail.com>"]
version = "0.1.0"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Unmarshal = "cbff2730-442d-58d7-89d1-8e530c41eb02"
[compat]
JLD2 = "0.4"
JSON = "0.21"
Primes = "0.5"
Unmarshal = "0.4"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]