damar-wicaksono / uqtestfuns

A Python3 library of test functions from the uncertainty quantification community with a common interface for validation and benchmarking purposes.
https://uqtestfuns.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

Implement the third Franke test function #187

Closed damar-wicaksono closed 1 year ago

damar-wicaksono commented 1 year ago

Implement the third test function that appears in Franke's[^Franke1979] report. In the report, six two-dimensional functions were used (four were adapted from another paper).

[^Franke1979]: Richard Franke, A critical comparison of some methods for interpolation of scattered data, Technical Report No. NPS53-79-003, Naval Postgraduate School, Monterey, Canada, 1979. URL.

damar-wicaksono commented 1 year ago

This issue has been resolved by PR #188.