Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sampling of guided MCDA methods #725

Open
Zapiano opened this issue Mar 21, 2024 · 1 comment
Open

Fix sampling of guided MCDA methods #725

Zapiano opened this issue Mar 21, 2024 · 1 comment

Comments

@Zapiano
Copy link
Collaborator

Zapiano commented Mar 21, 2024

Currently there is one factor (:guided) responsible for flagging if that scenario should be counterfactual, unguided or guided, but this same factor is also responsible for indicating which MCDA to use in case of :guided scenarios. This way, if I want to run scenarios with :counterfactual, :unguided and :guided scenarios but, for the guided, use only one MCDA method, it involves a lot of gymnastics. Hence I think we need a way of choosing only one MCDA method.

I don't think that's possible with only the addition of a single method. This probably involves the addition of a new factor mcda_method.

@ConnectedSystems ConnectedSystems changed the title Fix guided MCDA method Fix sampling of guided MCDA methods Mar 24, 2024
@ConnectedSystems
Copy link
Collaborator

To address this cleanly, we need to incorporate support for categoricals

https://categoricalarrays.juliadata.org/dev/using/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants