13 #include "libmesh/id_types.h" 14 #include "libmesh/libmesh_common.h" std::vector< dof_id_type > * _num_values_reporter
Real & _objective_val
Reporter that will hold the objective value.
virtual Real computeObjective() override
Function to compute objective.
virtual dof_id_type getNumParams() const override
Function to get the total number of parameters.
Base class for optimization objects, implements routines for calculating misfit.
GeneralOptimization(const InputParameters ¶meters)
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
virtual void setICsandBounds() override
Sets the initial conditions and bounds right before it is needed.
Optimization reporter that interfaces with TAO.