JuliaSmoothOptimizers / JuliaSmoothOptimizers/SolverParameters.jl

Add iterators over all possibles parameters of a ParameterSet

Open
#57 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Julia
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

For instance, you have two integer parameters
```
a in [1,3]
b in [2,5)
```
and the function would return
```
([1,2], [1,3], [1,,4], [2,2], [2,3], [2,4], [3, 2], [3,3], [3,4])
```
and we could generalize it to real parameters by providing a `Delta` between two numbers.

see also #26

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.