Feeds
질문
How do I create random numbers using genetic algorithm? could anyone help me with code?
if true % code end
거의 10년 전 | 답변 수: 0 | 0
0
답변질문
Using GA with .exe file objective function
My problem is that, I am having an objective function i.e. (Simulated yield-Actual yield) simulated yield has been obtained by r...
거의 10년 전 | 답변 수: 0 | 0
0
답변질문
I am having 2 text files in which 1 text file consists of simulated and observed data and other text file consists of the data to be optimized the objective function is (Simulated-observed), how can I write the code please help me
if true % code end
거의 10년 전 | 답변 수: 0 | 0
0
답변질문
Can anyone please correct this program?
function y = simple_fitness(a,b,c,d,e,f) y = a + b*0.1 + c*0.3 + d*0.9 + e*10 + f*0.6; for y = 92 end ObjectiveFun...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
I am having doubt regarding Genetic Algorithm i.e. I know the value of y = 500 as I specified below then how can I write the code please help me?
function y = simple_fitness(x) y = 100*(x(1)^2 - x(2))^2 + (1 - x(1))^2; end
대략 10년 전 | 답변 수: 0 | 0
0
답변질문
How can I perform optimization, having 5 unknown parameters i.e. input and a known parameter i.e. output using genetic algorithm in Matlab, can anyone help me?
Inputs include constraints also
대략 10년 전 | 답변 수: 1 | 0