Skip to content

Commit

Permalink
Merge pull request #1084 from veg/develop
Browse files Browse the repository at this point in the history
Fixing GARD assert error
  • Loading branch information
spond authored Feb 20, 2020
2 parents d32cdae + ec214e9 commit 5228300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/TemplateBatchFiles/GARD.bf
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ namespace gard {
// GA.2.b Loop over increasing generations for particular number of break points
terminationCondition = FALSE;
generation = 0;
previousBest_cAIC = ^"math.Infinity";
while(terminationCondition == FALSE) {
// GA.2.b.1 Produce the next generation of models with recombination.
childModels = gard.GA.recombineModels(parentModels, populationSize);
Expand Down

0 comments on commit 5228300

Please sign in to comment.