Home
last modified time | relevance | path

Searched refs:initialTemperature (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/ml/include/opencv2/ml/
H A Dml.inl.hpp13 double initialTemperature, double finalTemperature, double coolingRatio, in simulatedAnnealingSolver() argument
20 CV_Assert(initialTemperature > finalTemperature); in simulatedAnnealingSolver()
23 double Ti = initialTemperature; in simulatedAnnealingSolver()
/dports/biology/protomol/protomol/framework/integrators/
H A DHMCIntegrator.cpp29 Real initialTemperature, in HMCIntegrator() argument
33 : MCIntegrator(cycles, randomCycLen, initialTemperature, overloadedForces, in HMCIntegrator()
H A DDLMCIntegrator.cpp34 Real initialTemperature, in DLMCIntegrator() argument
38 : MCIntegrator(cycles, randomCycLen, initialTemperature, overloadedForces, in DLMCIntegrator()
H A DMCIntegrator.cpp29 Real initialTemperature, in MCIntegrator() argument
35 myInitialTemperature(initialTemperature), in MCIntegrator()
H A DHMCIntegrator.h24 Real initialTemperature,
H A DDLMCIntegrator.h26 Real initialTemperature,
H A DMCIntegrator.h28 Real initialTemperature,
H A DDMDLeapfrogIntegrator.h34 Real initialTemperature,
H A DDihedralHMCIntegrator.cpp32 Real initialTemperature, in DihedralHMCIntegrator() argument
45 myInitialTemperature(initialTemperature), in DihedralHMCIntegrator()
H A DDihedralHMCIntegrator.h26 Real initialTemperature,
H A DShadowHMCIntegrator.h29 Real initialTemperature,
H A DShadowHMCIntegrator.cpp45 Real initialTemperature, in ShadowHMCIntegrator() argument
51 : MCIntegrator(cycles,randomCycLen,initialTemperature,overloadedForces,nextIntegrator), in ShadowHMCIntegrator()
/dports/math/ogdf/OGDF/include/ogdf/energybased/
H A DGEMLayout.h175 double initialTemperature() const { return m_initialTemperature; } in initialTemperature() function
178 void initialTemperature(double x) { in initialTemperature() function
H A DNodeRespecterLayout.h129 void setInitialTemperature(double initialTemperature);
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/copynumber/arguments/
H A DHybridADVIArgumentCollection.java170 private double initialTemperature = field in HybridADVIArgumentCollection
298 initialTemperature), in generatePythonArguments()
/dports/math/rocs/rocs-21.12.3/libgraphtheory/modifiers/
H A Dtopology.cpp359 const qreal initialTemperature, const int numberOfIterations, in forceBasedLayout() argument
437 const qreal temperature = initialTemperature * (numberOfIterations - iteration) / in forceBasedLayout()
536 const qreal initialTemperature = 2. * qSqrt(2.) * side * numberOfIterations / freeIterations / in applyForceBasedLayout() local
542 nodeRadius, initialTemperature, in applyForceBasedLayout()
/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DNodeRespecterLayout.cpp93 void NodeRespecterLayout::setInitialTemperature(double initialTemperature) in setInitialTemperature() argument
95 OGDF_ASSERT(OGDF_GEOM_ET.greater(initialTemperature, m_minimalTemperature)); in setInitialTemperature()
96 m_initialTemperature = initialTemperature; in setInitialTemperature()
/dports/graphics/opencv/opencv-4.5.3/modules/ml/include/opencv2/
H A Dml.hpp1940 double initialTemperature, double finalTemperature, double coolingRatio,