Skip to content

Commit

Permalink
fix bug in ecr (not saving mutator parameters in opt.path)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Mar 17, 2015
1 parent 291a045 commit 855b3d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/ecr.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ ecr = function(objective.fun, control) {
)
# save mutation operators in there
if (length(control$mutator.control)) {
extra = insert(extra, control$mutator.control[[1]])
extra = insert(extra, control$mutator.control)
}
return(extra)
}

iter = 1L
Expand Down

0 comments on commit 855b3d4

Please sign in to comment.