Home
last modified time | relevance | path

Searched refs:bestObj (Results 1 – 10 of 10) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/
H A DRenderThread.cpp250 Object3D* bestObj = 0; in rayCast() local
276 bestObj = list->at(i); in rayCast()
280 if (bestObj != 0 && lengthToClosest < maxT) break; in rayCast()
292 …double diffuse = bestObj->getPrimitiveClass()->diffuse*(Vector3f::dot(foundNormal, (lightDirection… in rayCast()
307 spec = bestObj->getPrimitiveClass()->specular*pow(spec,50); in rayCast()
316 if (level == 0) aoStrength = getAOStrength(bestObj, foundNormal, iPoint); in rayCast()
318 double ambient = bestObj->getPrimitiveClass()->ambient*aoStrength; in rayCast()
333 …if (list->at(i) == bestObj) continue; // self-shadow? (probably not neccesary, since the specular … in rayCast()
352 Vector3f color = rayCast(iPoint, direction, bestObj, level+1); in rayCast()
358 double reflection = bestObj->getPrimitiveClass()->reflection; in rayCast()
[all …]
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcHeuristicRandRound.cpp308 double bestObj = 1e30; in solution() local
326 if (objValue < bestObj) { in solution()
366 if (objValue < bestObj) in solution()
367 bestObj = objValue; in solution()
436 if (objValue < bestObj) { in solution()
464 if (objValue < bestObj) in solution()
465 bestObj = objValue; in solution()
473 printf("Best Objective: %f\n", bestObj); in solution()
492 solutionValue = bestObj; in solution()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/main/
H A DCouenneBab.hpp39 double bestObj() const;
42 double bestBound() { return CoinMin(Bonmin::Bab::bestBound(), bestObj()); } in bestBound()
H A DCouenneBab.cpp691 double CouenneBab::bestObj() const { in bestObj() function in CouenneBab
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/src/
H A DAlpsKnowledgeBrokerMPI.h654 double bestObj = ALPS_OBJ_MAX; in getIncumbentValue() local
656 bestObj = getBestKnowledge(AlpsKnowledgeTypeSolution).second; in getIncumbentValue()
657 if (incumbentValue_ > bestObj) { in getIncumbentValue()
658 return bestObj; in getIncumbentValue()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dlightning.cpp307 CObject* bestObj = nullptr; in SearchObject() local
335 bestObj = obj; in SearchObject()
339 if (bestObj == nullptr) in SearchObject()
343 Math::Vector oPos = bestObj->GetPosition(); in SearchObject()
351 return bestObj; in SearchObject()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/CbcBonmin/
H A DBonCbc.hpp52 double bestObj() const in bestObj() function in Bonmin::Bab
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/CbcBonmin/Heuristics/
H A DBonLocalSolverBasedHeuristic.cpp103 solValue = bb.bestObj(); in doLocalSearch()
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dtarget.cpp840 *bestObj = NULL; in object() local
853 bestObj = objPtr; in object()
866 bestObj = objPtr; in object()
876 return bestObj; in object()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/problem/
H A DCouenneProblem.hpp452 CouNumber bestObj () const {return bestObj_;} ///< Objective of best known solution in bestObj() function in Couenne::CouenneProblem