-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
.zenodo.json
42 lines (42 loc) · 982 Bytes
/
.zenodo.json
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
36
37
38
39
40
41
42
{
"title": "Chips-n-Salsa",
"license": "GPL-3.0-or-later",
"upload_type": "software",
"creators": [
{
"orcid": "0000-0003-1072-8559",
"affiliation": "Stockton University",
"name": "Vincent A. Cicirello"
}
],
"keywords": [
"local search",
"simulated annealing",
"genetic algorithms",
"evolutionary algorithms",
"evolutionary computation",
"hill climbing",
"stochastic sampling",
"HBSS",
"VBSS",
"heuristic biased stochastic sampling",
"value biased stochastic sampling",
"randomized heuristics",
"metaheuristics",
"discrete optimization",
"permutations",
"scheduling",
"parallel",
"self-adaptive",
"self-tuning",
"constructive heuristic"
],
"related_identifiers": [
{
"scheme": "doi",
"identifier": "10.21105/joss.02448",
"relation": "isDocumentedBy",
"resource_type": "publication"
}
]
}