History log of /petsc/src/tao/unconstrained/tutorials/output/rosenbrock1_snes.out (Results 1 – 4 of 4)
Revision Date Author Comments
# 713b55d3 06-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/snes-lmvm' into 'main'

Improve MATLMVM support in SNES

See merge request petsc/petsc!7030


# 24fb275a 14-Nov-2023 Stefano Zampini <stefano.zampini@gmail.com>

SNESNEWTONTR: code improvements

support QN models

accepts Cauchy point if it is on the boundary

Enlarge trust region only if direction is on the boundary

Use previously estimated largest eigenval

SNESNEWTONTR: code improvements

support QN models

accepts Cauchy point if it is on the boundary

Enlarge trust region only if direction is on the boundary

Use previously estimated largest eigenvalue of hessian in minimum decrease

Customize trust region norm

Fix dogleg path computation

Update output files and add tests

show more ...


# 2695622a 16-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/snes' into 'main'

Improve Trust-Region support in SNES

See merge request petsc/petsc!6150


# f4f59681 07-Mar-2023 Stefano Zampini <stefano.zampini@gmail.com>

TAOSNES: a convenient class to perform comparisons between TAO and SNES solvers