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
When Searcher has pointer to a Saver, ie. when we call 'searcher.check_existing_runs(saver)', the Searcher should keep the path stored in the attribute 'current_path' of the Saver up to date with the path corresponding to the last parameter configuration returned by the Searcher. That way the user can call '.get_current_path' to retrieve the path corresponding to the latest configuration given by the Searcher.
The above makes sense for existing Searchers (grid) and Savers (SaverCSV), however, this should really be implemented in a more abstract general way so that it will work for future Searchers and Savers.
To do this in a more general way there should just be some base method for all Searchers called 'update_state' that the searcher calls after each iteration.
The text was updated successfully, but these errors were encountered:
When Searcher has pointer to a Saver, ie. when we call 'searcher.check_existing_runs(saver)', the Searcher should keep the path stored in the attribute 'current_path' of the Saver up to date with the path corresponding to the last parameter configuration returned by the Searcher. That way the user can call '.get_current_path' to retrieve the path corresponding to the latest configuration given by the Searcher.
The above makes sense for existing Searchers (grid) and Savers (SaverCSV), however, this should really be implemented in a more abstract general way so that it will work for future Searchers and Savers.
To do this in a more general way there should just be some base method for all Searchers called 'update_state' that the searcher calls after each iteration.
The text was updated successfully, but these errors were encountered: