Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

F_PR_CgNonLS Class Reference

#include <F_PR_CgNonLS.hpp>

Inheritance diagram for F_PR_CgNonLS:

Inheritance graph
[legend]
Collaboration diagram for F_PR_CgNonLS:

Collaboration graph
[legend]
List of all members.

Detailed Description

NonLinear Polack-Ribiere Conjugate Gradient.

Author:
Bernard De Cuyper
Version:
1.20
Date:
30/10/2004
Remarks:
Tornado1.1 Iterative Linear Solver
 
Purpose:        Nonlinear Polack-Ribiere Conjugate Gradient

                It's use ensure:
                - descent directions,
                - global convergence is not always ensured. (problem with Zoutendijk conditions)
                - supports only strong wolf conditions                                  
                - FR stagnation is avoided                                                                              :-)
                - Still suffer from important STICKING, (sleepering from obliged restarts)      :-(     

                Polack-Ribiere are not perfect but very popular, Today. 
                Newer Dai-Yuan NCGs are more general and have much better properties.  

Papers: "An Introduction to the Conjugate Gradient Method Without the Agonizing Pain",
                J. R. Shewchuk, Tutorial August 4, 1994, School of Computer Science, 
                Carnegie Mellon University.

                "Course Notes for MS4327 Optimisation", J. Kinsella, course March 30, 2004,
                University of ?.

                "Unconstrained Optimization" P.E. Frandsen, K. Jonasson, H.B. Nielsen O. Tingleff,
                Lecture 23/8/1999, Dep. of Mathematical Modeling, Technical University of Lyngby,       Denmark.

                Proposed extention for nonconvex functions:
                "A Global Convergent Version of the Polak-Ribiere Conjugate-Gradient Method",
                L. Grippo, S. Lucidi, Report 08-95 June 1995, University of Roma, Italy.

                Application to FAS multigrid case:
                "A Multigrid Algorithm for Nonlinear Monotone Elliptic Problems.", R. Bermejo, J.-A. Infante,
                Report 1994, Dep. of Math., University of Madrid, Spain.
                

                
@ Copyrights: Bernard De Cuyper 2004, Eggs & Pictures. MIT/Open BSD copyright model.


Public Methods

 F_PR_CgNonLS (int maxIterations, double epsilon=1.0e-4)
virtual ~F_PR_CgNonLS ()
virtual FloatVectorsolve (AbsFObjectiveFn *fn, FloatVector *x=0)

Protected Methods

virtual FloatVectorsingleSolve (AbsFObjectiveFn *fn, FloatVector *x=0)

Private Attributes

double alpha
double beta
FloatVectorr
FloatVectord
bool precondFlag
FloatVectors
double delta0
double deltaNew
double deltaOld


The documentation for this class was generated from the following files:
SourceForge.net Logo
Restoreinpaint sourceforge project `C++/Java Image Processing, Restoration, Inpainting Project'.

Bernard De Cuyper: Open Project Leader: Concept, design and development.
Bernard De Cuyper & Eddy Fraiha 2002, 2003. Bernard De Cuyper 2004. Open and free, for friendly usage only.
Modifications on Belgium ground of this piece of artistic work, by governement institutions or companies, must be notified to Bernard De Cuyper.
bern_bdc@hotmail.com