Project Description

AI::GA implements a (hopefully) generalized
genetic algorithm. It does this by using an array
of allowed tokens as individuals. The user has to
provide a fitness function. There, the actual
representation is implemented. If you have a
string of chars, you can simply join them. If you
want to have real numbers, you should probably use
a bitwise representation and calculate the real
values in your fitness function.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Review
Your rating
Review this project