-
Notifications
You must be signed in to change notification settings - Fork 5
FAQ algorithm #6
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
9f6be05
Add faq test
aurorarossi 789300d
Add faq algorithm
aurorarossi 996afcb
Update deps
aurorarossi 7b8c579
Add FAQalgorithm.jl
aurorarossi 46b935b
Include faq test
aurorarossi a9fff3f
Add LinearAlgebra dep
aurorarossi 083666a
Fix typo
aurorarossi 32c0e9e
Add LinearAlgebra and export more functions
aurorarossi 96dc6a0
Add initial matrix arg
aurorarossi a645315
Add small fixes
aurorarossi 3ce9a24
Update docstring faq
aurorarossi 75f3b39
Fix other details in faq docsting
aurorarossi 48abccc
Add GOAT algorithm
aurorarossi 81ba8c0
Fix typos
aurorarossi 9eb6a4f
Use approx in tests
aurorarossi b9e5e53
Add spaces
aurorarossi 423fb2d
Add Latex formulas in docstrings
aurorarossi 0019388
Fix double backslash
aurorarossi 0490376
Merge branch 'main' into goat_algorithm
aurorarossi 61cd206
Rename files
aurorarossi 5ca566c
Format and change name of goat
aurorarossi 533743b
Include alignment_algorithms
aurorarossi 7e61227
Add faq and faq_transport
aurorarossi 366dff8
Add alignment test set
aurorarossi 2cafeec
Test unexported functions
aurorarossi 3989e27
Add LinearAlgebra
aurorarossi b04be0a
Remove transport
aurorarossi aab5104
Add column
aurorarossi 7d8e241
Remove transport
aurorarossi b7be0d3
Format
aurorarossi 71f5a76
Merge branch 'main' into goat_algorithm
gdalle c8fa0f2
Remove Test
aurorarossi ddce74e
Fix `_flat_doubly_stochastic`
aurorarossi a5071c7
Fix gradient
aurorarossi a0d0c92
Some fixes
aurorarossi d54b3c1
Other fixes
aurorarossi 28e910f
Restructure code and docs
gdalle 6922505
Fix typo
aurorarossi 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Contributing | ||
|
||
Some advice for first-time contributors to GraphsOptim.jl: | ||
|
||
- Before pushing, format the code with `JuliaFormatter.format(GraphsOptim)`, otherwise the tests will fail. | ||
- Whenever possible, try to write a version of the function that mutates an existing `JuMP.Model` and one that creates it, following the template given in `src/flow.jl`. | ||
- Don't use any LaTeX in the docstrings, because it will not display nicely in the REPL. Instead, use Unicode symbols, and put the mathematical details in `docs/src/algorithms.md`. |
This file contains hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.