|
CMP++: Uncertainty Quantification & Bayesian Calibration
|
This is the complete list of members for cmp::ObjectiveFunctor, including all inherited members.
| addEqualityConstraint(std::function< double(Eigen::Ref< const Eigen::VectorXd >, Eigen::Ref< Eigen::VectorXd >)> h) | cmp::ObjectiveFunctor | inline |
| addInequalityConstraint(std::function< double(Eigen::Ref< const Eigen::VectorXd >, Eigen::Ref< Eigen::VectorXd >)> g) | cmp::ObjectiveFunctor | inline |
| eq_constraints_ | cmp::ObjectiveFunctor | private |
| evaluateConstraint(size_t index, bool is_ineq, Eigen::Ref< const Eigen::VectorXd > x_opt, Eigen::Ref< Eigen::VectorXd > grad_opt) const | cmp::ObjectiveFunctor | inlineprivate |
| fval_grad_inplace_ | cmp::ObjectiveFunctor | private |
| fval_only_ | cmp::ObjectiveFunctor | private |
| getEqualityConstraints() const | cmp::ObjectiveFunctor | inline |
| getInequalityConstraints() const | cmp::ObjectiveFunctor | inline |
| getLogScale() const | cmp::ObjectiveFunctor | inline |
| ineq_constraints_ | cmp::ObjectiveFunctor | private |
| log_scale_ | cmp::ObjectiveFunctor | private |
| mapGradientToOpt(Eigen::Ref< const Eigen::VectorXd > x_real, Eigen::Ref< Eigen::VectorXd > grad_real) const | cmp::ObjectiveFunctor | inlineprivate |
| mapToReal(Eigen::Ref< const Eigen::VectorXd > x_opt) const | cmp::ObjectiveFunctor | inlineprivate |
| NLoptCallback(const std::vector< double > &x, std::vector< double > &grad, void *data) | cmp::ObjectiveFunctor | inlinestatic |
| NLoptConstraintWrapper(const std::vector< double > &x, std::vector< double > &grad, void *data) | cmp::ObjectiveFunctor | inlinestatic |
| ObjectiveFunctor(std::function< double(Eigen::Ref< const Eigen::VectorXd >)> fval) | cmp::ObjectiveFunctor | inlineexplicit |
| ObjectiveFunctor(std::function< double(Eigen::Ref< const Eigen::VectorXd >, Eigen::Ref< Eigen::VectorXd >)> fval_grad) | cmp::ObjectiveFunctor | inlineexplicit |
| operator()(Eigen::Ref< const Eigen::VectorXd > x_opt, Eigen::Ref< Eigen::VectorXd > grad_opt) const | cmp::ObjectiveFunctor | inline |
| setLogScale(const std::vector< bool > &log_scale) | cmp::ObjectiveFunctor | inline |
| use_gradient_ | cmp::ObjectiveFunctor | private |
| usesGradient() const | cmp::ObjectiveFunctor | inline |