re-running a Parameter Optimization Loop

Hello,

I would like to know if it is possible to re-run a parameter optimization loop several times and collect all the best results from each iteration. That is, a parameter optimization loop is finding the best parameters for my model, but I want to re-run this several times and then calculate some statistics on the best values that the parameter optimization loop found. I am currently doing this manually but it is not possible if I want to repeat the loop many times.
Thank you.

Hi @datascience100,
you can just nest the optimization loop inside any other loop, e.g. a Counting Loop Start and a Loop End.
Kind regards,
Alexander

1 Like