PytLab / gaft

A Genetic Algorithm Framework in Python (not for production level)
http://gaft.readthedocs.io/
GNU General Public License v3.0
739 stars 218 forks source link

怎樣注入初始 Individual objects? #34

Open hoboly opened 5 years ago

hoboly commented 5 years ago

看了 https://gaft.readthedocs.io/en/latest/api/components.population.html#gaft.components.population.Population.init 也不太明怎樣 用 init() 注入 Individual objects

有沒有模範參照? 謝謝

PytLab commented 5 years ago

看了 https://gaft.readthedocs.io/en/latest/api/components.population.html#gaft.components.population.Population.init 也不太明怎樣 用 init() 注入 Individual objects

有沒有模範參照? 謝謝

可以的,我最近在更新文档,我会把这个写进tutorial中,更新好后我会通知您