zhuohoudeputao

Results 11 comments of zhuohoudeputao

我也遇到了这个问题,所以现在都是最小化的,不敢给关了

> > I need a tutorial to show me the meaning of every parameters. Is there one? > > Are you not understanding all of them or just few? Some...

> Have you stopped waydroid properly ? This typically happens when waydroid is still running or exited without clearing its mounts ! > > you can run `sudo umount /dev/loop18`...

> you need to cast to ApplicationWithIcon to use. I can't do this: ``` List apps = await DeviceApps.getInstalledApplications(args); ```

> DeviceApps.getInstalledApplications( > includeAppIcons: true, > includeSystemApps: true, > onlyAppsWithLaunchIntent: true) > .then((data) { > List apps = data; > for (int i = 0; i < apps.length; i++) {...

我看到IREP* 算法中在终止条件部分使用到了MDL最小描述长度,但是在西瓜书中好像没有提到,是有意为之吗?如果可以能深入解释一下这部分内容吗? 另外,IREP*中是将性能指标改成了(p-n)/(p+n), 是在IREP的实现中使用了(p+(N-n))/(P+N)。

我是直接在终端当中运行 ``` python3 >>> import geatpy ``` 都会出现这个报错