File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555generated_path = joinpath (@__DIR__ , " src" )
5656base_url = " https://github.com/JuliaManifolds/Manopt.jl/blob/master/"
5757isdir (generated_path) || mkdir (generated_path)
58- for (md_file, doc_file) in [(" Changelog.md" , " changelog.md" ), ]
58+ for (md_file, doc_file) in [(" Changelog.md" , " changelog.md" )]
5959 open (joinpath (generated_path, doc_file), " w" ) do io
6060 # Point to source license file
6161 println (
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ The module `AlgorithmsInterface.Test` contains concrete (dummy) instances
55to test prats of the interface.
66"""
77module Test
8- using .. AlgorithmsInterface
8+ using .. AlgorithmsInterface
99
10- struct DummyAlgorithm{S<: AlgorithmsInterface.StoppingCriterion } <: AlgorithmsInterface.Algorithm
11- stopping_criterion:: S
12- end
13- struct DummyProblem <: AlgorithmsInterface.Problem end
14- mutable struct DummyState{S <: AlgorithmsInterface.StoppingCriterionState } <: AlgorithmsInterface.State
15- stopping_criterion_state:: S
16- iteration:: Int
17- end
18- end
10+ struct DummyAlgorithm{S <: AlgorithmsInterface.StoppingCriterion } <: AlgorithmsInterface.Algorithm
11+ stopping_criterion:: S
12+ end
13+ struct DummyProblem <: AlgorithmsInterface.Problem end
14+ mutable struct DummyState{S <: AlgorithmsInterface.StoppingCriterionState } <: AlgorithmsInterface.State
15+ stopping_criterion_state:: S
16+ iteration:: Int
17+ end
18+ end
You can’t perform that action at this time.
0 commit comments