Remove some not used namespace declarations.
[genetic.git] / src / main.cpp
2015-05-01 Rafał DługołęckiRemove some not used namespace declarations.
2015-04-08 Rafał DługołęckiBigger values for testing results.
2015-04-08 Rafał DługołęckiRename GenerationLimit to GenerationLimitCondition...
2015-04-08 Rafał DługołęckiAdd BitGenerator tests. Restructure tests.
2015-04-06 Rafał DługołęckiRename Roulette as RouletteSelection.
2015-04-06 Rafał DługołęckiAdded LinearRankSelection.
2015-04-06 Rafał DługołęckiCreated custom Condition class: GenerationLimit.
2015-04-05 Rafał DługołęckiMake generators be more Generic.
2015-04-05 Rafał DługołęckiApply small optimizations.
2015-04-05 Rafał DługołęckiAdd usage of operators in Generation and Chromosome.
2015-04-05 Rafał DługołęckiMade Algorithm functions more generic.
2015-04-04 Rafał DługołęckiFixed Mutation.
2015-03-29 Rafał DługołęckiAdded classes: Algorithm, Crossover, Mutation. Fixed...
2015-03-29 Rafał DługołęckiFinished Roulette Selection.
2015-03-22 Rafał DługołęckiRemove whitespaces.
2015-03-22 Rafał DługołęckiCleanup code.
2015-03-22 Rafał DługołęckiCreated Generator for breeding Generations.
2015-03-22 Rafał DługołęckiFix Copy constructor.
2015-03-22 Rafał DługołęckiAdd copy constructors. Make example working.
2015-03-21 Rafał DługołęckiCreated initial Gene and Chromosome. Added initial...
2015-03-21 Rafał DługołęckiMake entire project compiling.
2015-03-21 Rafał DługołęckiInitial commit.