daquinterop / Py_DSSATTools

A Python library for crop modeling using DSSAT
GNU General Public License v3.0
49 stars 18 forks source link

crop parameter #31

Closed qianweihao closed 7 months ago

qianweihao commented 7 months ago

Hello, how do I perform a variety parameter check, e.g. GLUE

daquinterop commented 7 months ago

As GLUE is calibration methodology I guess you're referring to parameter calibration. If that's the case, then it's up to you. The library does not have any parameter calibration tool, but it can be integrated into any calibration methodology, or calibration or optimization libraries. I've had used it to perform bayesian calibration, bayesian optimization, and regular optimization using PyMC, scipy optimize, and Ax.

qianweihao commented 7 months ago

I see. Thank you very much.