miguelriemoliveira / OptimizationUtils

A set of utilities for using the python scipy optimizer functions
GNU General Public License v3.0
6 stars 0 forks source link

The visualization function is being called even after the optimization ends #67

Closed lucasrdalcol closed 2 years ago

lucasrdalcol commented 2 years ago

Maybe there is a way to only call during the optimization, stop calling and keep the figure yet. The problem with this issue is when we want to print some variables to debug the code, so it continuous to print even after the optimization ends.

miguelriemoliveira commented 2 years ago

Fixed I think.