Chained transformations #1680
MichaelClerx
started this conversation in
Ideas/Science
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It should be quite easy to add a Transformation class that takes 2 or more transformations as constructor arguments, and then just applies them all.
Useful if, for example, you want to apply some kind of transformation to change the shape of the objective function (e.g. a log transform), followed by a transformation to change the scaling (e.g. project onto the unit cube)
Beta Was this translation helpful? Give feedback.
All reactions