pydfs-lineup-optimizer
pydfs-lineup-optimizer copied to clipboard
Possibility to iterate through a list of salary contstraints?
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?
im interested in something like this also
you can use a for loop