Skip to content

AD for TMOP_WorstCaseUntangleOptimizer_Metric #4836

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
minor
  • Loading branch information
kmittal2 committed Apr 29, 2025
commit e818d6645ba4b3f8125d11eb818436a1fe3c1a50
2 changes: 1 addition & 1 deletion fem/tmop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ type wcuo_ad(type mu,

if (wct == TWCUO::WorstCaseType::PMean)
{
auto exp = exponent*1.0*one;
auto exp = exponent*one;
mu = pow(mu, exp);
}
else if (wct == TWCUO::WorstCaseType::Beta)
Expand Down
Loading