StoppingInterface

Interface between Stopping.jl and other packages

https://github.com/solverstoppingjulia/stoppinginterface.jl

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary

Keywords from Contributors

pdes ipopt nlpmodels nonlinear-programming optimization-framework optimization-algorithms raytracer symbolic-computing mathematics high-performance
Last synced: 7 months ago · JSON representation ·

Repository

Interface between Stopping.jl and other packages

Basic Info
  • Host: GitHub
  • Owner: SolverStoppingJulia
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 344 KB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • Open Issues: 4
  • Releases: 21
Created over 5 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

StoppingInterface.jl -- An interface between Stopping the rest of the World

CI codecov Stable Dev release DOI

How to Cite

If you use StoppingInterface.jl in your work, please cite using the format given in CITATION.bib.

Installation

  1. pkg> add StoppingInterface

You need to first add using Knitro, NLPModelsKnitro before calling the function knitro.

Example

```julia using ADNLPModels, JSOSolvers, Stopping, StoppingInterface

Rosenbrock

nlp = ADNLPModel(x -> (x[1] - 1)^2 + 100 * (x[2] - x[1]^2)^2, [-1.2; 1.0]) stp = NLPStopping(nlp) lbfgs(stp) # update and returns stp

stp.currentstate.x # contains the solution stp.currentstate.fx # contains the optimal value stp.current_state.gx # contains the gradient ```

We refer to Stopping.jl for more documentation and StoppingTutorials.jl for tutorials.

Bug reports and discussions

If you think you found a bug, feel free to open an issue. Focused suggestions and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.

Owner

  • Name: Solver Stopping in Julia
  • Login: SolverStoppingJulia
  • Kind: organization

Packages related to using Stopping for iterative solvers in Julia

Citation (CITATION.bib)

@Misc{migot-orban-siqueira-dcisolver-2021,
  author       = {Migot, T. and
                  Dussault, J.-P.},
  title        = {{StoppingInterface.jl} -- An interface between Stopping the rest of the World},
  month        = {February},
  year         = {2022},
  doi          = {10.5281/zenodo.6126665},
  howpublished = {\url{https://doi.org/10.5281/zenodo.6126665}}
}

GitHub Events

Total
Last Year

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 101
  • Total Committers: 4
  • Avg Commits per committer: 25.25
  • Development Distribution Score (DDS): 0.168
Top Committers
Name Email Commits
tmigot t****t@g****m 84
CompatHelper Julia c****y@j****g 8
tmigot t****t@u****m 6
github-actions[bot] 4****]@u****m 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 6
  • Total pull requests: 59
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 2 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 3.67
  • Average comments per pull request: 0.44
  • Merged pull requests: 51
  • Bot issues: 0
  • Bot pull requests: 24
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • tmigot (5)
  • JuliaTagBot (1)
Pull Request Authors
  • tmigot (34)
  • github-actions[bot] (24)
Top Labels
Issue Labels
documentation (2)
Pull Request Labels
formatting (10) automated pr (10) no changelog (10) documentation (1) help wanted (1)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 2
  • Total dependent repositories: 0
  • Total versions: 21
juliahub.com: StoppingInterface

Interface between Stopping.jl and other packages

  • Versions: 21
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 0 Total
Rankings
Dependent repos count: 9.9%
Dependent packages count: 23.0%
Average: 32.9%
Stargazers count: 45.1%
Forks count: 53.5%
Last synced: 7 months ago

Dependencies

.github/workflows/CompatHelper.yml actions
.github/workflows/Documentation.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/format_pr.yml actions
  • actions/checkout v2 composite
  • peter-evans/create-pull-request v3 composite