OptimTN.h File Reference
Detailed Description
Function to solve an optimization problem using the Truncated Newton method.
#include "OFELI_Config.h"
#include <float.h>
#include <iostream>
#include <iomanip>
#include "Vect.h"
Go to the source code of this file.
Namespaces | |
| namespace | OFELI |
Functions | |
| template<class OPT_> | |
| int | OptimTN (OPT_ &theOpt, Vect< double > &x, Vect< double > &low, Vect< double > &up, Vect< int > &pivot, int max_it, double toler, int msg_lvl) |
| Truncated Newton optimization solver. | |