codes.tune.evaluate_tuning

codes.tune.evaluate_tuning#

Functions

evaluate_tuning(study_name)

Evaluate the tuning step by generating loss plots for each surrogate model.

load_loss_history(model_path)

Load loss histories from a saved model file.

main()

Main function to evaluate tuning.

parse_args()

Parse command-line arguments.

plot_losses(loss_histories, epochs, labels)

Plot the loss trajectories for multiple models using their actual lengths.