AdityaSavara / PEUQSE

Parameter estimation for complex physical problems often suffers from finding ‘solutions’ that are not physically realistic. The PEUQSE software provides tools for finding physically realistic parameter estimates, graphs of the parameter estimate positions within parameter space, and plots of the final simulation results.
13 stars 5 forks source link

reload samples function so can re-plot separate from filtering options in dill #194

Closed AdityaSavara closed 2 years ago

AdityaSavara commented 2 years ago

The dill saving of PE_objects also saves any filtering. If anybody wants to do a replotting with different filtering, they would need to reload the previous sampling [or pseudo-sampling, in the case of uniform/random sampling]

There should be a load_existing_samples function that automatically loads the samples and their logP values from the existing file. So a person can just put "PE_object.reload_existing_samples('multistart')" or something like that.

AdityaSavara commented 2 years ago

Should also make a wrapper inside of PE_object class so that convertPermutationsToSamples can be automatically called. Maybe "populateSamplesFromPermutationsOutputs" or something like that. So that it can take an array, or filename, or the existing self.permutations_MAP_logP_and_parameters_values directly.

AdityaSavara commented 2 years ago

done (enough) in version 0.9.3