pydfs-lineup-optimizer icon indicating copy to clipboard operation
pydfs-lineup-optimizer copied to clipboard

Possibility to iterate through a list of salary contstraints?

Open nixhound opened this issue 3 years ago • 2 comments

I have a list of salary constraints saved as a numpy array. I would like to pass a new value for the minimum salary for each lineup iteration. Is this possible? for example a list of [50000,49900,47000] and so on. I know this can be accomplished by running the optimizer multiple times but I want to still observe overall ownership constraints.

Any suggestions?

nixhound avatar Nov 11 '21 23:11 nixhound

im interested in something like this also

Denwen12 avatar Dec 09 '21 04:12 Denwen12

you can use a for loop

Denwen12 avatar Mar 06 '23 02:03 Denwen12