gaioguys / GAIO.jl

A Julia package for set oriented computations.
MIT License
9 stars 4 forks source link

Split up adaptive_newton_step #12

Open gaioguy opened 4 years ago

gaioguy commented 4 years ago

I propose to split adaptive_newton_step() in algorithms.jl into separate pieces, i.e put armijo_rule() and the loop of Newton-iterations into separate functions (which can then be reused elsewhere).

FrederikSchnack commented 4 years ago

Personally, I would keep it that way for now. We can also change it later, if we need it elsewhere.