SciML / SciMLBase.jl

The Base interface of the SciML ecosystem
https://docs.sciml.ai/SciMLBase/stable
MIT License
118 stars 91 forks source link

Implement a `Base.show` for `OptimizationStats` #652

Closed nathanaelbosch closed 3 months ago

nathanaelbosch commented 3 months ago

DEStats are nicely presented in the REPL. This PR implements the same functionality for OptimizationStats.

Checklist

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 38.43%. Comparing base (9cd4382) to head (4ba2869).

Files Patch % Lines
src/solutions/optimization_solutions.jl 0.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #652 +/- ## ========================================== - Coverage 38.49% 38.43% -0.07% ========================================== Files 55 55 Lines 4291 4298 +7 ========================================== Hits 1652 1652 - Misses 2639 2646 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.