Skip to content

Commit

Permalink
Redefine transfroms as set of partially applied functions
Browse files Browse the repository at this point in the history
- The deterministic transformations become partially applied functions
- The randomised transformations have their parameters bound twice,
once when the transformation is defined, second when the random
parameters are set before execution.
- We allow to overwrite any parameter passed to such applied function
during execution, so the `sz_y` can be expressed as argument `t(y,
sz=sz_y)`.

See
  • Loading branch information
PiotrCzapla committed May 6, 2018
1 parent 8484055 commit d67407c
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 279 deletions.

0 comments on commit d67407c

Please sign in to comment.