File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33` AlgorithmsInterface.jl ` is a Julia package to provide a common interface to run iterative tasks.
44** Algorithm** here refers to an iterative sequence of commands, that are run until a certain stopping criterion is met.
55
6- [ ![ docs] [ docs-dev-img ]] [ docs-dev-url ] ![ CI] [ ci-url ] [ ![ codecov] [ codecov-img ]] [ codecov-url ]
6+ [ ![ docs] [ docs-dev-img ]] [ docs-dev-url ] [ ![ CI] [ ci-img ] ][ ci-url ] [ ![ codecov] [ codecov-img ]] [ codecov-url ]
77
88[ docs-dev-img ] : https://img.shields.io/badge/docs-dev-blue.svg
99[ docs-dev-url ] : https://JuliaManifolds.github.io/AlgorithmsInterface.jl/dev/
1010
1111[ codecov-img ] : https://codecov.io/gh/JuliaManifolds/AlgorithmsInterface.jl/graph/badge.svg?token=1OBDY03SUP
1212[ codecov-url ] : https://codecov.io/gh/JuliaManifolds/AlgorithmsInterface.jl
1313
14- [ ci-url ] : https://github.com/JuliaManifolds/AlgorithmsInterface.jl/workflows/ci/badge.svg
14+ [ ci-img ] : https://github.com/JuliaManifolds/AlgorithmsInterface.jl/actions/workflows/ci.yml/badge.svg
15+ [ ci-url ] : https://github.com/JuliaManifolds/AlgorithmsInterface.jl/actions/workflows/ci.yml
1516
1617# Statement of need
1718
You can’t perform that action at this time.
0 commit comments