Beautiful presentation. I love when visualizations serve the goal and not the other way around. Tufte would be proud.
Bugs out for me in Firefox at around 2/3. Works fine in Safari. My kid (6) crashes all the time, and she is naturally attracted to picking Peach. I'd say because of that, a character with high acceleration is going to be better. Though she also just likes to push the gas. Though we're playing the one from GBA on Analogue Pocket. Which is probably a lot less advanced as the one in question here (a game for Wii U from…
Mario meets Pareto
61–70 of 184 posts
Re: Mario meets Pareto
#62Re: Mario meets Pareto
#63Re: Mario meets Pareto
#64Beautiful presentation. I love when visualizations serve the goal and not the other way around. Tufte would be proud.
Bugs out for me in Firefox at around 2/3. Works fine in Safari. My kid (6) crashes all the time, and she is naturally attracted to picking Peach. I'd say because of that, a character with high acceleration is going to be better. Though she also just likes to push the gas. Though we're playing the one from GBA on Analogue Pocket. Which is probably a lot less advanced as the one in question here (a game for Wii U from…
Re: Mario meets Pareto
#65Re: Mario meets Pareto
#66Beautiful presentation. I love when visualizations serve the goal and not the other way around. Tufte would be proud.
Tufte is still alive!
Re: Mario meets Pareto
#67Having spent the past year building a journey planner algorithm, which heavily builds on pareto optimality/sets, from scratch, I was waiting for the full set of pareto optimal solutions. I.e. all kart combinstions that are best in at least one way.
Should be doable by iterating through all possible stats and merging[1] into a set for each one. We might get a lot of solutions, but it should be somewhat managable.
Has anyone tried this?
1: Merging is to take the new entry and 1) removing any existing entry that is dominated by it, and 2) adding the entry if it is not dominated by any existing entry.
Re: Mario meets Pareto
#68I always knew those little red tires were the best. Sadly, this misses the most important thing to me: style. And my love of Zelda. So I'm afraid I'll personally have to disregard all of this.
Re: Mario meets Pareto
#69Re: Mario meets Pareto
#70Love the application and visualization! Having spent the past year building a journey planner algorithm, which heavily builds on pareto optimality/sets, from scratch, I was waiting for the full set of pareto optimal solutions. I.e. all kart combinstions that are best in at least one way. Should be doable by iterating through all possible stats and merging[1] into a set for each one. We might get a lot of solutions, b…