mooreniemi / graph-function

:chart_with_upwards_trend: graphing your ruby functions
MIT License
38 stars 1 forks source link

allow unbounded parameter size #1

Open mooreniemi opened 8 years ago

mooreniemi commented 8 years ago

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 commented 8 years ago

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