SolverParameters
https://github.com/juliasmoothoptimizers/solverparameters.jl
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
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
Metadata Files
README.md
SolverParameters
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
- Website: https://juliasmoothoptimizers.github.io
- Repositories: 63
- Profile: https://github.com/JuliaSmoothOptimizers
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
Top Committers
| Name | 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
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 61 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
juliahub.com: SolverParameters
- Documentation: https://docs.juliahub.com/General/SolverParameters/stable/
- License: MPL-2.0
-
Latest release: 0.1.2
published 9 months ago
Rankings
Dependencies
- 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
- JuliaRegistries/TagBot v1 composite
- julia-actions/RegisterAction latest composite
- actions/checkout v3 composite
- julia-actions/setup-julia latest composite
- julia-actions/setup-julia v1 composite
- actions/checkout v2 composite
- peter-evans/create-pull-request v3 composite
- actions/checkout v3 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-invalidations v1 composite
- julia-actions/setup-julia v1 composite
- 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