-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
use piecewiseMultiConst function to invert for force parameters #22221
Labels
C: Modules/Optimization
Tickets pertaining to the optimization module
Comments
lynnmunday
referenced
this issue
in lynnmunday/isopod
Sep 9, 2022
…tions with parameterGradient method closes #56
lynnmunday
referenced
this issue
in lynnmunday/isopod
Sep 10, 2022
…tions with parameterGradient method closes #56
lynnmunday
referenced
this issue
in lynnmunday/isopod
Sep 10, 2022
…tions with parameterGradient method closes #56
lynnmunday
referenced
this issue
in lynnmunday/isopod
Sep 13, 2022
…tions with parameterGradient method closes #56
lynnmunday
referenced
this issue
in lynnmunday/isopod
Sep 14, 2022
…tions with parameterGradient method. Gridded data requires 9 parameters to be defined instead of 4 even though only four cells of data are being optimized. So the problems areally only dependent on 4 parameters, not 9.. closes #56
lynnmunday
referenced
this issue
in lynnmunday/isopod
Sep 14, 2022
…tions with parameterGradient method. Gridded data requires 9 parameters to be defined instead of 4 even though only four cells of data are being optimized. So the problems areally only dependent on 4 parameters, not 9.. closes #56
lynnmunday
referenced
this issue
in lynnmunday/isopod
Sep 16, 2022
…nctions with parameterGradient method. Gridded data requires 9 parameters to be defined instead of 4 even though only four cells of data are being optimized with piecewiseMultiConstant. So the problems areally only dependent on 4 parameters, not 9.. closes #56
Transferring to moose, this will need to be completed in moose |
loganharbour
added
the
C: Modules/Optimization
Tickets pertaining to the optimization module
label
Sep 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would use the optimizationFunction base class that Zach put in. This requires a ParameterGradient method to be implemented on the piecewiseMultiInterpolationFromReporter
The text was updated successfully, but these errors were encountered: