Hi,
I am using hyperas to optimize my CNN based DL model. I am only using "choice" and my aim is to let hyperas run all combinations and decide on the best. However when running optim.minimize I need to specify max_val = int value. Is it possible to let it run all combinations, and would that be by passing the total number of combinations into max_eval?
Thank you
ezeid