Open ClimbsRocks opened 7 years ago
one optimization we can make is to run grid search when the search space is small (such as when we're comparing model types), and run evolutionary algorithm search (EAsearch) when the search space is large (deep learning architecture!)
i think this is largely implemented.
now we need to figure out a few things:
we'll probably want to tweak our search settings. i think we might search too small of a space initially.
one optimization we can make is to run grid search when the search space is small (such as when we're comparing model types), and run evolutionary algorithm search (EAsearch) when the search space is large (deep learning architecture!)