Home
last modified time | relevance | path

Searched refs:CurrentIsAcceptable (Results 1 – 11 of 11) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpOptErrorConvCheck.cpp184 if (acceptable_iter_>0 && CurrentIsAcceptable()) { in CheckConvergence()
202 bool OptimalityErrorConvergenceCheck::CurrentIsAcceptable() in CurrentIsAcceptable() function in SimTKIpopt::OptimalityErrorConvergenceCheck
H A DIpConvCheck.hpp61 virtual bool CurrentIsAcceptable()=0;
H A DIpOptErrorConvCheck.hpp42 virtual bool CurrentIsAcceptable() override;
H A DIpBacktrackingLineSearch.cpp262 if (CurrentIsAcceptable()) { in FindAcceptableTrialPoint()
491 if (CurrentIsAcceptable()) { in FindAcceptableTrialPoint()
1114 bool BacktrackingLineSearch::CurrentIsAcceptable() in CurrentIsAcceptable() function in SimTKIpopt::BacktrackingLineSearch
1117 conv_check_->CurrentIsAcceptable()); in CurrentIsAcceptable()
H A DIpBacktrackingLineSearch.hpp226 bool CurrentIsAcceptable();
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/
H A DIpConvCheck.hpp62 virtual bool CurrentIsAcceptable()=0;
H A DIpOptErrorConvCheck.hpp42 virtual bool CurrentIsAcceptable();
H A DIpOptErrorConvCheck.cpp238 if (acceptable_iter_>0 && CurrentIsAcceptable()) { in CheckConvergence()
265 bool OptimalityErrorConvergenceCheck::CurrentIsAcceptable() in CurrentIsAcceptable() function in Ipopt::OptimalityErrorConvergenceCheck
H A DIpBacktrackingLineSearch.hpp219 bool CurrentIsAcceptable();
H A DIpBacktrackingLineSearch.cpp292 if (CurrentIsAcceptable()) { in FindAcceptableTrialPoint()
539 if (CurrentIsAcceptable()) { in FindAcceptableTrialPoint()
1202 bool BacktrackingLineSearch::CurrentIsAcceptable() in CurrentIsAcceptable() function in Ipopt::BacktrackingLineSearch
1205 conv_check_->CurrentIsAcceptable()); in CurrentIsAcceptable()
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpConvCheck.hpp66 virtual bool CurrentIsAcceptable() = 0;