ConstantValue and Parameter
Open
enhancement
- Dominant language
- Python
- Stars
- 150
- Forks
- 79
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 10
Description
As discussed at SysGenX meeting, we should:
- Rename `ConstantValue` to `AbstractParameter`. This is the base class for parameters (previously constants) without a domain
- Add `Parameter` class that inherits from `AbstractParameter` to represent a parameter with an unknown value
- Leave `Constant` as it is: representing a constant over a domain
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.