canhuaLiu

Results 3 comments of canhuaLiu

> Here is a video on compiling opensees.pyd in Windows with Visual Studio. https://youtu.be/l5-vJDZR_hA Thanks a lot, professor. As explained in your video, I tried to compile openseespy. But an...

> Here is a video on compiling opensees.pyd in Windows with Visual Studio. https://youtu.be/l5-vJDZR_hA Dear Professor: The libdecimal.lib doesn't exsit in link file, why does it prompt that the lib...

我想请问一下开发者,是否采用了差分进化的遗传算法就会默认并行计算。 我想对模型中的一个参数进行优化分析,Python中算一个模型的时间大概是19s左右,我设置种群数量为200,最高进化50代,就算是串行计算一代的计算时间也就是19*200为3800s,可是我感觉采用差分进化法(soea_DE_best_1_L_templet)计算的时间跟传统的遗传算法差不多呀。请问我是哪里没有设置对嘛?