Fixed Mutation.
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Sat, 4 Apr 2015 13:29:29 +0000 (15:29 +0200)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Sat, 4 Apr 2015 13:29:29 +0000 (15:29 +0200)
commit7a36adcd1e7cbf19e0823e040f1531b412351cae
treecdae591bfa7fccc36653f1feb4bccb4ee12b84c4
parent0fae11625d18cbb4978c5eb84b7eac36ec597213
Fixed Mutation.
Fixed copying of Gene.
Added Condition class which is used to check stop conditions.
Cleaned code.
src/algorithm.h
src/condition/condition.h [new file with mode: 0644]
src/gene.h
src/main.cpp
src/mutation/mutation.h