Update tutorial creating a JSO-compliant solver

Open Beginner friendly
#124 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
72/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
julia
Domain
documentation

Research direction

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.

Written by the indexing model from the issue text.

Description

good first issue

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).

Dominant language
Julia
Stars
7
Forks
10
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from JuliaSmoothOptimizers/JSOTutorials.jl

All issues in JuliaSmoothOptimizers/JSOTutorials.jl

Similar issues

More Julia issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.