JuliaSmoothOptimizers / JuliaSmoothOptimizers/SolverParameters.jl
Add iterators over all possibles parameters of a ParameterSet
Open
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
Assessment
This issue has not been assessed yet.