]> gitweb.michael.orlitzky.com - octave.git/history - optimization/vanilla_cgm.m
Replace step_length_cgm() with a direct call to step_length_positive_definite().
[octave.git] / optimization / vanilla_cgm.m
2013-03-26 Michael OrlitzkyReplace step_length_cgm() with a direct call to step_le...
2013-03-25 Michael OrlitzkyUse the infinity norm in vanilla_cgm().
2013-03-22 Michael OrlitzkyClean up the loop in the vanilla CGM.
2013-03-20 Michael OrlitzkyFix function name in vanilla_cgm.m.
2013-03-20 Michael OrlitzkyMove conjugate_gradient_method.m to vanilla_cgm.m.