dcolli23 / PyOpt

Python optimization framework
GNU General Public License v3.0
1 stars 0 forks source link

Need functionality for worker to assess its error based on single point #16

Closed dcolli23 closed 4 years ago

dcolli23 commented 4 years ago

Description

We need functionality for a worker assessing the simulation's error based on a single point for when we're fitting families of simulations to a single trace (as is the case for tension-pCa fitting).

Proposal

By implementing #15, we can simply pass in a single point for the Worker to assess its error on. Then, we have to change the get_simulation_error method in the Worker class to accept a fit_mode initialization parameter of "single_point".