-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce support of subsolver records. (#377)
* Initial sketch for proper support of subsolver records. * Refactor :Subsolver to the less ambiguous :WhenActive indicator. Rename `RecordSubsolverRecordings` to `RecordSubsolver` and use `:Subsolver` there instead (in recordings, not debug). * First working subsolver record version. * fix docs. * Test coverage I. * Resolve #378 here. * Test coverage II * improve test coverage. * Improve documentation. * bump version.
- Loading branch information
1 parent
0d899bf
commit f546183
Showing
15 changed files
with
784 additions
and
291 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Manopt" | ||
uuid = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5" | ||
authors = ["Ronny Bergmann <[email protected]>"] | ||
version = "0.4.59" | ||
version = "0.4.60" | ||
|
||
[deps] | ||
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" | ||
|
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.
f546183
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.
@JuliaRegistrator register
Release notes:
Added
RecordWhenActive
to allow records to be deactivated during runtime, symbol:WhenActive
RecordSubsolver
to record the result of a subsolver recording in the main solver, symbol:Subsolver
RecordStoppingReason
to record the reason a solver stoppedRecordFactory
more flexible and quite similar toDebugFactory
, such that it is now also easy to specify recordings at the end of solver runs. This can especially be used to record final states of sub solvers.Changed
Fixed
:Subsolver
to generateDebugWhenActive
was misleading, it is now called:WhenActive
– referring to “print debug only when set active, e.g. by the parent (main) solver”.Symbol => RecordAction
for later access was ambiguous, sinceit could also mean to store the action in the dictionary under that symbol. Hence the order for access
was switched to
RecordAction => Symbol
to resolve that ambiguity.f546183
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.
Registration pull request created: JuliaRegistries/General/104611
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: