automl / neps

Neural Pipeline Search (NePS): Helps deep learning experts find the best neural pipeline.
https://automl.github.io/neps/
Apache License 2.0
61 stars 13 forks source link

refactor(SearchSpace): removes a lot of methods from `SearchSpace` #150

Closed eddiebergman closed 1 month ago

eddiebergman commented 1 month ago

This PR removes a lot of methods from search space in favour of dedicated methods/objects to do the routines. Not fully there yet but this is on the route towards removing values from SearchSpace and making it just a definition, not a value holder with state.