Original until() function

Hello everyone,

Can someone point me to location of this function until() which is used as follow while until(s, t0, n, model) ....something.... end in agents.jl. I want to check the original function. I was looking on github but was unsuccessful :(.

Thank you :slight_smile:

indeed, it was hard to find it by searching until, but searching until( gave this as first result :smiley:

You can also use the @edit macro, but you need to know the input arguments.

1 Like

You could also type methods(until) to see a list of methods and where they are defined.

3 Likes