brainwipe / Harness

An artificial intelligence toybox for neural networks and other mathematical models.
https://nn.lack-of.org
4 stars 2 forks source link

Block Factories are odd, remove them #3

Closed brainwipe closed 11 years ago

brainwipe commented 11 years ago

Initially, the aim was to create Blocks as default classes and then override properties. In retrospect, this is really odd to understand.

Create separate Block classes that use prototypical inheritance to override some of the facets of the block. Create the new Block functions in a new folder under the entities. The Block Factory will then hold a list of all the blocks it can construct (rather than a list of block factories).