nasa / bingo

Apache License 2.0
47 stars 28 forks source link

Optimizations to Fork Mutation Algorithm #41

Closed nightdr closed 2 years ago

nightdr commented 3 years ago

I changed the fork mutation algorithm so that _move_utilized_commands only has to be called once and _insert_fork behaves similarly to the original algorithm. These changes result in a faster algorithm runtime and less algorithm calls to reach convergence when used in evolutionary algorithm problems.