Displaying 1 result from an estimated 1 matches for "partydem".
Did you mean:
  part_del
  
2023 Mar 20
0
Optimizing with constraints using alabama
...ctive function. Currently, I am calling hin again within my objective function - certainly not an optimum solution.
Thanks,
Roland DePratti
Graduate Student
Central Connecticut State University Data Science Program
Here is my inequality constraint logic:
X (constraint matrix) =
    1  2  3  4 partyDem
1   -1  0  0  0        0
2   -1  0  0  0       -1
3    0  0  0 -1        0
4    0  0  0 -1       -1
5    0 -1  0  0        0
6    0 -1  0  0       -1
7    0  0 -1  0        0
8    0  0 -1  0       -1
9    0  0  0 -1        0
10   0  0  0 -1       -1
11  -1  0  0  0        0
12  -1  0  0  0       -1...