Home
last modified time | relevance | path

Searched refs:InexactNormalTerminationTester (Results 1 – 6 of 6) sorted by relevance

/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/Inexact/
H A DIpInexactNormalTerminationTester.cpp28 InexactNormalTerminationTester::InexactNormalTerminationTester() in InexactNormalTerminationTester() function in Ipopt::InexactNormalTerminationTester
33 InexactNormalTerminationTester::~InexactNormalTerminationTester() in ~InexactNormalTerminationTester()
38 void InexactNormalTerminationTester::RegisterOptions(SmartPtr<RegisteredOptions> roptions) in RegisterOptions()
53 bool InexactNormalTerminationTester::InitializeImpl(const OptionsList& options, in InitializeImpl()
74 bool InexactNormalTerminationTester::InitializeSolve() in InitializeSolve()
83 InexactNormalTerminationTester::ETerminationTest
84 InexactNormalTerminationTester::
149 InexactNormalTerminationTester::Clear() in Clear()
H A DIpInexactNormalTerminationTester.hpp20 class InexactNormalTerminationTester: public IterativeSolverTerminationTester class
27 InexactNormalTerminationTester();
30 virtual ~InexactNormalTerminationTester();
86 InexactNormalTerminationTester& operator=(const InexactNormalTerminationTester&);
H A DIpInexactDoglegNormal.hpp27 SmartPtr<InexactNormalTerminationTester> normal_tester = NULL);
77 SmartPtr<InexactNormalTerminationTester> normal_tester_;
H A DIpInexactRegOp.cpp37 InexactNormalTerminationTester::RegisterOptions(roptions); in RegisterOptions_Inexact()
H A DIpInexactAlgBuilder.cpp127 SmartPtr<InexactNormalTerminationTester> NormalTester; in BuildBasicAlgorithm()
176 NormalTester = new InexactNormalTerminationTester(); in BuildBasicAlgorithm()
H A DIpInexactDoglegNormal.cpp29 SmartPtr<InexactNormalTerminationTester> normal_tester /* = NULL */) in InexactDoglegNormalStep()