Contains


- Folder uncprobs: list of Mor's problems slightly adapted:
-- Some bug fixes.
-- Added problem n 42: simple quadratic problem to control.

- Test_all_functions.m: Main script to tests algos on problems.
- QN_Algo.m: QN algorithm with every update formula listed in the study.

- ctl_secant_generalized.m: Providing H, control the z last secant update of the first steps.
- ctl_secant_generalized.m: Providing B, control the z last secant update of the first steps.
- Ctl_sym.m: Providing H or M, control the symmetry of the first 10 iterates.

- all_results.mat: results of Test_all_functions.m on all the test functions and all the update formulas.
- compare.m: calculation round, match, championship table.
