You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run an optimization with SNOPT, and store the history
Call getValues without specifying values, and with major=False
Current behavior
The major flag gets switched to True, and only those are returned.
This is probably because all values include some which are only defined at major iterations, so the internal check changes it to major=True.
Expected behavior
Perhaps the major-only values are skipped, and the rest are returned at all iterations.
The text was updated successfully, but these errors were encountered:
Description
Describe the bug here
Steps to reproduce issue
getValues
without specifyingvalues
, and withmajor=False
Current behavior
The major flag gets switched to
True
, and only those are returned.This is probably because all values include some which are only defined at major iterations, so the internal check changes it to
major=True
.Expected behavior
Perhaps the major-only values are skipped, and the rest are returned at all iterations.
The text was updated successfully, but these errors were encountered: