This change breaks the API for cga_lagrange_min. The purpose of this change is to make argument unpacking easier by grouping the learning rate parameters together. The required parameter lagrangian is now the first argument and lr_func is the second. cga_test.py has been updated accordingly and the tests pass.
This change breaks the API for
cga_lagrange_min
. The purpose of this change is to make argument unpacking easier by grouping the learning rate parameters together. The required parameterlagrangian
is now the first argument andlr_func
is the second.cga_test.py
has been updated accordingly and the tests pass.