Open AthinaKyriakou opened 8 months ago
Hi, max_evals
refers to the maximum number of searches, and the hyper-param search stops when max_evals
is reached. Additionally, the search will stop if a better parameter is not found after early_stop
hyper-param combinations have been tried.
I have been working with the HyperTuning from recbole.trainer.
On the provided documentation, I cannot find what are the parameters
early_stop
andmax_evals
and what is their relation to the parameterepochs
specified in the configuration yaml file (example).Could you clarify this?
Thanks a lot for your work and support on this project!