parameter_sweep.parallel.results

Module Contents

Classes

LocalResults

Class representing the results of one process's run of an optimization routine.

class parameter_sweep.parallel.results.LocalResults(process_number, parameters, results)

Class representing the results of one process’s run of an optimization routine. Parameters: - process_number: a unique number identifying the process in the group - parameters: a list containing an entry for each parameter group run by the process - results: the results of the optimization routine run for all parameter groups in the list