# NOT RUN {
# Estimate GMAR model with only 50 generations of genetic algorithm and
# only 1 iteration in variable metric algorithm
fit12 <- fitGSMAR(logVIX, 1, 2, maxit=1, ngen=50, ncalls=1, seeds=1)
fit12
# Iterate more since iteration limit was reached
fit12 <- iterate_more(fit12)
fit12
# }
Run the code above in your browser using DataLab