首页
编程
java
php
前端
首页
编程
java
php
前端
遗传算法函数最小值的程序
f(x)=x*sinx 0<x<3
if(x>0 && x<3)
y = x*sin(x);
点击展开全文