Gadget
Classes | Enumerations
optinfo.h File Reference
#include "maininfo.h"
#include "doublematrix.h"
#include "doublevector.h"
#include "intvector.h"
Include dependency graph for optinfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OptInfo
 This is the base class used to perform the optimisation calculation for the model. More...
 
class  OptInfoHooke
 This is the class used for the Hooke & Jeeves optimisation. More...
 
class  OptInfoSimann
 This is the class used for the Simualted Annealing optimisation. More...
 
class  OptInfoBFGS
 This is the class used for the BFGS optimisation. More...
 

Enumerations

enum  OptType { OPTHOOKE = 1 , OPTSIMANN , OPTBFGS }
 

Enumeration Type Documentation

◆ OptType

enum OptType
Enumerator
OPTHOOKE 
OPTSIMANN 
OPTBFGS