Home
last modified time | relevance | path

Searched refs:theta_min_ (Results 1 – 9 of 9) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/brad/
H A Dbrad_illum_cost_function.h25 : vnl_cost_function(1), theta_min_(theta_min), theta_max_(theta_max), in brad_illum_cost_function()
47 for (double v = theta_min_; v<=theta_max_; v+=interval)
62 double theta_min_, theta_max_;
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/
H A DIpFilterLSAcceptor.cpp219 theta_min_ = -1.; in InitializeImpl()
301 if (theta_min_ < 0.0) { in CheckAcceptabilityOfTrialPoint()
302 theta_min_ = theta_min_fact_*Max(1.0, reference_theta_); in CheckAcceptabilityOfTrialPoint()
305 theta_min_); in CheckAcceptabilityOfTrialPoint()
328 reference_theta_ <= theta_min_) { in CheckAcceptabilityOfTrialPoint()
406 if (curr_theta <= theta_min_) { in CalculateAlphaMin()
H A DIpFilterLSAcceptor.hpp150 Number theta_min_; member in Ipopt::FilterLSAcceptor
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpFilterLSAcceptor.cpp210 theta_min_ = -1.; in InitializeImpl()
292 if (theta_min_ < 0.0) { in CheckAcceptabilityOfTrialPoint()
293 theta_min_ = theta_min_fact_*Max(1.0, reference_theta_); in CheckAcceptabilityOfTrialPoint()
296 theta_min_); in CheckAcceptabilityOfTrialPoint()
319 reference_theta_ <= theta_min_) { in CheckAcceptabilityOfTrialPoint()
397 if (curr_theta <= theta_min_) { in CalculateAlphaMin()
H A DIpFilterLSAcceptor.hpp153 Number theta_min_; member in SimTKIpopt::FilterLSAcceptor
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/contrib/CGPenalty/
H A DIpCGPenaltyLSAcceptor.hpp212 Number theta_min_; member in Ipopt::CGPenaltyLSAcceptor
H A DIpCGPenaltyLSAcceptor.cpp175 options.GetNumericValue("theta_min", theta_min_, prefix); in InitializeImpl()
343 if (infeasibility < theta_min_) { in IsAcceptableToPiecewisePenalty()
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/blocksqp/
H A Dblocksqp.hpp381 double theta_min_; member in casadi::Blocksqp
H A Dblocksqp.cpp278 theta_min_ = 1.0e-5; in init()
383 theta_min_ = op.second; in init()
1265 if (cNorm <= theta_min_) { in filterLineSearch()
1388 if (cNorm <= theta_min_ && swCond) { in secondOrderCorrection()
1407 if (cNorm > theta_min_ || !swCond) { in secondOrderCorrection()
2898 s.unpack("Blocksqp::theta_min", theta_min_); in Blocksqp()
2966 s.pack("Blocksqp::theta_min", theta_min_); in serialize_body()