gpt
gpt copied to clipboard
initialized history of base_iterative in __init__ [TINY] [FIX]
When iterative algorithm instances are created but not used, the history attribute is missing; this can yield unexpected attribute errors. Setting the history to an empty list in __init__ avoids that.