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

def generateInitialPoints should be moved out of the PE_object class #334

Open AdityaSavara opened 1 year ago

AdityaSavara commented 1 year ago

def generateInitialPoints should be moved out of the PE_object class, then people can call it to generate initial points even without creating a PE_object. The only reason a PE_object is needed is so that a couple of the arguments receive default values. It would be better to pull the function out of the class and create a wrapper function that calls the separated function with the default values supplied.