|
MAST
|
This is the complete list of members for MAST::FunctionEvaluation, including all inherited members.
| _evaluate_wrapper(const std::vector< Real > &dvars, Real &obj, bool eval_obj_grad, std::vector< Real > &obj_grad, std::vector< Real > &fvals, std::vector< bool > &eval_grads, std::vector< Real > &grads) | MAST::FunctionEvaluation | virtual |
| _init_dvar_wrapper(std::vector< Real > &x, std::vector< Real > &xmin, std::vector< Real > &xmax) | MAST::FunctionEvaluation | virtual |
| _max_iters | MAST::FunctionEvaluation | protected |
| _n_eq | MAST::FunctionEvaluation | protected |
| _n_ineq | MAST::FunctionEvaluation | protected |
| _n_rel_change_iters | MAST::FunctionEvaluation | protected |
| _n_vars | MAST::FunctionEvaluation | protected |
| _optimization_interface | MAST::FunctionEvaluation | protected |
| _output | MAST::FunctionEvaluation | protected |
| _output_wrapper(unsigned int iter, const std::vector< Real > &x, Real obj, const std::vector< Real > &fval, bool if_write_to_optim_file) | MAST::FunctionEvaluation | virtual |
| _tol | MAST::FunctionEvaluation | protected |
| attach_optimization_interface(MAST::OptimizationInterface &opt) | MAST::FunctionEvaluation | |
| evaluate(const std::vector< Real > &dvars, Real &obj, bool eval_obj_grad, std::vector< Real > &obj_grad, std::vector< Real > &fvals, std::vector< bool > &eval_grads, std::vector< Real > &grads)=0 | MAST::FunctionEvaluation | pure virtual |
| FunctionEvaluation(const libMesh::Parallel::Communicator &comm_in) | MAST::FunctionEvaluation | inline |
| init_dvar(std::vector< Real > &x, std::vector< Real > &xmin, std::vector< Real > &xmax)=0 | MAST::FunctionEvaluation | pure virtual |
| initialize_dv_from_output_file(const std::string &nm, const unsigned int iter, std::vector< Real > &x) | MAST::FunctionEvaluation | |
| max_iters() const | MAST::FunctionEvaluation | inline |
| n_eq() const | MAST::FunctionEvaluation | inline |
| n_ineq() const | MAST::FunctionEvaluation | inline |
| n_iters_relative_change() const | MAST::FunctionEvaluation | inline |
| n_vars() const | MAST::FunctionEvaluation | inline |
| output(unsigned int iter, const std::vector< Real > &x, Real obj, const std::vector< Real > &fval, bool if_write_to_optim_file) | MAST::FunctionEvaluation | virtual |
| parametric_line_study(const std::string &nm, const unsigned int iter1, const unsigned int iter2, unsigned int divs) | MAST::FunctionEvaluation | virtual |
| sanitize_parallel() | MAST::FunctionEvaluation | |
| set_output_file(const std::string &nm) | MAST::FunctionEvaluation | inline |
| tolerance() const | MAST::FunctionEvaluation | inline |
| verify_gradients(const std::vector< Real > &dvars) | MAST::FunctionEvaluation | virtual |
| ~FunctionEvaluation() | MAST::FunctionEvaluation | inlinevirtual |