You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConfigSpace 1.0 hyperparameters do not have the quantization parameter q= anymore. In #802 we temporarily remove support for quantization in ConfigSpace. We need to add it back using the new quantize() family of functions of ConfigSpace.
The text was updated successfully, but these errors were encountered:
Summary of changes:
* [x] Update dependencies to ConfigSpace >= 1.0.
* [x] Update dependencies to SMAC3 >= 2.2.
* [x] Migrate to new ConfigSpace API.
* [x] Better definition of ConfigSpace fixture in unit tests.
* [x] Fix mypy and pylint issues triggered by the migration.
Notes:
* Side effect: **Works with Python 3.12!**
* ~Supersedes #799~
* ~Depends on upcoming SMAC3 release with [SMAC3
#1124](automl/SMAC3#1124) merged in and a new
release cut with it.~
* Quantization will be added back later:
* #803
* ~Tests fail due to LlamaTune issue:~
* #805Closes#727
---------
Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
Co-authored-by: Brian Kroth <bpkroth@microsoft.com>
Merge after (or instead of) #835
diff from #835 :: https://github.com/motus/MLOS/pull/15/filesCloses#803
---------
Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
Co-authored-by: Brian Kroth <bpkroth@microsoft.com>
ConfigSpace 1.0 hyperparameters do not have the quantization parameter
q=
anymore. In #802 we temporarily remove support for quantization in ConfigSpace. We need to add it back using the newquantize()
family of functions of ConfigSpace.The text was updated successfully, but these errors were encountered: