JuliaSmoothOptimizers / JuliaSmoothOptimizers/MultiPrecisionR2

Distinct Incumbent and Evaluations FP formats

Open
#19 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Julia
Stars
1
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Implements distinction between FP formats used for incumbent representation/storage and FP formats used for objective/gradient evaluation. This would allows to enforce the solver to return low precision FP incumbent (e.g. FLoat16) for light storage while the objective/gradient can be evaluated with higher precision FP format to ensure convergence (e.g. Float32, Float64).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.