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