Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #8

Merged
merged 17 commits into from
Jun 20, 2024
Merged

Update #8

merged 17 commits into from
Jun 20, 2024

Conversation

tinatorabi
Copy link
Collaborator

  • fixed issue regarding htpynewlam
  • I'm now using Julia logging @info and so on
  • using latex in the inline docs now
  • added Orthogonal Matching Pursuit(OMP)
  • added Basis Pursuit Denoising(BPDN)

@tinatorabi tinatorabi assigned tinatorabi and unassigned tinatorabi Jun 17, 2024
@tinatorabi
Copy link
Collaborator Author

@cortner @mpf Could you please check and see if the changes I've made address the issues you've opened?

Copy link
Collaborator

@cortner cortner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't read the many edits in detail, most look like code style related? The docs look better. Thank you.

Project.toml Outdated Show resolved Hide resolved
Project.toml Show resolved Hide resolved
src/bpdn.jl Outdated Show resolved Hide resolved
src/omp.jl Outdated Show resolved Hide resolved
src/omp.jl Show resolved Hide resolved
src/omp.jl Show resolved Hide resolved
test/test_bpdn.jl Show resolved Hide resolved
@cortner
Copy link
Collaborator

cortner commented Jun 19, 2024

Then this should be ready to merge and register?

@cortner
Copy link
Collaborator

cortner commented Jun 19, 2024

maybe not quite. The readme still needs at least an example.

@tinatorabi
Copy link
Collaborator Author

@cortner I just updated readme. :)

README.md Show resolved Hide resolved
README.md Outdated
```
After completing the optimization process, the solution and the regularization parameter at each iteration `itn` can be accessed as follows:
```jlcon
julia> xx, λ = tracer[itn]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drop the julia> and add another comment how to extract the final iterate using tracer[end]

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Copy link
Member

@mpf mpf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few comments small requested changes.

Thanks, @tinatorabi !

* `b` : `m`-vector.
* `λin` : Nonnegative scalar.
* `bl`, `bu` : `n`-vectors (bl lower bound, bu upper bound).
* `active`, `state`, `y`, `S`, `R` : May be empty or output from `BPdual` with a previous value of `λ`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"corresponding value of"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry I'm not quite sure what you mean by this :)

src/helpers.jl Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
src/bpdn.jl Outdated Show resolved Hide resolved
@mpf
Copy link
Member

mpf commented Jun 19, 2024

Fixes #7

@tinatorabi tinatorabi merged commit b602cef into main Jun 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants