Metadata-Version: 2.4
Name: hdim_opt
Version: 1.0.0
Summary: High-Dimensional Optimization Suite: contains QUASAR optimizer and HDS sampling algorithms.
Author-email: Julian Soltes <jsoltes@regis.edu>
License: MIT
Keywords: optimization,high-dimensional,sampling,QUASAR,HDS
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: hds
Requires-Dist: pandas; extra == "hds"
Requires-Dist: scikit-learn; extra == "hds"
Requires-Dist: joblib; extra == "hds"
