Shuai Wang
Shuai Wang
> Hey! > > I have used your package successfully with a small number of time-series (a few 100) and I would like to scale it now to my whole...
> Hello, you don't specify exactly which settings you're talking about. Processing so many series can indeed be a challenge, especially in R. Partitional clustering without PAM could maybe work,...
awesome thanks!
Hi, I am tying to use https://github.com/ERGO-Code/HiGHS where the solver name is SolverFactory('appsi_highs'), with trouble running the example you provided 
@wouterbles Hello, I created a multi-objective problem using highs which runs in colab: https://colab.research.google.com/drive/1u0OCZEHb2k2goecS9M7Dry-gkQH3fZia Feel free to modify the code or adding the PyAUGMECON part. Thanks.
still does not work. How do I pass the executable like this: SolverFactory('cbc',executable='C:\\Users\\swang\\Documents\\software\\cbc\\bin\\cbc') for highs, the below is the right way: solver = SolverFactory('appsi_highs') so not sure what's wrong by...
I run the code in https://gist.github.com/shuaiwang88/81df452663081029550620ce09f5cab7 using glpk, cbc, Gurobi and all failed due to various reasons.