-
Notifications
You must be signed in to change notification settings - Fork 5
GOC3 scopf implementation #14
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
43 commits
Select commit
Hold shift + click to select a range
b069812
Scratch code to implement uc file
SanjayJohnson02 dad7bc2
began to build parser, up to dc_branch
SanjayJohnson02 2071d41
updated parser
SanjayJohnson02 20296bd
Finished static parser, incorporating time
SanjayJohnson02 1d95395
Updated parser, added time sets
SanjayJohnson02 408cf38
Added subsets of T
SanjayJohnson02 71d370c
Finished static parser with all extra sets
SanjayJohnson02 1b4c823
Integrated parser into scopf.jl, fixed parser to work w CuArray, ac_b…
SanjayJohnson02 5e58440
New sets, CUDA compatibility, separation of unneeded linked sets
SanjayJohnson02 45e99b1
Built out variables, added constraints to scopf
SanjayJohnson02 fe6a4cd
Added constraints, updated w sets in sc_parser
SanjayJohnson02 3b77f3b
Added constraints
SanjayJohnson02 e5d7f36
Added non objective constraints
SanjayJohnson02 6e69393
Finished implementation (not working) of scopf
SanjayJohnson02 80cb92a
Corrected objective bug, gpu version working no contingency
SanjayJohnson02 938fc5d
Built contingency constraints (not working)
SanjayJohnson02 ee79386
Fixed bugs in contingencies, working scopf on gpu
SanjayJohnson02 7976e0b
Merge remote-tracking branch 'origin/main' into security_constrained,…
SanjayJohnson02 5fed5f5
Condensed code across coordinates for most functions
SanjayJohnson02 50cfbed
Efficient code for mpopf
SanjayJohnson02 7756672
updated ci for goc3benchmark
SanjayJohnson02 ca1472b
updated ci
SanjayJohnson02 7675f2a
removed force generate sc solution data
SanjayJohnson02 430b84d
ci update
SanjayJohnson02 4ebebc2
Added solution formatter
SanjayJohnson02 b83e7e8
Added initializer, ctg optional
SanjayJohnson02 5ec8a67
updated start values
SanjayJohnson02 7c913b3
updated parser
SanjayJohnson02 4fef255
removed unneeded variables
SanjayJohnson02 7935407
modified IC to avoid numerical error
a4bc24c
Streamlining scopf code
SanjayJohnson02 aa65015
Cleaned up parser
SanjayJohnson02 b13f71e
Efficiency updates for mpopf with storage
SanjayJohnson02 c192778
.
SanjayJohnson02 a19c3bd
.
SanjayJohnson02 0410c8a
Merge remote-tracking branch 'origin/main' into security_constrained
SanjayJohnson02 62d9147
updated project
SanjayJohnson02 deb24b3
ci update
SanjayJohnson02 c5f81c9
ci update
SanjayJohnson02 c3cfacc
ci update
SanjayJohnson02 a071ca5
updated tests for new example function
SanjayJohnson02 e050ff9
updated per comments
SanjayJohnson02 40683f9
Readme update
SanjayJohnson02 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
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
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.
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.
Maybe use https://pkgdocs.julialang.org/dev/toml-files/#The-[sources]-section instead?