graph-function icon indicating copy to clipboard operation
graph-function copied to clipboard

allow unbounded parameter size

Open mooreniemi opened this issue 7 years ago • 1 comments

unsure if this is wise, because then we have a permutations problem: would want to increase the size of each param concurrently or sequentially?

mooreniemi avatar Sep 24 '16 17:09 mooreniemi

one workaround is to curry your function such that one parameter is effectively fixed for the duration of the test.

mooreniemi avatar Sep 24 '16 17:09 mooreniemi