C++ implementation of Gauss-newton and conjugate-gradients optimization

The header file [ Cg.h ] describes the API,

Compile and run test code [ src.tar.gz ] on Linux with
  $ g++ -lm -DTESTCG Cg.cpp -o testcg
  $ ./testcg

See a newer java version [ ../inv/ ]

Several papers describe ways to use this code: [ ../../papers/regularization.pdf ] [ ../../papers/neural.pdf ] [ ../../papers/rmsinv.pdf ]


File:   Bytes:   Modified:
Almost.h     4377   2020-08-02 10:55:19
Cg.cpp     28435   2020-08-02 10:55:19
Cg.h     15832   2020-08-02 10:55:19
ProgressMonitor.h     1361   2020-08-02 10:55:19
README     416   2020-08-02 10:55:19
src.tar.gz     14343   2020-08-02 10:56:10


Return to parent directory.