Remix.run Logo
janalsncm 2 hours ago

Hyperparameter tuning could be done by genetic algorithm. I think it’s a bit of a category error to say that it is a genetic algorithm though.

Hyperparam tuning is usually done by Bayesian Optimization though.

stingraycharles an hour ago | parent [-]

Yeah that’s correct, it could use it, but there are better alternatives for this particular problem.