Science Score: 44.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.0%) to scientific vocabulary

Keywords from Contributors

factorization nonlinear-optimization preconditioner matrices linear-operators linear-maps cutest optimization-tools optimization-algorithms nonlinear-programming
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: JuliaSmoothOptimizers
  • License: mpl-2.0
  • Language: Julia
  • Default Branch: main
  • Size: 1.03 MB
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 1
  • Open Issues: 7
  • Releases: 2
Created about 4 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

SolverParameters

Stable Dev Build Status Build Status Docs workflow Status Coverage

Tools to manage set of parameters. Our primary target is to provide an abstract interface to handle parameters in solvers.

How to Cite

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

Installation

SolverParameters is a   Julia Language   package. To install SolverParameters, please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command

julia pkg> add SolverParameters

Example

The main feature of this package is to define a Julia type to handle set of parameters. The following example is a brief illustration showing how to define a new set of parameters.

```julia using SolverParameters

struct CatMockSolverParamSet{I, F} <: AbstractParameterSet realinf::Parameter{F, RealInterval{F}} real::Parameter{String, CategoricalSet{String}} intr::Parameter{I, IntegerRange{I}} end

function CatMockSolverParamSet() # add a default constructor CatMockSolverParamSet( Parameter(Float64(42)), Parameter("A", CategoricalSet(["A", "B", "C", "D"])), Parameter(Int32(5), IntegerRange(Int32(5), Int32(20))), ) end

param_set = CatMockSolverParamSet() ```

It is then possible to use all the API defined in this package and described in the documentation on param_set.

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.

If you want to ask a question not suited for a bug report, feel free to start a discussion here. This forum is for general discussion about this repository and the JuliaSmoothOptimizers organization, so questions about any of our packages are welcome.

Owner

  • Name: JuliaSmoothOptimizers
  • Login: JuliaSmoothOptimizers
  • Kind: organization
  • Location: DOI: 10.5281/zenodo.2655082

Infrastructure and Solvers for Continuous Optimization in Julia

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Migot
    given-names: Tangi
  - family-names: Monssaf
    given-names: Toukal
  - family-names: contributors
title: "SolverParameters.jl"
version: 0.1.0

GitHub Events

Total
  • Delete event: 4
  • Issue comment event: 5
  • Push event: 16
  • Pull request event: 9
  • Create event: 6
  • Commit comment event: 1
Last Year
  • Delete event: 4
  • Issue comment event: 5
  • Push event: 16
  • Pull request event: 9
  • Create event: 6
  • Commit comment event: 1

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 89
  • Total Committers: 4
  • Avg Commits per committer: 22.25
  • Development Distribution Score (DDS): 0.416
Past Year
  • Commits: 9
  • Committers: 2
  • Avg Commits per committer: 4.5
  • Development Distribution Score (DDS): 0.333
Top Committers
Name Email Commits
tmigot t****t@g****m 52
Monssaf Toukal t****f@g****m 33
github-actions[bot] 4****] 3
Monssaf Toukal m****l@o****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 16
  • Total pull requests: 60
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 6 days
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 0.44
  • Average comments per pull request: 0.53
  • Merged pull requests: 58
  • Bot issues: 0
  • Bot pull requests: 20
Past Year
  • Issues: 0
  • Pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.63
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 3
Top Authors
Issue Authors
  • tmigot (11)
  • MonssafToukal (3)
  • d-monnet (1)
  • JuliaTagBot (1)
Pull Request Authors
  • tmigot (33)
  • github-actions[bot] (20)
  • MonssafToukal (9)
Top Labels
Issue Labels
enhancement (2) documentation (1) unit tests (1)
Pull Request Labels
formatting (20) automated pr (20) no changelog (20) documentation (4)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 61 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
juliahub.com: SolverParameters
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 61 Total
Rankings
Dependent repos count: 9.8%
Average: 24.7%
Dependent packages count: 39.6%
Last synced: 8 months ago

Dependencies

.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/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/register.yml actions
  • julia-actions/RegisterAction latest composite
.github/workflows/Aqua.yml actions
  • actions/checkout v3 composite
  • julia-actions/setup-julia latest composite
.github/workflows/CompatHelper.yml actions
  • julia-actions/setup-julia v1 composite
.github/workflows/Formatter.yml actions
  • actions/checkout v2 composite
  • peter-evans/create-pull-request v3 composite
.github/workflows/Invalidations.yml actions
  • actions/checkout v3 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-invalidations v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/Breakage.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/setup-julia v2 composite
  • thollander/actions-comment-pull-request v2 composite