I've noticed that for example many stopping criteria have currently invalid repr due to not producing parsable output in two-arg show. We should move the non-parsable output to the three-argument show like explained here: https://scientificcoder.com/user-defined-show-method-in-julia#heading-custom-show .
I've noticed that for example many stopping criteria have currently invalid
reprdue to not producing parsable output in two-argshow. We should move the non-parsable output to the three-argumentshowlike explained here: https://scientificcoder.com/user-defined-show-method-in-julia#heading-custom-show .