0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
License More... almost 9 years ago
Gemify More... almost 14 years ago
There appear to be conflicts between mocha / test-unit included. Unresolved. More... about 14 years ago
Go go go More... over 14 years ago
Clearing out the local commits, some integration problems with fitness updating that need to be sorted out. More... over 14 years ago
Pulled out a counter, inferring instead. More... over 14 years ago
Image comparison in Petri through the Imagine mixin, using RMSD. More... over 14 years ago
Petri stores a reference to the target image, image_dimensions are derived from it. More... over 14 years ago
Traits don't take a name anymore, they were being accessed through the value attr anyways, so it was just a waste. More... over 14 years ago
Color RGB ranges are now from 0.0..1.0 More... over 14 years ago
The number of cells is always divisible by 3. More... over 14 years ago
Introduced concept of rounds to Petri. More... over 14 years ago
That was a great refactor. Removed most of the initialize parameters, and in some cases the methods themselves. More... over 14 years ago
Just renamed chromosome.rb to cell.rb - adding files More... over 14 years ago
Just renamed chromosome.rb to cell.rb More... over 14 years ago
Cleaned up the global namespace by stepping away from the concept of initializer mixins where possible. More... over 14 years ago
Started building out the Petri class, one of the last. More... over 14 years ago
Moved to an inheritance based implementation of block collection. More... over 14 years ago
Updated TODO More... over 14 years ago
Added tests for the Dsl. More... over 14 years ago
Dsl integrated into the rest of the files. Also took the liberty of removing extraneous parens and did some heavy method_missing refactoring. More... over 14 years ago
Chromosome using the Dsl mixin. More... over 14 years ago
Major major refactor to bake in a Dsl. More... over 14 years ago
I have purged the options parameter to all the objects in favor of a declarative block syntax powered by a parameterless DSL. Not finished integrating, but tests are passing. More... over 14 years ago
initializers/**/*.rb pulled in automagically now. More... over 14 years ago
Initialize a chromosome with a block. More... over 14 years ago
Nothing here. More... over 14 years ago
Removed some retarded iterative testing. More... over 14 years ago
Extraction of Meiosis complete, pushed into generator.rb, geometry.rb and aligner.rb More... over 14 years ago
Pulled out Color#to_hash, using Struct#each_pair instead. More... over 14 years ago