mirobeka / cellular-automata

Experiments on lattice
2 stars 0 forks source link

Importing of rules by loader #51

Open mirobeka opened 10 years ago

mirobeka commented 10 years ago

Now, module loader in utils.loader, looks for specified class names just in neural_rule.py file. So when trying to import rule class from different file, importing fails.

Either use one file for all rules or implements search algorithm to go through all modules in given package.