非线性联立方程遗传算法中的代码

时间:2010-09-15 10:43:24

标签: genetic-algorithm genetic-programming

我需要解决三个非线性联立方程

y1 = exp(-(r1 +r2)*t)
y2 = (r1/((r3+r4)-(r1+r2)))*[exp(-[r1+r2]*t) - exp(-[r3+r4]*t)]
y3 = (r1/((r5+r6)-(r1+r2)))*[exp(-[r1+r2]*t) - exp(-[r5+r6]*t)]

其中y1y2y3t已知且i旨在查找r1r2。 .. r6。 我需要使用遗传算法来做到这一点。有人可以提供我teh codz。

1 个答案:

答案 0 :(得分:0)

遗传算法无法完全解决这类问题 遗传算法可以给你一个y1,y2,y3的范围 有关更多信息,请参阅本文 http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.80.2373&rep=rep1&type=pdf