Skip to content

Feature: implement simulated campaigning for "hyper parameter tuning" #33

Description

@matthewcarbone

@ziatdinovmax as we discussed, I plan on implementing a simulated campaigning loop for tuning the "hyper parameters" of an optimization loop. I first want to learn this library inside and out so it might take some time. But anyways, the executive summary of the tasks at hand look something like this:

  • Develop a Campaign class for storing the state of and running the campaign
  • Parallelize the campaigning (since many simulations will have to be run); might want to consider mpi4py but more likely multiprocessing will be enough
  • Implement a smart checkpoint-restart system for the same reason
  • Write appropriate tests

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions