Skip to content

Matlab implementation of the DONE algorithm. Faster implementations are available in other languages.

License

Notifications You must be signed in to change notification settings

lbliek/DONE_Matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DONE algorithm version 1.0
Matlab version

Laurens Bliek & Hans Verstraete, 2015

DONE minimizes a function that may suffer from noise, by approximating the function with a random Fourier expansion.

Please contact l.bliek@tudelft.nl or h.r.g.w.verstraete@tudelft.nl for questions and comments.

This implementation is meant to make it as clear as possible what is going on inside the algorithm. This results in a slow implementation. For faster implementations, please see:

* C++: https://bitbucket.org/csi-dcsc/donecpp
* Julia: https://github.com/rdoelman/DONEs.jl
* Python wrapper: https://bitbucket.org/csi-dcsc/pydonec


The main scientific paper for the DONE algorithm can be found at http://ieeexplore.ieee.org/document/7728083/

About

Matlab implementation of the DONE algorithm. Faster implementations are available in other languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages