请帮助我创建一个类型为" DoubleArrayChromosome"的染色体的适应度函数。我的染色体包含多项式系数。
您能否给我一些示例或建议如何为此类型群体编写正确的代码。
现在我只有这个:
AForge.Math.Random.IRandomNumberGenerator chGenerator =
new AForge.Math.Random.ExponentialGenerator(0.01f);
DoubleArrayChromosome ch =
new DoubleArrayChromosome(chGenerator, chGenerator, chGenerator, 10);
P.S。对不起,我的英文......