Git Product home page Git Product logo

Comments (2)

deathbeam avatar deathbeam commented on June 26, 2024

Does map mob count being volatile or not even matter in the long run? Currently what I do for scoring the maps is:

ceil(10 * (mob_count - min(mob_counts)) / (2ndmax(mob_counts) - min(mob_counts)))

I do 2nd max for mobs counts when getting max because desert spring is big outlier for mob counts and a lot of mobs there are in boss room.

This assigns maps score from 0 to 10 based on the average mob count relative to other mob counts. I think thats good enough because in long run only average matters anyway and mob count also isnt the only metric or even the most important one when choosing maps anyway.

from maps-of-exile.

kuarcis avatar kuarcis commented on June 26, 2024

I came up with the idea that some maps seem to have more volatile monster counts than others. For example, the Crate map in the source counting file is the fifth highest mob count map, but it also has a huge range of mobs (the second largest range to be precise). In the long run, this difference will appear in the total mob count level. If we count by average killing each run in the same map, both method would show quite similar suggestion if all maps show similar volatility, as you mentioned. This is just another way to measure “how many mob kill counts can I expect?”

this method can also deal with the desert spring outlier issue on a certain level, making desert spring looks less attractive.

from maps-of-exile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.