dcolli23 / PyOpt

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

Save the best p-values at every new minimum error #4

Open dcolli23 opened 4 years ago

dcolli23 commented 4 years ago

Description

Currently the best p-values are not saved with each new minimum error, only the new model file.

Proposal

To avoid having to back-calculate p-values for future optimization jobs, I propose that we write out the p-values into a file, either by themselves or with other output files.