zhaohui-yang / CARS

[CVPR2020] CARS: Continuous Evolution for Efficient Neural Architecture Search
103 stars 20 forks source link

what does "continuous evolution" mean? #3

Open csuwoshikunge opened 4 years ago

csuwoshikunge commented 4 years ago

what is the meaning of "continuous evolution"? It is not clearly to figure out the differences between the proposed "continuous evolution" and the usual evolution algorithm. Thanks for any help.

zhaohui-yang commented 4 years ago

@csuwoshikunge Each individual in the next generation produced by the EA algorithm does not train from scratch. In contract, all the individuals in the generation share parameters and inherit trained parameters from the previous generation.