Closed kellertuer closed 1 year ago
Merging #296 (55b2523) into master (3c8d3e1) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #296 +/- ##
=======================================
Coverage 99.74% 99.74%
=======================================
Files 77 77
Lines 7072 7084 +12
=======================================
+ Hits 7054 7066 +12
Misses 18 18
Files | Coverage Δ | |
---|---|---|
src/functions/manifold_functions.jl | 100.00% <100.00%> (ø) |
|
src/solvers/DouglasRachford.jl | 100.00% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
From a discussion today this PR generalises the
R
keyword and thereflect
operation ofDouglasRachford
in two sensesreflect
now uses the default retraction and default inverse retraction (with keywords) instead of exp and logR
passesretraction_method
andinverse_retraction_method
(new keywords of DR) to the reflection it callsreflection_evaluation
can now be set toInplaceEvaluation
in caseR
works in place.