JuliaSmoothOptimizers / JuliaSmoothOptimizers/MultiPrecisionR2
Stats setter functions typing restrictive
Open
- Dominant language
- Julia
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
It's not possible to set the stats fields with FP format different than the type `GenericExecutionStats` was instanciated with via the `set_field!` functions.
Current workaround is to set the fields directly without using the `set_field!` functions.
In the multi-precision context, better workaround could be to force the `x0` FP format to be the same than highest precison FP format used.
Contributor guide
Assessment
This issue has not been assessed yet.