search for: evaluatesymbreg

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

2010 Mar 14
1
Segfault Problem c++ R interface (detailed)
...<vector> #include <iostream> #include <string> #include "puppy.hpp" #include "symbregprimits.hpp" #include <R.h> #include <Rinternals.h> #include <Rdefines.h> using namespace Puppy; //Declare Functions extern "C" { unsigned int evaluateSymbReg(std::vector<Tree>& ioPopulation, Context& ioContext, const std::vector<double>& inX, const std::vector<double>& inF); void RSymbReg(SEXP RPopSize, SEXP RNbrGen, SEXP RNbrPartTo...