We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cee664b + 759e0a0 commit d75762cCopy full SHA for d75762c
src/ShapeWorksRun/ShapeWorksRunApp.txx
@@ -755,7 +755,8 @@ ShapeWorksRunApp<SAMPLERTYPE>::SetUserParameters(const char *fname)
755
}
756
757
758
- this->m_initial_relative_weighting = 0.05;
+ //this->m_initial_relative_weighting = 0.05;
759
+ this->m_initial_relative_weighting = 20; // shireen - sampling is now the weighted part we increase it during init
760
elem = docHandle.FirstChild( "initial_relative_weighting" ).Element();
761
if (elem) this->m_initial_relative_weighting = atof(elem->GetText());
762
0 commit comments