search for: lnbrgen

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

2010 Mar 14
1
Segfault Problem c++ R interface (detailed)
...wProba, SEXP RCrossoverProba, SEXP RCrossDistribProba, SEXP RMutStdProba, SEXP RMutMaxRegenDepth, 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(RIni...