Ewout ter Hoeven

Results 172 issues of Ewout ter Hoeven

Our new (and current) visualization doesn't support visualising the experimental cell space yet. It would be really great if it could do that. - Cell space: https://github.com/projectmesa/mesa/tree/main/mesa/experimental/cell_space - Visualization: https://github.com/projectmesa/mesa/tree/main/mesa/visualization

Sprints!

> [Pareto optimality](https://en.wikipedia.org/wiki/Pareto_efficiency) is a situation where no individual or preference criterion can be better off without making at least one individual or preference criterion worse off or without any...

[Hicks optimality](https://en.wikipedia.org/wiki/Hicks_optimality) is the very simple concept of the highest total payoff for all players combined in game theory. Adding a function to the tools which calculates and highlights the...

After some benchmarks, I discovered the `route_search_all` takes up a majority (~80% of runtime) in my simulation. This feature request proposes optimizing the route search algorithm, specifically by replacing the...

enhancement

It would be a very useful feature for me to be able to estimate and record travel times of trips in UXsim. - [ ] Estimate the expected travel time...

enhancement

I would find it very useful to be able to add a basemap in to the animations created by [`network_anim()`](https://github.com/toruseo/UXsim/blob/832fbefab35f5f01b557a79c1cf33cb6c04be25e/uxsim/uxsim.py#L1715C9-L1715C21). The basemap could be generated by [contextily](https://github.com/geopandas/contextily), and then added...

enhancement

Still a work in progress, but this is my current draft for #16. Example usage: ```Python world.analyzer.network_pillow(basemap=ctx.providers.CartoDB.Positron) world.analyzer.network_anim(basemap=ctx.providers.CartoDB.Positron) ```

It would be really nice if Microsoft's new [Phi 3 models](https://huggingface.co/collections/microsoft/phi-3-6626e15e9585a200d2d761e3) could be added to the AlpacaEval Leaderboard,

Add some explanatory notes to the `01-logit-nested.ipynb` notebook. The goal hereby is to explain the concepts behind the code. Also adds a introduction, some interpretation of the results, and a...

How many parameters does the SeqTR model have? Maybe that number can be added to the Readme.