Home
last modified time | relevance | path

Searched refs:evaluate_with_gradient (Results 1 – 25 of 66) sorted by relevance

123

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DNumericalOFTest.cpp178 bool rval = func.evaluate_with_gradient( ObjectiveFunction::CALCULATE, in test_gradient_values()
197 func.evaluate_with_gradient( ObjectiveFunction::CALCULATE, in test_handles_eval_failure()
210 bool rval = func.evaluate_with_gradient( ObjectiveFunction::CALCULATE, in test_handles_eval_false()
226 rval = func.evaluate_with_gradient( ObjectiveFunction::SAVE, in test_changed()
233 rval = func.evaluate_with_gradient( ObjectiveFunction::UPDATE, in test_changed()
251 rval = func.evaluate_with_gradient( ObjectiveFunction::TEMPORARY, in test_unchanged()
H A DObjectiveFunctionTests.cpp71 valid = of->evaluate_with_gradient( type, patch(), result, grad, err ); in evaluate_internal()
344 rval = of->evaluate_with_gradient( type, patch(), value[i], grad[i], err ); in test_negate_flag()
398 valid = of->evaluate_with_gradient( ObjectiveFunction::CALCULATE, pd, ana_val, ana_grad, err ); in compare_numerical_gradient()
403 …valid = of->ObjectiveFunction::evaluate_with_gradient( ObjectiveFunction::CALCULATE, pd, num_val, … in compare_numerical_gradient()
426 valid = of->evaluate_with_gradient( ObjectiveFunction::CALCULATE, pd, grad_val, grad, err ); in compare_hessian_gradient()
456 valid = of->evaluate_with_gradient( ObjectiveFunction::CALCULATE, pd, grad_val, grad, err ); in compare_diagonal_gradient()
637 …virtual bool evaluate_with_gradient( PatchData&, size_t h, double&, vector<size_t>&, vector<Vector… in evaluate_with_gradient() function in OFTestBadQM
677 … valid = of->evaluate_with_gradient( ObjectiveFunction::CALCULATE, patch(), result, grad, err ); in test_handles_invalid_qm()
716 … valid = of->evaluate_with_gradient( ObjectiveFunction::CALCULATE, patch(), result, grad, err ); in test_handles_qm_error()
H A DPMeanPMetricTest.cpp99 bool evaluate_with_gradient( PatchData& pd, size_t h, double& v,
150 bool FauxMetric::evaluate_with_gradient( PatchData& pd, size_t h, double& v, in evaluate_with_gradient() function in FauxMetric
168 evaluate_with_gradient( pd, h, v, indices, grad, err ); in evaluate_with_Hessian()
357 m1.evaluate_with_gradient( pd, 0, v3, indices3, grads1, err ); in test_gradient()
359 m2.evaluate_with_gradient( pd, 0, v4, indices4, grads2, err ); in test_gradient()
385 m.evaluate_with_gradient( pd, handles[i], v, indices3, temp, err ); in test_gradient()
424 m1.evaluate_with_gradient( pd, 0, v1, indices1, grad1, err ); in test_hessian()
426 m2.evaluate_with_gradient( pd, 0, v2, indices2, grad2, err ); in test_hessian()
H A DObjectiveFunctionTests.hpp175 …virtual bool evaluate_with_gradient( PatchData& pd, size_t h, double& v, vector<size_t>& i, vector… in evaluate_with_gradient() function in OFTestQM
189 bool rval = evaluate_with_gradient( pd, h, v, i, g, err ); in evaluate_with_Hessian()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityMetric/Debug/
H A DNumericalQM.cpp76 bool NumericalQM::evaluate_with_gradient( PatchData& pd, in evaluate_with_gradient() function in MBMesquite::NumericalQM
84 return realMetric->QualityMetric::evaluate_with_gradient( pd, in evaluate_with_gradient()
91 return realMetric->evaluate_with_gradient( pd, in evaluate_with_gradient()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/ObjectiveFunction/
H A DCompositeOFMultiply.cpp122 bool CompositeOFMultiply::evaluate_with_gradient( EvalType type, in evaluate_with_gradient() function in MBMesquite::CompositeOFMultiply
131 ok = objFunc1->evaluate_with_gradient( type, pd, value_out, grad_out, err ); in evaluate_with_gradient()
133 ok = objFunc2->evaluate_with_gradient( type, pd, value_2, mGradient, err ); in evaluate_with_gradient()
H A DCompositeOFAdd.cpp120 bool CompositeOFAdd::evaluate_with_gradient( EvalType type, in evaluate_with_gradient() function in MBMesquite::CompositeOFAdd
129 ok = objFunc1->evaluate_with_gradient( type, pd, value_out, grad_out, err ); in evaluate_with_gradient()
131 ok = objFunc2->evaluate_with_gradient( type, pd, value_2, mGradient, err ); in evaluate_with_gradient()
H A DStdDevTemplate.cpp60 bool StdDevTemplate::evaluate_with_gradient( EvalType type, in evaluate_with_gradient() function in MBMesquite::StdDevTemplate
66 bool result = VarianceTemplate::evaluate_with_gradient( type, pd, value_out, grad_out, err ); in evaluate_with_gradient()
H A DCompositeOFScalarAdd.cpp103 bool CompositeOFScalarAdd::evaluate_with_gradient( EvalType type, in evaluate_with_gradient() function in CompositeOFScalarAdd
109 bool ok = objFunc->evaluate_with_gradient( type, pd, value_out, grad_out, err ); in evaluate_with_gradient()
H A DCompositeOFScalarMultiply.cpp104 bool CompositeOFScalarMultiply::evaluate_with_gradient( EvalType type, in evaluate_with_gradient() function in MBMesquite::CompositeOFScalarMultiply
110 bool ok = objFunc->evaluate_with_gradient( type, pd, value_out, grad_out, err ); in evaluate_with_gradient()
H A DOFEvaluator.cpp105 ->evaluate_with_gradient( currUpdateType, pd, value, grad, err ); in update()
155 ->evaluate_with_gradient( tempType, pd, value, grad, err ); in evaluate()
H A DStdDevTemplate.hpp66 virtual bool evaluate_with_gradient( EvalType type,
H A DPatchPowerMeanP.hpp86 bool evaluate_with_gradient( EvalType type,
H A DPatchPowerMeanP.cpp106 bool PatchPowerMeanP::evaluate_with_gradient( EvalType type, in evaluate_with_gradient() function in MBMesquite::PatchPowerMeanP
125 bool result = qm->evaluate_with_gradient( pd, *i, value, mIndices, mGradient, err ); in evaluate_with_gradient()
H A DCompositeOFScalarMultiply.hpp79 virtual bool evaluate_with_gradient( EvalType type,
H A DCompositeOFScalarAdd.hpp78 virtual bool evaluate_with_gradient( EvalType type,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityMetric/
H A DScalarAddQualityMetric.cpp76 bool ScalarAddQualityMetric::evaluate_with_gradient( PatchData& pd, in evaluate_with_gradient() function in MBMesquite::ScalarAddQualityMetric
83 bool rval = mMetric->evaluate_with_gradient( pd, handle, value, indices, gradient, err ); in evaluate_with_gradient()
H A DScalarMultiplyQualityMetric.cpp74 bool ScalarMultiplyQualityMetric::evaluate_with_gradient( PatchData& pd, in evaluate_with_gradient() function in ScalarMultiplyQualityMetric
81 bool rval = mMetric->evaluate_with_gradient( pd, handle, value, indices, gradient, err ); in evaluate_with_gradient()
H A DPowerQualityMetric.cpp87 bool PowerQualityMetric::evaluate_with_gradient( PatchData& pd, in evaluate_with_gradient() function in PowerQualityMetric
94 bool rval = mMetric.evaluate_with_gradient( pd, handle, value, indices, gradient, err ); in evaluate_with_gradient()
H A DAddQualityMetric.cpp120 bool AddQualityMetric::evaluate_with_gradient( PatchData& pd, in evaluate_with_gradient() function in MBMesquite::AddQualityMetric
131 …rval1 = metric1.evaluate_with_gradient( pd, handle, val1, indices1, grad1, err ); MSQ_ERRZERO(err); in evaluate_with_gradient()
132 …rval2 = metric2.evaluate_with_gradient( pd, handle, val2, indices2, grad2, err ); MSQ_ERRZERO(err); in evaluate_with_gradient()
H A DMultiplyQualityMetric.cpp118 bool MultiplyQualityMetric::evaluate_with_gradient( PatchData& pd, in evaluate_with_gradient() function in MultiplyQualityMetric
129 …rval1 = metric1.evaluate_with_gradient( pd, handle, val1, indices1, grad1, err ); MSQ_ERRZERO(err); in evaluate_with_gradient()
130 …rval2 = metric2.evaluate_with_gradient( pd, handle, val2, indices2, grad2, err ); MSQ_ERRZERO(err); in evaluate_with_gradient()
H A DQualityMetric.cpp101 bool QualityMetric::evaluate_with_gradient( PatchData& pd, in evaluate_with_gradient() function in MBMesquite::QualityMetric
185 bool valid = evaluate_with_gradient( pd, handle, value, indices, gradient, err ); in evaluate_with_Hessian()
225 valid = evaluate_with_gradient( pd, handle, metric_value, indices, temp_gradient, err ); in evaluate_with_Hessian()
H A DScalarAddQualityMetric.hpp74 bool evaluate_with_gradient( PatchData& pd,
H A DScalarMultiplyQualityMetric.hpp81 bool evaluate_with_gradient( PatchData& pd,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityMetric/Volume/
H A DEdgeLengthMetric.hpp56 bool evaluate_with_gradient( PatchData& pd,

123