JuliaNLSolvers / NLSolvers.jl

No bells and whistles foundation of Optim.jl
https://julianlsolvers.github.io/NLSolvers.jl/dev/
MIT License
27 stars 8 forks source link

(NFC) move initialization into functions #53

Closed longemen3000 closed 1 year ago

longemen3000 commented 1 year ago

instead of doing it in a hardcoded way, add two functions that init B and fz,∇fz,B0 respectively. it would help in supporting #52

longemen3000 commented 1 year ago

tests need #49 to be merged

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@8d4792b). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #53   +/-   ##
=========================================
  Coverage          ?   76.43%           
=========================================
  Files             ?       54           
  Lines             ?     2780           
  Branches          ?        0           
=========================================
  Hits              ?     2125           
  Misses            ?      655           
  Partials          ?        0           
pkofod commented 1 year ago

I like it, thanks