numenta / nupic.research

Experimental algorithms. Unsupported.
https://nupicresearch.readthedocs.io
GNU Affero General Public License v3.0
104 stars 60 forks source link

RES-2479: Move nupic.research.frameworks.sigopt to packages #586

Closed lscheinkman closed 2 years ago

lscheinkman commented 2 years ago

This PR moves the SigOpt framework into a separate optional installable package for nupic.research but keeps it installed in the default conda environment (environment.yml) as it is commonly used framework by many projects.

After this PR is merged, those using the default conda environment and SigOpt must call conda env update or pip install -e packages/sigopt to install the framework