Python Forum
Spatial Optimization with a lot of variables
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spatial Optimization with a lot of variables
#1
Hello, I need to carry on a land-use spatial optimization where in each cell I need to assign only one type of land use. I optimize with respect two objective functions that i need to maximize, and the number of different land uses is 7. The number of cells is 1300.

My approach is to use binary variables in each cell which indicate if land use "j" is in cell "i" or not, subject to the constraint that only one type of land use in each cell can exist.

This leads to a total amount of binary variables between 4000 and 5000. This is too high for a traditional optimization solver, so i use heuristic (genetic algorithms, etc.) to approximate a set of solutions (frontier of possibilities). I have not tried it yet, so: Someone knows if this is too much computational effort for a standard computer? If so, any recommendation?

Thanks
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020