Closed YoungFaithful closed 5 years ago
Could you put a minimum working example, I'm not sure I understand the issue. Generally if you encounter a bug, could you include a minimum working example?
Ok, I see you unassigned me, so I guess you are working on it now.
Yes, I would have done so, if I wouldn't have fixed it on my own.
Nice, great!
Actually the problem is much less important than I thought. While checking possible cases I got some weird values. After an hour I figured out that the amount of iterations for kmeans is also for k=1 crucial as the solar ratios from 0-1 can scale to 7000 ;) Luckily JuMP is all right and the problem was setup the right way.
Why is the amount of iterations important for k=1?
I didn't understand that either. Let me have a look how I can recreate the issue and then put it into a branch
If values are too small and close to 0, the constraint is neglected of Gurobi. I fear that I'll need to revise my results in that regard. I think a simple round shall solve that.