michaelrzhang / LLM-HyperOpt

Using Large Language Models for Hyperparameter Optimization
8 stars 1 forks source link

Loss for comparisons in the paper #1

Open roshansridhar opened 5 months ago

roshansridhar commented 5 months ago

Did you re-implement other models like BO and random search for comparisons in the paper yourself using hpobench datasets? Great work. Would you be uploading code for those as well?

michaelrzhang commented 4 months ago

Thank you for your interest, we'll be uploading more code next week! We did BO using SMAC3 e.g. https://automl.github.io/SMAC3/main/api/smac.facade.hyperparameter_optimization_facade.html and random search ourselves.