search for: monitorfun

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

Did you mean: monitoren
2007 Oct 01
1
saving and loading complex objects
...Note lagxy <- CreateColumnSpace( yy, column = i, startLag = 1, endLag = 8, exclude=T, by=1 ) xx <- xy$xx response = xy$response t.index = xy$indx # genetically select predictor column space result = intGa( response =response, ... , FUN = LM, monitor = F, monitorFun = nn.Monitor, Evaluator = Std.Eval, wildCardPct = 0.10, parm1 = 4, parm2 = 1, parm3 = 3 ) x.model=result$bestModel SaveObj( x=x.model, nn=nn[i] ) rm(result,x.model) } # end for return( formulaLst ) } # end of allArimaVery Sincerely,Lloyd...