Skip to content

Fix logic for initializing gg1 in the new cg implementation

Sebastian Ohlmann requested to merge fix_cg_variable_initialization into develop

Description

Before, gg1 may have been used uninitialized when using the Fletcher-Reeves direction, although the value was not used in the algorithm itself. Now the logic is fixed.

Checklist

Merge request reports