I should optimize my own problem.
I do not how to data structure it correctly.
plz, help me.
my problem has 10 different decision variables. each one has different attributes.
for example, x1 has the upper bound, lower bound, specific name, decision variable type, decision function type, decision function type parameters.
x1 variable name,upper bound, lower bound : ("quantity_A", 200, 750)
decision variable type : "quantity_A", "Real"
decision function type : triangle
decision function type parameters :{ 24, 380, 528 }
or
x2 variable name,upper bound, lower bound : ("quantity_B", 200, 650)
decision variable type : "quantity_B", "Real"
decision function type : Normal
decision function type parameters :{ ,'mu',330,'sigma', 96.6 }
I think hash table is good option?
what do you think?
I had decision variable class. I feel that It is better to define inner class for defining decision function class.
I am confused.
thanks.
I should optimize my own problem.
I do not how to data structure it correctly.
plz, help me.
my problem has 10 different decision variables. each one has different attributes.
for example, x1 has the upper bound, lower bound, specific name, decision variable type, decision function type, decision function type parameters.
x1 variable name,upper bound, lower bound : ("quantity_A", 200, 750)
decision variable type : "quantity_A", "Real"
decision function type : triangle
decision function type parameters :{ 24, 380, 528 }
or
x2 variable name,upper bound, lower bound : ("quantity_B", 200, 650)
decision variable type : "quantity_B", "Real"
decision function type : Normal
decision function type parameters :{ ,'mu',330,'sigma', 96.6 }
I think hash table is good option?
what do you think?
I had decision variable class. I feel that It is better to define inner class for defining decision function class.
I am confused.
thanks.