Stephan
Stephan
Hello, do you think, one can proceed in the same way with categorical variables? That means using one continuous variable [n,n+1] where n is the number of categories and cut-off...
Thank you for your feedback. However, unfortunately, have no access to the paper; however, I found an older version on [researchgate.](file:///C:/Users/Steph/AppData/Local/Temp/Dealing_with_Categorical_and_Integer-valued_Variab.pdf) I hope there were no significant changes made during...
Ok, I have read the paper. The concepts seem to be easy, however, MOBOPT does not have any documentation. I do not even know what the name of the "kernel...
Hello again, I think I got it now. So I try to write my own kernel class and pass it as an argument. However, I get the error **__init__() got...
I successfully applied MOBOPT on a discrete search space. However, in this case, different points in the search space can correspond to the same objective value. So maybe the standard...
No problem it took me a long time to give this answer too. I wrote my own kernel class performing the adjustments to the input to Cov function according to...
A comand like "model.addConstraint( 1 * x1 + x2 == 18 );" does also leak because the "tempory" LinExpression (NODE_OP_EQ) is deletable itself but you could not include "delete this;"...