StoppingInterface
Interface between Stopping.jl and other packages
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
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
Metadata Files
README.md
StoppingInterface.jl -- An interface between Stopping the rest of the World
How to Cite
If you use StoppingInterface.jl in your work, please cite using the format given in CITATION.bib.
Installation
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
- Repositories: 3
- Profile: https://github.com/SolverStoppingJulia
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 | 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
Pull Request Labels
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
- Documentation: https://docs.juliahub.com/General/StoppingInterface/stable/
- License: MIT
-
Latest release: 0.5.4
published almost 2 years ago
Rankings
Dependencies
- actions/checkout v2 composite
- julia-actions/setup-julia latest composite
- JuliaRegistries/TagBot v1 composite
- 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
- actions/checkout v2 composite
- peter-evans/create-pull-request v3 composite