|
◆ iteration()
virtual void pism::inverse::IP_SSATaucTaoTikhonovProblemLCLListener::iteration |
( |
IP_SSATaucTaoTikhonovProblemLCL & |
problem, |
|
|
double |
eta, |
|
|
int |
iter, |
|
|
double |
objectiveValue, |
|
|
double |
designValue, |
|
|
const std::shared_ptr< DesignVec > & |
d, |
|
|
const std::shared_ptr< DesignVec > & |
diff_d, |
|
|
const std::shared_ptr< DesignVec > & |
grad_d, |
|
|
const std::shared_ptr< StateVec > & |
u, |
|
|
const std::shared_ptr< StateVec > & |
diff_u, |
|
|
const std::shared_ptr< StateVec > & |
grad_u, |
|
|
const std::shared_ptr< StateVec > & |
constraints |
|
) |
| |
|
pure virtual |
Callback called after each iteration.
|