ralna / RALFit

A non-linear least squares solver
Other
25 stars 6 forks source link

Return from eval failure #49

Closed tyronerees closed 5 years ago

tyronerees commented 5 years ago

Closes #37

I've left things as they are on the first call, as if you can't evaluate the Jacobian/function at the initial guess, the user should pick a different point.

I have not addressed the eval_HP issue mentioned in #43

codecov[bot] commented 5 years ago

Codecov Report

Merging #49 into master will increase coverage by 0.7%. The diff coverage is 96.1%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #49     +/-   ##
=========================================
+ Coverage   87.85%   88.55%   +0.7%     
=========================================
  Files           4        4             
  Lines        2619     2631     +12     
=========================================
+ Hits         2301     2330     +29     
+ Misses        318      301     -17
Impacted Files Coverage Δ
libRALFit/src/ral_nlls_internal.f90 91.14% <96.1%> (+1.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c110356...f7f0645. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #49 into master will increase coverage by 0.7%. The diff coverage is 96.1%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #49     +/-   ##
=========================================
+ Coverage   87.85%   88.55%   +0.7%     
=========================================
  Files           4        4             
  Lines        2619     2631     +12     
=========================================
+ Hits         2301     2330     +29     
+ Misses        318      301     -17
Impacted Files Coverage Δ
libRALFit/src/ral_nlls_internal.f90 91.14% <96.1%> (+1.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c110356...f7f0645. Read the comment docs.