search for: lmaxdepth

Displaying 1 result from an estimated 1 matches for "lmaxdepth".

Did you mean: maxdepth
2010 Mar 14
1
Segfault Problem c++ R interface (detailed)
...th, SEXP RMutSwapProba, SEXP RMutSwapDistribProba, SEXP RSeed) { // Convert parameters into friendly variables unsigned int lPopSize = INTEGER(RPopSize)[0]; unsigned int lNbrGen = INTEGER(RNbrGen)[0]; unsigned int lNbrPartTournament = INTEGER(RNbrPartTournament)[0]; unsigned int lMaxDepth = INTEGER(RMaxDepth)[0]; unsigned int lMinInitDepth = INTEGER(RMinInitDepth)[0]; unsigned int lMaxInitDepth = INTEGER(RMaxInitDepth)[0]; float lInitGrowProba = (float )REAL(RInitGrowProba)[0]; float lCrossoverProba = (float )REAL(RCrossoverProba)[0]; float lCrossDistribProba = (float )REA...