JuliaSmoothOptimizers / JuliaSmoothOptimizers/JSOTutorials.jl
Update tutorial creating a JSO-compliant solver
Offen
Anfängerfreundlich
good first issue
- Vorherrschende Sprache
- Julia
- Sterne
- 7
- Forks
- 10
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Need to update https://jso.dev/JSOTutorials.jl/creating-a-jso-compliant-solver/
The function `hess` now returns a `Symmetric` object so no need to add `Symmetric(hess(nlp, x), :L)`.
Beitragsleitfaden
Rechercherichtung
Open the tutorial at https://jso.dev/JSOTutorials.jl/creating-a-jso-compliant-solver/ and locate the solver code that wraps hess(nlp, x) with Symmetric(..., :L). Update the tutorial to reflect that hess now returns a Symmetric object, then check the rendered tutorial to confirm the outdated wrapper is gone.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- julia
- Bereich
- documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 72/100