• Alex Hall's avatar
    Refactor hyperparameter search backends (#24384) · b6295b26
    Alex Hall authored
    * Refactor hyperparameter search backends
    
    * Simpler refactoring without abstract base class
    
    * black
    
    * review comments:
    specify name in class
    use methods instead of callable class attributes
    name constant better
    
    * review comments: safer bool checking, log multiple available backends
    
    * test ALL_HYPERPARAMETER_SEARCH_BACKENDS vs HPSearchBackend in unit test, not module. format with black.
    
    * copyright
    b6295b26
trainer.py 181 KB