fushucun

Results 7 issues of fushucun

I want to use GDE3 algorithm to test my multi-objective function, but there are some parameters in the configuration I do not know how to set, please give me some...

If my decision variables are discrete, I need to choose between multiple non-contiguous ranges. For example, f = x^3 +2x + x^2....... x=[1,10] || [15,20] || [30,40] ,How should I...

I implements the ConstrainedProblem, rewritten the evaluateConstraints(IntegerSolution solution). However after running, the result is still not satisfied with the constraints. code here: // Times constraints constraint[0] = 80/1000 - app1_ddl(con_app1_t12);...

I created a new class named OFF to extends class(AbstractDoubleProblem). However, my design objective function is this:int-type decision variables and double-type function values. So I do not know how to...

您好!请教一下多分类问题可以在此模型基础上改吗?初学者不太懂,还请指教。

File "C:\Users\admin\Anaconda3\lib\site-packages\chainer\device_resident.py", line 305, in visit_device_resident to_method(**kwargs) TypeError: to_gpu() got an unexpected keyword argument 'device' 我在运行lennet和resnet时都没有问题,但是运行这个函数时出现的上面的错误

我初学语言处理在做文本的多分类,想把transformer改成多分类的情况,请教您如何修改transformer的代码呢?