Conjugate Gradient Optimization


A popular algorithm to find local extremum (maximum or minimum) values. The explanation and source codes can be found in W. H. Press et al, Numerical Recipes in C. Here is a program which uses conjugate gradient method to quench (reach local minimum potential energy) the configuration of a gold cluster (glue potential).


Back to Algorithms page