Home
last modified time | relevance | path

Searched refs:NearestPointProblem (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/openturns/openturns-1.18/lib/src/Base/Optim/
H A DNearestPointProblem.cxx31 CLASSNAMEINIT(NearestPointProblem)
36 NearestPointProblem::NearestPointProblem() in NearestPointProblem() function in NearestPointProblem
44 NearestPointProblem::NearestPointProblem(const Function & levelFunction, in NearestPointProblem() function in NearestPointProblem
53 NearestPointProblem * NearestPointProblem::clone() const in clone()
55 return new NearestPointProblem(*this); in clone()
82 Bool NearestPointProblem::hasLevelFunction() const in hasLevelFunction()
88 Scalar NearestPointProblem::getLevelValue() const in getLevelValue()
109 void NearestPointProblem::clearLevelFunction() in clearLevelFunction()
121 String NearestPointProblem::__repr__() const in __repr__()
132 void NearestPointProblem::save(Advocate & adv) const in save()
[all …]
/dports/math/openturns/openturns-1.18/python/src/
H A DNearestPointProblem.i9 %include openturns/NearestPointProblem.hxx
10 …mespace OT{ %extend NearestPointProblem { NearestPointProblem(const NearestPointProblem & other) {… in NearestPointProblem() function
H A DNearestPointProblem_doc.i.in1 %feature("docstring") OT::NearestPointProblem
31 >>> problem = ot.NearestPointProblem(levelFunction, 3.0)"
H A Doptim_module.i54 %include NearestPointProblem.i
H A DCobyla_doc.i.in31 >>> problem = ot.NearestPointProblem(model, 5.0)
H A DAbdoRackwitz_doc.i.in30 >>> problem = ot.NearestPointProblem(model, 5.0)
H A DSQP_doc.i.in36 >>> problem = ot.NearestPointProblem(model, -0.5)
/dports/math/openturns/openturns-1.18/lib/src/Base/Optim/openturns/
H A DNearestPointProblem.hxx33 class OT_API NearestPointProblem class
42 NearestPointProblem();
45 NearestPointProblem(const Function & levelFunction,
49 NearestPointProblem * clone() const override;
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_SQP_std.py20 algo = ot.SQP(ot.NearestPointProblem(levelFunction, 3.0))
39 algo = ot.SQP(ot.NearestPointProblem(levelFunction, -0.5))
H A Dt_AbdoRackwitz_std.py18 algo = ot.AbdoRackwitz(ot.NearestPointProblem(levelFunction, 3.0))
34 algo = ot.AbdoRackwitz(ot.NearestPointProblem(levelFunction, -0.5))
H A Dt_SQP_std.expout2 …lementation problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
3 …aintError=0 problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
4 …lementation problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
5 …or=1.02e-11 problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
H A Dt_Cobyla_std.py32 algo = ot.Cobyla(ot.NearestPointProblem(levelFunction, 3.0))
45 algo = ot.Cobyla(ot.NearestPointProblem(levelFunction, 3.0))
H A Dt_AbdoRackwitz_std.expout2 …aintError=0 problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
4 …lementation problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
5 …2.48235e-06 problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_Cobyla_std.cxx56 Cobyla myAlgorithm(NearestPointProblem(levelFunction, 3.0)); in main()
78 Cobyla myAlgorithm(NearestPointProblem(levelFunction, 3.0)); in main()
H A Dt_AbdoRackwitz_std.cxx61 AbdoRackwitz myAlgorithm(NearestPointProblem(levelFunction, 3.0)); in main()
92 AbdoRackwitz myAlgorithm(NearestPointProblem(levelFunction, -0.5)); in main()
H A Dt_SQP_std.cxx60 SQP mySQPAlgorithm(NearestPointProblem(levelFunction, 3.0)); in main()
93 SQP mySQPAlgorithm(NearestPointProblem(levelFunction, 3.0)); in main()
H A Dt_Cobyla_std.expout1 …lementation problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
4 …lementation problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
H A Dt_SQP_std.expout1 …lementation problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
4 …lementation problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
H A Dt_AbdoRackwitz_std.expout1 …lementation problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
5 …lementation problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
H A Dt_FORM_SQP.cxx84 SQP myAlgorithm(NearestPointProblem(levelFunction, 3.0)); in main()
H A Dt_FORM_AbdoRackwitz.cxx84 AbdoRackwitz myAlgorithm(NearestPointProblem(levelFunction, 3.0)); in main()
H A Dt_FORM_AbdoRackwitz.expout1 …lementation problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
H A Dt_FORM_SQP.expout1 …lementation problem=class=OptimizationProblem implementation=class=NearestPointProblem level funct…
/dports/math/openturns/openturns-1.18/python/doc/user_manual/
H A Doptimization.rst19 NearestPointProblem
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/Analytical/
H A DAnalytical.cxx114 …nearestPointAlgorithm_.setProblem(NearestPointProblem(standardEvent.getImplementation()->getFuncti… in run()

12