
ALESSANDRO VILLA
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by ALESSANDRO VILLA-
ALESSANDRO VILLA commented,
Hi Jonasz! I need another help, would be really kind from you.. I need to add an INTEGER DECISION VARIABLE called p=[2,4,5...10], with integer values. More specifically, I am referring to the p pr...
-
ALESSANDRO VILLA commented,
Hi Jonasz. Yes with 3 loops I can obtain all the combinations. I think is the right way of doing. But I would like to store somewhere (for every single model in the for cycle), the .sol file ( tha...
-
ALESSANDRO VILLA commented,
Hi Jonasz! Thank you for these info. More specifically, if alfa=[0,5,10,15], alfa2=[0,5,10,15] and beta=[1,1.1,1.5], I would like just to run every possible combination and compare the outputs. ( f...
-
ALESSANDRO VILLA commented,
Thank you Jonasz, I am using Python, I've already encoded the model but I don't know how to store the solutions in a dictionary or in another data structure. Once I used this command: model.write('...
-
ALESSANDRO VILLA created a post,
How can I analyse multiple outputs of a model, and compare the results?
OngoingI have this model: I would like to run multiple models, changing alfa1, alfa2 and Beta values that are basically lists containing constant term. I would like to performa a sort of sensitivity anal...