-
Notifications
You must be signed in to change notification settings - Fork 21
Description
I am coming back to our very nice discussion in Lausanne in November about a generic interface for algorithms.
We could maybe discuss a few ideas over on a new repository I named
https://github.com/JuliaManifolds/IterativeAlgorithmsInterface.jl
?
My main hopes would be
- reduce duplicate implementation of the usual “iterative methods” overhead,
- easier to combine algorimths as sub-tasks
- ...
We could also try to reach out to further iterative algorithms people to maybe have a broader “basis” of people when discussing what such an interface might need – in the end maybe even in a similar generic Idea as the DifferentiationInterface.jl – though reaching that large of an audience is probably hard to achieve.
If you have ideas how to involve others that might be interested in such an interface – feel free to add them here or in issues over on the other repo.
We can also move the repo somewhere else nice if that is something useful to have – and of course anyone who wants can become developer on the repository above – in the beginning we do not have to fork too much ;)