https://github.com/kul-forbes/ForBES

sort by:
Revision Author Date Message Commit Date
51de5a8 now quadratic functions are also handled via the library 26 May 2015, 14:23:01 UTC
cc13827 keeping f1 and f2 separated for now 26 May 2015, 14:19:48 UTC
53f6c9d Merge branch 'master' of https://github.com/lostella/ForBES 25 May 2015, 21:50:37 UTC
b38874f added bugs 25 May 2015, 19:53:12 UTC
b01bfb9 minor fix 25 May 2015, 16:41:32 UTC
8a5bdc1 added missing files 25 May 2015, 16:41:24 UTC
2867a1b simplified interface to the user 25 May 2015, 13:30:32 UTC
2ed0f18 Update RiccatiSolve.c 22 May 2015, 23:32:58 UTC
b5bdc44 Update LBFGS.c 22 May 2015, 23:32:14 UTC
c4376d7 minor modifications 19 May 2015, 17:35:20 UTC
d98f239 modified gitignore 19 May 2015, 17:34:56 UTC
63a047c minor edit 19 May 2015, 15:38:21 UTC
bbfe40f added elastic net regularization 19 May 2015, 15:38:08 UTC
c956ff8 various updates 19 May 2015, 11:44:53 UTC
b25edad added license 17 May 2015, 14:55:52 UTC
5ca3259 added missing files 16 May 2015, 17:26:40 UTC
b319eac moved some functions, changed default termination criteria 16 May 2015, 17:23:57 UTC
04cf226 changed lower bound for the Lipschitz constant of f2 15 May 2015, 18:01:32 UTC
88a998a added Lipschitz constant 15 May 2015, 18:00:43 UTC
ad41282 fixed bug 15 May 2015, 16:18:33 UTC
09b5e7b fixed bug 15 May 2015, 16:17:21 UTC
37c817a fixed bug in ProcessCompositeProblem 12 May 2015, 14:43:43 UTC
6a09800 Revert "faster dist2Ball_l2" This reverts commit c9f45578c764cdfba223ce5da60c0735213e9035. 12 May 2015, 13:31:48 UTC
a3db909 updated ProcessSeparableProblem Line 77 [z, v] = prox(-(B'*y)/mugam, 1/mugam);% changed from (-B'*y): much faster 11 May 2015, 07:28:13 UTC
f492dd6 faster distBall_l2 11 May 2015, 00:27:22 UTC
c9f4557 faster dist2Ball_l2 11 May 2015, 00:04:11 UTC
d727ee8 better formula for distBox 10 May 2015, 20:15:07 UTC
de64245 fixed the problem with inf values of weights 10 May 2015, 19:36:59 UTC
bb4c550 wrong name of function: again 10 May 2015, 19:31:58 UTC
f9a7e90 fixed distBox much simpler code: it is the projection plus a soft thresholding operator 10 May 2015, 19:30:55 UTC
663f7fe fixed bug in distNeg 10 May 2015, 16:24:06 UTC
b51469b fixed bug in l2NormSum 10 May 2015, 12:57:06 UTC
121750c added LP demo 10 May 2015, 12:34:17 UTC
0884790 added svm demo 10 May 2015, 10:11:25 UTC
843d432 added matrix completion demo 10 May 2015, 09:33:35 UTC
d069af1 added library functions 09 May 2015, 16:00:02 UTC
515d629 updated squaredNorm 09 May 2015, 15:51:53 UTC
e762639 quadratic in the library 09 May 2015, 14:33:58 UTC
267b164 fixed bug in nuclearNorm 09 May 2015, 12:21:52 UTC
f02291e fobs and amm to private 09 May 2015, 11:41:02 UTC
c263a48 distBox fix 09 May 2015, 09:41:05 UTC
d584105 changes in distBox 09 May 2015, 09:16:41 UTC
7926040 added indFreePos 09 May 2015, 09:02:54 UTC
2f1ba3f removed old commented lines 09 May 2015, 00:54:33 UTC
e83c444 removed redundant function 08 May 2015, 22:48:58 UTC
fb17630 updated README 08 May 2015, 21:41:12 UTC
5c033ee Merge branch 'library' 08 May 2015, 21:39:11 UTC
36afdb7 Update forbes.m 08 May 2015, 20:18:30 UTC
2581486 update documentation 08 May 2015, 20:10:02 UTC
da4df2f modified demo 08 May 2015, 16:31:51 UTC
bee4480 corrections in dists 08 May 2015, 14:45:44 UTC
f04233e Merge branch 'library' of github.com:lostella/ForBES into library 08 May 2015, 13:08:04 UTC
8591a43 minor change 08 May 2015, 13:07:42 UTC
a03f3bf added zero function 08 May 2015, 13:07:31 UTC
8069e2e more functions 08 May 2015, 10:09:52 UTC
ae54f8f updated gitignore 08 May 2015, 09:54:48 UTC
15c35a8 removed useless files 08 May 2015, 09:49:10 UTC
abcbdda Merge branch 'library' of github.com:lostella/ForBES into library 08 May 2015, 01:03:44 UTC
33849e9 put documentation 08 May 2015, 01:03:25 UTC
b81564f added more functions on library 08 May 2015, 00:56:50 UTC
54ce2be added functions to the library 08 May 2015, 00:34:34 UTC
eddbc0f added functions in library 07 May 2015, 23:00:32 UTC
ca98e6b added functions 07 May 2015, 22:06:11 UTC
deacf16 added functions 07 May 2015, 21:59:49 UTC
1b34412 added functions 07 May 2015, 21:44:31 UTC
0c380b3 updated setup script 07 May 2015, 21:35:55 UTC
e6f555d updated functions 07 May 2015, 21:22:18 UTC
359a72b Merge pull request #1 from lostella/library Library 07 May 2015, 19:34:37 UTC
88ebbc2 uncommented line 07 May 2015, 19:34:14 UTC
c34c46c corrected bugs 07 May 2015, 19:27:56 UTC
f9119de improved problem formulation, created library of functions 07 May 2015, 18:59:41 UTC
4fbbfa7 corrected bug 05 May 2015, 21:13:36 UTC
d106269 changed default memory value 05 May 2015, 21:13:14 UTC
5ed29a5 corrected comments 05 May 2015, 21:12:58 UTC
b8a6d48 updated MPC test 05 May 2015, 21:12:37 UTC
06762ee updated MPC wrapper and test 05 May 2015, 14:52:05 UTC
b83ab14 updated setup script 05 May 2015, 13:57:03 UTC
af536ec Update .gitignore 05 May 2015, 13:44:16 UTC
07a0457 updated setup script 05 May 2015, 13:43:17 UTC
28f2723 updated setup script 05 May 2015, 12:28:34 UTC
4995bb4 updated setup script 05 May 2015, 12:23:40 UTC
8d48b79 added MPC example 05 May 2015, 09:25:32 UTC
e552043 corrected description of separable problems 05 May 2015, 00:10:09 UTC
6b885a6 fixed error message 05 May 2015, 00:05:43 UTC
b6110a8 minor fixes 04 May 2015, 08:42:02 UTC
07f7cbb updated README.md 27 April 2015, 19:31:55 UTC
c1bed13 updated README.md 27 April 2015, 14:19:44 UTC
e942e4e Merge branch 'master' of github.com:lostella/ForBES 27 April 2015, 10:53:08 UTC
ddcc213 updated README.md 27 April 2015, 10:52:33 UTC
f872ca3 Update README.md 27 April 2015, 10:45:09 UTC
73a587d Merge branch 'master' of github.com:lostella/ForBES 27 April 2015, 10:43:54 UTC
8d019e3 added figure 27 April 2015, 10:41:06 UTC
08b0cb0 Update README.md 27 April 2015, 09:50:51 UTC
24e9a1e Update README.md 27 April 2015, 09:47:59 UTC
ba554dc updated README.md 27 April 2015, 09:41:25 UTC
7989204 updated README.md 26 April 2015, 23:02:23 UTC
6d1050e updated README.md 26 April 2015, 21:52:38 UTC
c12b621 updated authors information 26 April 2015, 21:27:30 UTC
db452d8 updated README.md 26 April 2015, 20:34:49 UTC
5d7b004 corrected a figure 26 April 2015, 20:24:27 UTC
back to top