You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# 🧮 AlgorithmsInterface.jl
2
2
3
-
`AlgorithmsInterface.jl` is a Julia package to provide a common interface to run iterative tasks. **Algorithm** here refers to an iterative sequence of commands, that are run until a certain stopping criterion is met.
3
+
`AlgorithmsInterface.jl` is a Julia package to provide a common interface to run iterative tasks.
4
+
**Algorithm** here refers to an iterative sequence of commands, that are run until a certain stopping criterion is met.
0 commit comments