From 27c1822c2a72128455ce0261f7a1b3a2fa148f8c Mon Sep 17 00:00:00 2001 From: iasonmanolas Date: Wed, 19 Jan 2022 12:30:55 +0200 Subject: [PATCH] Changed translational epsilon to 3e-3 --- reducedmodeloptimizer_structs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reducedmodeloptimizer_structs.hpp b/reducedmodeloptimizer_structs.hpp index 6b2c5ea..0882f76 100644 --- a/reducedmodeloptimizer_structs.hpp +++ b/reducedmodeloptimizer_structs.hpp @@ -124,7 +124,7 @@ struct Settings xRange{"Theta", -30, 30}}; int numberOfFunctionCalls{100000}; double solverAccuracy{1e-3}; - double translationEpsilon{4e-3}; + double translationEpsilon{3e-3}; double angularDistanceEpsilon{vcg::math::ToRad(0.0)}; struct ObjectiveWeights {