gaft icon indicating copy to clipboard operation
gaft copied to clipboard

question: individual, binary_individual, decimal_individual

Open xino1010 opened this issue 5 years ago • 2 comments

Hello,

Someone could explain the difference of using one or another option in genetic algorithm?

  • gaft.components.individual

  • gaft.components.binary_individual

  • gaft.components.decimal_individual

Thanks

xino1010 avatar Apr 09 '19 06:04 xino1010

They are individual classes with different genetic encoding method implementations.

For the encoding method, you can try to google it for more details :)

PytLab avatar Apr 13 '19 09:04 PytLab

How can I paralellize the algorithm?

Thanks

xino1010 avatar Apr 14 '19 15:04 xino1010