OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
Go to the source code of this file.
Classes | |
class | python.undocumented.genetic_algorithm.BitStringIndividualBase |
Namespaces | |
python.undocumented.genetic_algorithm | |
Variables | |
string | python.undocumented.genetic_algorithm.__author__ = 'keyvan' |
int | python.undocumented.genetic_algorithm.BIT_STRING_LENGTH = 32 |
int | python.undocumented.genetic_algorithm.ALL_BITS_ONE = 2 |
list | python.undocumented.genetic_algorithm.population = [] |
tuple | python.undocumented.genetic_algorithm.ga = GeneticAlgorithm(population) |
tuple | python.undocumented.genetic_algorithm.fittest = ga.step(0, 1) |