- add nimCSO to packages.json (#2829)

This commit is contained in:
Adam M. Krajewski 2024-03-07 10:17:23 -05:00 committed by GitHub
parent b770167e54
commit bee1fb1102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,23 @@
[ [
{
"name": "nimcso",
"url": "https://github.com/amkrajewski/nimcso",
"method": "git",
"tags": [
"data",
"optimization",
"metaprogramming",
"databases",
"data selection",
"ai",
"ml",
"science"
],
"description": "nim Composition Space Optimization: A high-performance tool leveraging metaprogramming to implement several methods for selecting components (data dimensions) in compositional datasets, as to optimize the data availability and density for applications such as machine learning.",
"license": "MIT",
"web": "https://github.com/amkrajewski/nimcso",
"doc": "https://nimcso.phaseslab.org"
},
{ {
"name": "nimplex", "name": "nimplex",
"url": "https://github.com/amkrajewski/nimplex", "url": "https://github.com/amkrajewski/nimplex",