setup.py test was failing on windows machines because if
__name__==__main__ was not included in the setup.py folder. This has
been fixed. Also updated setup.py to explicitly include all package with
version requirements to help get it working on Travis CI.
Puts the next parameters on the queue which are randomly picked from a uniform distribution between the minimum and maximum boundaries when a cost is added to the cost queue.
- # If any package contains *.txt or *.rst files, include them:
- '': ['*.txt','*.md'],
- },
- author='Michael R Hush',
- author_email='MichaelRHush@gmail.com',
- description='M-LOOP: Machine-learning online optimization package. A python package of automated optimization tools - enhanced with machine-learning - for quantum scientific experiments, computer controlled systems or other optimization tasks.',
+ # If any package contains *.txt or *.rst files, include them:
+ '': ['*.txt','*.md'],
+ },
+ author='Michael R Hush',
+ author_email='MichaelRHush@gmail.com',
+ description='M-LOOP: Machine-learning online optimization package. A python package of automated optimization tools - enhanced with machine-learning - for quantum scientific experiments, computer controlled systems or other optimization tasks.',
0 comments on commit
750c093