-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make SimplexBijector actually bijective #263
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
36a6b41
Remove unused proj field
sethaxen fa503cb
Update simplex bijector calls
sethaxen 4abaae9
Update simplex jacobian calls
sethaxen 579c808
Remove proj type entry
sethaxen 3110270
Compute logdetjac from square part of jacobian
sethaxen f21d328
Increment minor version number
sethaxen 7ba8948
Merge branch 'master' into fixsimplex
sethaxen 7e2927a
Apply suggestions from code review
sethaxen ba21df5
Apply suggestions from code review
sethaxen 3ce84bb
Update test/interface.jl
sethaxen e8ad6cb
Merge branch 'master' into fixsimplex
yebai 6614b15
Merge branch 'master' into fixsimplex
torfjelde 776e4af
fixed link and invlink for SimplexBijector
torfjelde 921f818
Update src/Bijectors.jl
torfjelde d934cfa
super-hacky fix to size issue of TransformedDistribution
torfjelde 8f39b0d
added fixme comment
torfjelde 79544ba
Merge branch 'master' into fixsimplex
torfjelde 8efd243
removed redundant constructor for Stacked
torfjelde 9c16433
added implementation of output_size for SimplexBijector
torfjelde 78f015e
Update src/bijectors/simplex.jl
torfjelde 144df86
fixed tests
torfjelde a8e6e21
removed more references to old SimplexBijector code
torfjelde 852c826
fixed more dirichlet tests
torfjelde 97af441
formatting
torfjelde 1f8a0f1
possilby fixed weird formatting complaints
torfjelde 5d394bb
Apply suggestions from code review
torfjelde File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The adjoint operation seems a bit annoying but I guess the algorithm should be updated in separate PRs if desired.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likewise, agreed, but this should be fixed separately.