diff --git a/database/database.json b/database/database.json index e7f7045..6ea01c2 100644 --- a/database/database.json +++ b/database/database.json @@ -33540,5 +33540,18 @@ "rust", "parser" ] + }, + "https://github.com/facebookresearch/nevergrad": { + "extra-tags": [ + "toolbox", + "gradient", + "optimization" + ], + "date": "2018-11-21", + "title": "nevergrad", + "summary": "A Python toolbox for performing gradient-free optimization", + "tags": [ + "python" + ] } } \ No newline at end of file diff --git a/database/pipeline.pkl b/database/pipeline.pkl index 699a594..c036cf9 100644 Binary files a/database/pipeline.pkl and b/database/pipeline.pkl differ diff --git a/database/triples.json b/database/triples.json index 2702df6..f6c772e 100644 --- a/database/triples.json +++ b/database/triples.json @@ -153238,5 +153238,17 @@ { "head": "rust", "tail": "sqlparser" + }, + { + "head": "toolbox", + "tail": "gradient" + }, + { + "head": "toolbox", + "tail": "optimization" + }, + { + "head": "gradient", + "tail": "optimization" } ] \ No newline at end of file