DFS_Portfolio_Manager / global_func

Commit History

Adding some debug displays
5a8f11e

James McCool commited on

Taking another whack at the exposure capping
50852e1

James McCool commited on

more exposure limiting work
d62964a

James McCool commited on

more fixes towards exposure limiting
cc6112d

James McCool commited on

more work on the exposure limiting and adding some prints
6d510d7

James McCool commited on

enabling exposure cap only after first sequence
67963a0

James McCool commited on

fixing exposure capping
e399ad9

James McCool commited on

aiming to fix exposure capping
593fd9e

James McCool commited on

adding progress bar and exposure capping
e3b663b

James McCool commited on

updating stacking logic once again
e90f4d9

James McCool commited on

Fixing type hints
86007c5

James McCool commited on

aiming to fix stacking in optimizations
eded976

James McCool commited on

enabling more rules for the optimizer
6b58c67

James McCool commited on

Adding an optimizer tab
794dfa7

James McCool commited on

quick change to FD loading
7a861ff

James McCool commited on

quick change for Fanduel NASCAR portfolio loading
eddf736

James McCool commited on

Fixing expired IDs bug
50daa3e

James McCool commited on

Instituting a cache for the contest IDs
212b005

James McCool commited on

Making sure that contest IDs are only from current day
9ef68b1

James McCool commited on

Fixing typeerror
13f323e

James McCool commited on

Okay lets try this again
555ed46

James McCool commited on

Adding an improved contest ID flow
27154c4

James McCool commited on

reverting
440ae44

James McCool commited on

Aiming to fix exposure spread which can duplicate in showdown because of the captain flex designation
e425b59

James McCool commited on

Okay optimize params added (I think)
8c24a32

James McCool commited on

Mismatch in length of optimized and original
e9fcadc

James McCool commited on

To add in specific players or specific avoidance for re-optimization
ca4bc86

James McCool commited on

Making some adjustments to try to fix column swapping on reoptimization
0255ad7

James McCool commited on

fix index sort
0a046e1

James McCool commited on

Continuing to improve late swap
7a4ca61

James McCool commited on

Updaing for Cause: row comes from replace_rows.index and player_rows.index, so it’s a index label (e.g. 10, 11, 12 after a slice), not a positional index 0..n-1. The code was using working_frame.iloc[row], which is positional. If working_frame had a non‑contiguous or offset index (e.g. from a slice or after optimize_lineups), a label like 12 could be valid while iloc[12] was out of bounds for a shorter frame.
62d6c64

James McCool commited on

Aiming to make sure higher medians are maintained
2079507

James McCool commited on

Instead of using the previous lineup, we use if the lineup has been used.
3e1c4b7

James McCool commited on

Fixed out, man.
8a893da

James McCool commited on

Removing the MIP and cascading logic for a much simpler drop-one insert.
08b8947

James McCool commited on

reverting
54f4bd4

James McCool commited on

Okay, this should work now.Cascading optimal is implemented.
4522bc0

James McCool commited on

Lets see if this works
fdeb24a

James McCool commited on

Reverting
3f641a2

James McCool commited on

Had to use the arguments
e4c760b

James McCool commited on

Introducing ownership optimals
581b527

James McCool commited on

Don't return the achieved objective, just the raw.
3de60e1

James McCool commited on

I don't know if this will work.
327d8f9

James McCool commited on

Just using a basic optimization of lineups.
f197489

James McCool commited on

Adding some constraints to double pass optimization
45d181c

James McCool commited on

Straight optimization
f4d83dd

James McCool commited on

Fixing optimals (revert)
564634a

James McCool commited on

Fixing optimizer logic
7113fd3

James McCool commited on

Oops, fixing error
b692654

James McCool commited on

More adjustments to the reoptimization logic
8890fc3

James McCool commited on