]> gitweb.michael.orlitzky.com - octave.git/history - optimization
Try again to make the steepest descent tests work.
[octave.git] / optimization /
2013-03-25 Michael OrlitzkyTiny refactoring in the PCGM.
2013-03-25 Michael OrlitzkyRemove useless abs() in the PCGM.
2013-03-25 Michael OrlitzkyDon't take a redundant parameter in step_length_positiv...
2013-03-25 Michael OrlitzkySimplify (subjectively) the steepest descent loop.
2013-03-25 Michael OrlitzkyUse the infinity norm in vanilla_cgm().
2013-03-25 Michael OrlitzkyFix bad bad typo.
2013-03-23 Michael OrlitzkyAvoid divide-by-zero in preconditioned_conjugate_gradie...
2013-03-23 Michael OrlitzkyAvoid divide-by-zero in step_length_positive_definite.m.
2013-03-23 Michael OrlitzkyUse the infinity norm in steepest_descent(), update...
2013-03-22 Michael OrlitzkyFix an inline #-comment.
2013-03-22 Michael OrlitzkyFix a variable name (missed in the last renaming).
2013-03-22 Michael OrlitzkyClean up the loop in the vanilla CGM.
2013-03-22 Michael OrlitzkySimplify the loop in steepest_descent().
2013-03-22 Michael OrlitzkyFix the iteration count in the PCGM.
2013-03-22 Michael OrlitzkyAdd a second reference for the PCGM and make it more...
2013-03-22 Michael OrlitzkyAdd ellipses to multi-line function definition.
2013-03-22 Michael OrlitzkyAdd ellipses on a multi-line statement.
2013-03-22 Michael OrlitzkyReplace ##-style comments with %-style comments in...
2013-03-22 Michael OrlitzkyMinor comment update.
2013-03-22 Michael OrlitzkyUpdate comments in the *conjugate_gradient_method(...
2013-03-22 Michael OrlitzkyRemove the step_size_positive_definite() function;...
2013-03-20 Michael OrlitzkyFix up preconditioned CGM code.
2013-03-20 Michael OrlitzkyFix function name in vanilla_cgm.m.
2013-03-20 Michael OrlitzkyMove conjugate_gradient_method.m to vanilla_cgm.m.
2013-03-20 Michael OrlitzkyRevert "Commit a simpler version of the preconditioned...
2013-03-20 Michael OrlitzkyCommit a simpler version of the preconditioned CGM.
2013-03-20 Michael OrlitzkyAdd the first working version of the preconditioned...
2013-03-19 Michael OrlitzkyAllow CGM to take a maximum number of iterations, retur...
2013-03-19 Michael OrlitzkyAdd performance notes to steepest descent stuff.
2013-03-18 Michael OrlitzkyAdd first implementation of the steepest descent method.
2013-03-18 Michael OrlitzkyAdd step_size_positive_definite().
2013-03-18 Michael OrlitzkyReplace Octave-only comments with MATLAB-compatible...
2013-03-14 Michael OrlitzkyAdd trigonometric functions and their tests.
2013-03-14 Michael OrlitzkyTwo minor optimizations to test functions.
2013-03-14 Michael OrlitzkyAdd the Himmelblau function, as defined in Applied...
2013-03-13 Michael OrlitzkyAdd first implementation of the conjugate gradient...
2013-03-13 Michael OrlitzkyAdd extended_powell functions and their tests.
2013-03-10 Michael OrlitzkyAdd a missing semicolon.
2013-03-09 Michael OrlitzkyAdd some step length functions, untested.
2013-03-08 Michael OrlitzkyAdd extended_rosenbrock_hessian1() and its tests.
2013-03-08 Michael OrlitzkyAdd extended_rosenbrock_gradient1() and its tests.
2013-03-08 Michael OrlitzkyAdd extended_rosenbrock1() and its tests.
2013-03-08 Michael OrlitzkyAdd the Rosenbrock functions and their tests.
2013-03-07 Michael OrlitzkyAdd the powell_hessian() and powell_hessian1() functions.
2013-03-07 Michael OrlitzkyAdd powell_gradient(), powell_gradient1() and their...
2013-03-07 Michael OrlitzkyWord-wrap a comment.
2013-03-07 Michael OrlitzkyAdd powell(), powell1() and their tests.
2013-03-07 Michael OrlitzkyAdd length checks to the wood functions, and fix wood_h...
2013-03-06 Michael OrlitzkyAdd the Wood() test function and some tests.