Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simulation runs to find good parameters #4

Open
Malnammi opened this issue Jan 9, 2019 · 0 comments
Open

Simulation runs to find good parameters #4

Malnammi opened this issue Jan 9, 2019 · 0 comments

Comments

@Malnammi
Copy link
Collaborator

Malnammi commented Jan 9, 2019

This code implements an iterative screening simulation for LC1234 dataset. The param_configs/ folder contains strategy hyperparameter files. These parameter files also specify the data source, type of model, type of next batch selector, etc. The simulation runs for a maximum number of iterations, where in each iteration it generates the next selected batch and evaluates it. Each iteration can take around 500 seconds. With the 72 hour limit on CHTC, this means we can run around 450 iterations for each parameter set.

Currently there are two main next batch selectors: ClusterBased and InstanceBased. The parameter config files for these specify a hyperparameter set in the billions. We will need to apply random or bayesian grid searching. We might be able to apply a combination of both by running a large number of simulations on chtc concurrently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant