-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathHISTORY.txt
More file actions
40 lines (33 loc) · 1.7 KB
/
Copy pathHISTORY.txt
File metadata and controls
40 lines (33 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
------- Current version
% CSBP_solver version 4.0, november 2013
08/11/13 Jean Barbier
1.) Adding the use of Fourier and Hadamard seeded operators for fast, memory efficient and optimal compresed sensing of real or complex signals.
2.) New demos for fast compressed sensing and real coding through gaussian channel. See Jean Barbier and Florent Krzakala articles on arxiv.
3.) Deletion of useless routines.
4.) New priors and AMP scripts
14/02/14 Jean Barbier
1.) Adding the routines and demo for our Superposition codes scheme (see article)
2.) corrections of some small mistakes
------- Old version
%CSBP_solver version 3.0, february 2013
18/02/13 Jean Barbier
1.) Re-organization of the code with use of classes
2.) Addition of new priors with associated learnings: L1, SparseExponential, SparseConstant
3.) Addition of the AMP-homogeneous form of the algorithm
------- Old version
%CSBP_solver Version 2.0, January 2013
20/01/2013 Pan Zhang:
1.) Code is re-organized, especially CSBP_Solver.m.
2.) AMP is optimized, now it is much faster than before.
3.) BP is added as an option(just finished, needs tests), set opt.method='BP' to use BP instead of AMP.
------- Old Version
%CSBP_solver Version 1.0, October 2012
16/11/2012 F. Krzakala: Complete changes of the algo (including the
name). We now use the notation from Krzakala et al. arXiv:1206.3953,
J. Stat. Mech. (2012) P08009 Also included are new matrices, priors
and options. So far, the fully-TAP version is not implemented.
------- Old Version
% EMBP_Solver Version 1.0, February 2012
Algorithm is taken from Krzakala et al. arXiv:1109.4424
Written by: J. Barbier & F. Krzakala
Email: jean.barbier.cs@gmail.com and fk@espci.fr