Home
last modified time | relevance | path

Searched refs:trustregion (Results 1 – 25 of 38) sorted by relevance

12

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/zoo/
H A DROL_ValidParameters.hpp148 PL &trustregion = step.sublist("Trust Region"); in getValidROLParameters() local
149 trustregion.set("Subproblem Solver", "Truncation CG"); in getValidROLParameters()
150 trustregion.set("Subproblem Model", "Kelley-Sachs" ); in getValidROLParameters()
151 trustregion.set("Initial Radius", 10.0 ); in getValidROLParameters()
152 trustregion.set("Maximum Radius", 5.e3 ); in getValidROLParameters()
153 trustregion.set("Step Acceptance Threshold", 0.05 ); in getValidROLParameters()
154 trustregion.set("Radius Shrinking Threshold", 0.05 ); in getValidROLParameters()
155 trustregion.set("Radius Growing Threshold", 0.9 ); in getValidROLParameters()
163 PL &smoothing = trustregion.sublist("Post-Smoothing"); in getValidROLParameters()
170 PL &coleman = trustregion.sublist("Coleman-Li"); in getValidROLParameters()
[all …]
/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dusebenders-tr.set7 # priority of heuristic <trustregion>
9 heuristics/trustregion/priority = 0
11 # frequency for calling primal heuristic <trustregion> (-1: never, 0: only at depth freqofs)
13 heuristics/trustregion/freq = 1
17 heuristics/trustregion/minbinvars = 1
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/trustregion/
H A Dplugins.py25 from pyomo.contrib.trustregion.TRF import TRF
26 from pyomo.contrib.trustregion.readgjh import readgjh
27 import pyomo.contrib.trustregion.getGJH
37 DownloadFactory.register('gjh')(pyomo.contrib.trustregion.getGJH.get_gjh)
H A DTRF.py14 from pyomo.contrib.trustregion.filterMethod import (
16 from pyomo.contrib.trustregion.helper import (cloneXYZ, packXYZ)
17 from pyomo.contrib.trustregion.Logger import Logger
18 from pyomo.contrib.trustregion.PyomoInterface import (
H A DLogger.py13 from pyomo.contrib.trustregion.helper import packXYZ
H A DGeometryGenerator.py16 from pyomo.contrib.trustregion.cache import GeometryCache
H A DPyomoInterface.py25 from pyomo.contrib.trustregion.GeometryGenerator import (
28 from pyomo.contrib.trustregion.helper import maxIgnoreNone, minIgnoreNone
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dfemath.h338 trustregion = 0; in NumNLSolver()
375 trustregion = 0; in ResetSolver()
460 int TrustRegion() const {return trustregion;}; in TrustRegion()
461 int& TrustRegion() {return trustregion;}; in TrustRegion()
553 int trustregion; //turn on or off variable
/dports/math/optpp/optpp-2.4/src/Base/
H A DMakefile.am16 trustpds.C trustregion.C
H A DMakefile.in73 trustpds.lo trustregion.lo
213 trustpds.C trustregion.C
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trustregion.Plo@am__quote@
H A Dtrustregion.C16 int trustregion(NLP1* nlp, ostream *fout, in trustregion() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/Base/
H A DMakefile.am16 trustpds.C trustregion.C
H A Dtrustregion.C23 int trustregion(NLP1* nlp, std::ostream *fout, in trustregion() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/include/
H A DOptNewtonLike.h206 friend int trustregion(NLP1*, std::ostream*, Teuchos::SerialSymDenseMatrix<int,double>&,
H A DOptBCNewtonLike.h222 friend int trustregion(NLP1*, std::ostream*, Teuchos::SerialSymDenseMatrix<int,double>&,
H A DOpt.h62 int trustregion(NLP1*, std::ostream*, Teuchos::SerialSymDenseMatrix<int,double>&,
H A DOptConstrNewtonLike.h326 friend int trustregion(NLP1*, std::ostream*, Teuchos::SerialSymDenseMatrix<int,double>&,
/dports/math/optpp/optpp-2.4/include/
H A DOptNewtonLike.h201 friend int trustregion(NLP1*, ostream*, NEWMAT::SymmetricMatrix&,
H A DOptBCNewtonLike.h218 friend int trustregion(NLP1*, ostream*, NEWMAT::SymmetricMatrix&,
H A DOpt.h65 int trustregion(NLP1*, ostream*, NEWMAT::SymmetricMatrix&, NEWMAT::ColumnVector&,
H A DOptConstrNewtonLike.h327 friend int trustregion(NLP1*, ostream*, NEWMAT::SymmetricMatrix&,
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c364 DATA_TRUSTREGION* trustregion; /**< trustregion data */ member
3493 assert(neighborhood->data.trustregion != NULL); in DECL_NHFREE()
3495 SCIPfreeBlockMemory(scip, &neighborhood->data.trustregion); in DECL_NHFREE()
3506 data = neighborhood->data.trustregion; in DECL_CHANGESUBSCIP()
3594 NH* trustregion; in includeNeighborhoods() local
3656 SCIP_CALL( alnsIncludeNeighborhood(scip, heurdata, &trustregion, "trustregion", in includeNeighborhoods()
3661 SCIP_CALL( SCIPallocBlockMemory(scip, &trustregion->data.trustregion) ); in includeNeighborhoods()
3665 …&trustregion->data.trustregion->violpenalty, FALSE, DEFAULT_VIOLPENALTY_TRUSTREGION, 0.0, SCIP_REA… in includeNeighborhoods()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/trustregion/tests/
H A DTestPyomoInterface.py23 from pyomo.contrib.trustregion.PyomoInterface import PyomoInterface
/dports/math/SCIP/scip-7.0.3/scripts/trainEstimation/testdata/
H A D4_neos-1211578.scip.periodic_report.out676 trustregion : 0.00 0.00 0 0 0
716trustregion : 0 0.00 0.00 0 0 0 0.00000 …
/dports/math/optpp/optpp-2.4/src/Newton/
H A DOptBCNewtonLike.C286 step_type = trustregion(nlp, optout, H, sk, sx, TR_size, stp_length, in computeStep()

12