Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tednaleid committed May 27, 2024
1 parent e28e109 commit fea98a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

- allow passing in of Minimum Viable Outfit stats (ex: 50 resil)
- or require the ability to hit double/triple 100 combos
- or state outfit combos they don't care about (ex: over 70 mobility on warlock)
- or state outfit combos they don't care about (ex: over 70 mobility on warlock)
- exotic armor allow list?
12 changes: 0 additions & 12 deletions d2armor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1050,18 +1050,6 @@
" ))\n",
" else:\n",
"\n",
" # todo: start here - we need to come up with some algorithm for deleting outfits that are dominated by other outfits\n",
" # we could use stat priority like DIM does to try to turn it into a tree\n",
" # but I don't think we want that for our full set of permutations\n",
"\n",
" # right now we're adding stuff like this which has double the stats that we really can use:\n",
" # (10,10,10,10,10,25)\n",
" # (10,10,10,10,15,25)\n",
" # (10,10,10,10,20,20)\n",
" # (10,10,10,10,25,10)\n",
"\n",
" # maybe find peak outfits?\n",
"\n",
" # create a set of stats that we can use to only build outfits with a unique set of stats, some combinations don't create unique useful tiers\n",
" # ex: if mobility is 27 adding +3 is the same as adding +6, they both round to 30\n",
" useful_stats_permutations = set()\n",
Expand Down

0 comments on commit fea98a0

Please sign in to comment.