Calculates optimal Favored Maps for Divination Scarab of Completion + Curation
Optimized By NerdyJoe314 Using Integer Programming & SCIP OVER ON THEIR REPO https://github.com/nerdyjoe314/divinationscarabs
https://www.pathofexile.com/forum/view-thread/3497694
Divination cards which drop in Area have a 20% chance to drop as a full stack instead
10% more Divination Cards found in Area per different Favoured Map Divination card drops in Area are replaced by those of your Favoured Maps
- Install Cargo
- Edit
cards.jsonwith what you value - Edit
main.rsLine #12NUM_THREADSfor # of threads you want to compute with - Edit
main.rsLine #492initial_areasfor manual picks - Edit
main.rsLine #165FORCE_REMOVE_FILTERand Line #255FORCE_SHOW_FILTER - Execute from
srcdirectory:
cargo run --release
- Find a better algorithm (tried sampling, but PoE is not true-random) (tried choose 3x3x3x3/4x4x4 but it wasn't intelligent enough)
- Cleanup
Cargo.toml, pulled from a different repo - Cleanup
evanddrop_info, pulled from another source