Change request #1847
Remove eval_gradients() methods
Status: | Closed | Start date: | 08/22/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 0% | |
Category: | - | |||
Target version: | 1.2.0 | |||
Duration: |
Description
The eval_gradients()
methods duplicate a lot of the code from the eval()
methods. To avoid code duplication, a hidden gradients
flag should be added to the eval()
method, and if the flag is set to true
, gradients should be computed. By default, the flag should be set to false
.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen about 8 years ago
- Status changed from New to Closed
- Assigned To set to Knödlseder Jürgen
The change has been implemented and merged into devel
.