guofei9987 / scikit-opt

Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)

Home Page:https://scikit-opt.github.io/scikit-opt/#/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

能否增加tqdm支持(含并行模式)

futurepaycc opened this issue · comments

看到现在并行代码中使用: pool.map 收集结果, 不支持callback,
期望能更新tqdm进度, 是否考虑map_async支持callback?