Add a slider to change the value ε.
To do that, click the lock button in the upper left corner that looks like this:
, and it will change to authoring mode.
You can click and drag things to move them around. Right click to add a slider. Call it EPS, and set the values of the slider to what seems reasonable based on what EPS is currently set to. When you try to add the slider, you should get an error that says "There is already a global variable called EPS." So, go into the NetLogo code tab and find where the EPS variable is currently set. Either delete it, or turn it into a comment that the computer ignores by putting a semicolon in front of it. You also will need to delete EPS from the list of globals at the top of the code.
No explore how changing your EPS slider changes the behavior of the model and describe what you find.