-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternatives to Gurobi #18
Comments
Sorry that I am not aware of free alternatives to Gurobi. I will keep you updated once we figure out how to get rid of Gurobi. I just updated the README file. Thanks for your suggestion! |
@shubhamwagh I just replicate the IP optimization using a free solver. The interface is same as before. Please look at IP.py for more details. |
That's really good. I will definitely take a look at it after holidays. |
I was evaluating the performance of the trained model. I get an error |
Two things not included:
Hope this helps some one who will use it. |
@art-programmer there are lot of bugs in IP.py like NUM_ROOMS has been used instead of NUM_FINAL_ROOMS and similarly for icons etc. This creates index pout of bounds errors. It will be better if you can rectify it. |
Fixed the bugs, atleast I am able to evaluate the trained model with the provided dataset. |
Can you kindly share the bug-free IP.py file or guide me on how to solve the index pout of bounds errors? |
This worked for me: and in evaluate.py I have: import numpy as np |
Yes its working but u need install pulp 2.0 pip install pulp==2.0 |
Hello!
It seems that Gurobi is being used which is not completely free. Any alternatives to evaluate the model without the use of Gurobi? It would have been better if this dependency is mentioned on the ReadMe file as well.
The text was updated successfully, but these errors were encountered: