-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Describe the bug
I've been getting some unexpected behaviour using multiple objectives with the weighted_sum decision method, so I just thought I'd run a few sanity checks.
Firstly, for reference, here's how the default model looks with LCOE as a single objective:
I would think that using the weighted_sum decision method and adding a second 'dummy' objective with a weight of zero shouldn't have any impact on the simulation, but it actually changes the results quite substantially:
Similarly, having two LCOE objectives with 0.5 weight also has the same effect on the results:
Am I being overly simplistic to think that these two tests should be identical to the default example, or is there something weird going on here?
Context
Please, complete the following to better understand the system you are using to run MUSE.
- Operative system (eg. Windows 10): windows 10
- MUSE version (eg. 1.0.1): dev
- Installation method (eg. pipx, pip, development mode): dev
- Python version (you can get this running
python --version): 3.9
Metadata
Metadata
Assignees
Labels
Type
Projects
Status


