pints icon indicating copy to clipboard operation
pints copied to clipboard

Hager_Zhang first commit

Open alisterde opened this issue 3 years ago • 3 comments

@MichaelClerx @ben18785 I've got an initial draft of the Hager-Zhang line search algorithm #1160 it is passing all of the tests I've written and appears to be functional. However, I want to write more tests to check specific conditions in the logic before I'll be confident in the algorithm, I also think I need to add a few more convergence checks but I'll address that tomorrow.

I would appreciate any initial thoughts you have about it.

alisterde avatar May 24 '21 15:05 alisterde

Maybe we can link to this somewhere in the file. I can never find it :D https://docs.python.org/3.8/reference/expressions.html#yield-expressions

MichaelClerx avatar May 25 '21 11:05 MichaelClerx

https://docs.python.org/3.8/glossary.html#term-asynchronous-generator https://docs.python.org/3/reference/compound_stmts.html#coroutines

MichaelClerx avatar May 25 '21 12:05 MichaelClerx

This is the paper referenced: https://epubs.siam.org/doi/abs/10.1137/030601880?casa_token=GhCspIQb5DUAAAAA:aVcINgBT6bK9q154vVI9UDxbnPuwNEUCc-Ph_tTVKR6hyfEjkWsk6xNZD6KQMG0ZGH7Xa8XnVCplew

alisterde avatar Jun 01 '21 11:06 alisterde