44 #ifndef ROL_TYPEG_INTERIORPOINTALGORITHM_H 45 #define ROL_TYPEG_INTERIORPOINTALGORITHM_H 57 template<
typename Real>
97 std::ostream &outStream = std::cout);
106 std::ostream &outStream = std::cout);
119 std::ostream &outStream = std::cout)
override;
121 void writeHeader( std::ostream& os )
const override;
123 void writeName( std::ostream& os )
const override;
125 void writeOutput( std::ostream& os,
const bool print_header =
false )
const override;
Provides the interface to evaluate objective functions.
Provides an interface to run the interior point algorithm.
Defines the linear algebra or vector space interface.
InteriorPointAlgorithm(ParameterList &list)
void initialize(Vector< Real > &x, const Vector< Real > &g, const Vector< Real > &l, const Vector< Real > &c, InteriorPointObjective< Real > &ipobj, BoundConstraint< Real > &bnd, Constraint< Real > &con, Vector< Real > &pwa, Vector< Real > &dwa, std::ostream &outStream=std::cout)
void run(Vector< Real > &x, const Vector< Real > &g, Objective< Real > &obj, BoundConstraint< Real > &bnd, Constraint< Real > &econ, Vector< Real > &emul, const Vector< Real > &eres, std::ostream &outStream=std::cout) override
Run algorithm on general constrained problems (Type-G). This is the primary Type-G interface...
void writeName(std::ostream &os) const override
Print step name.
Provides an interface to run general constrained optimization algorithms.
void writeOutput(std::ostream &os, const bool print_header=false) const override
Print iterate status.
Provides the interface to apply upper and lower bound constraints.
void updateState(const Vector< Real > &x, const Vector< Real > &l, InteriorPointObjective< Real > &ipobj, BoundConstraint< Real > &bnd, Constraint< Real > &con, Vector< Real > &pwa, Vector< Real > &dwa, std::ostream &outStream=std::cout)
void writeHeader(std::ostream &os) const override
Print iterate header.
Defines the general constraint operator interface.