Jan Kwakkel

Results 545 comments of Jan Kwakkel

If the VoronoiSpace is based on discrete space, the agent's position should be a specific cell. This really is a very different use case from having agents moving in continuous...

This might or might not be a possible direction, but one I am curious to explore if I have a bit of time: In various contexts, adding a dedicated "patch"...

I grant you that LOC is a bit tricky to judge and should never be relied upon. Still, it is a proxy for how expressive the language/library is. It is...

One observation from my side is that, at the moment, all calls are done via Grid / Space. As briefly discussed in [#1900](#1900), it might be worth considering a way...

The API language point is well taken. I broadly agree. However, is moving in a space or grid part of the behavior of an Agent? Or does this behavior belong...

1. For me, conceptual soundness and clarity trump concerns about the length of a method name (within reasonable limits clearly). In particular, with autocomplete being omnipresent these days, there is...

> I find `.select(how="random")` to be more general, which allows `.select(how="first")` without having to define an extra method. > > > For me, conceptual soundness and clarity trump concerns about...

I'm unsure what that would mean or why you would want to do that. The batch runner, in my understanding, specifies a full factorial over the provided parameter values. The...

Started thinking about this. It is relatively easy to autogenerate an examples page in the documentation with links to each example. In conf.py, or a separate new .py file called...

Have a first attempt up and running as part of https://github.com/quaquel/EMAworkbench/tree/examples_docs. Added it to readthedocs as well so docs should be available for viewing within a few minutes. The docs...