Feeds
질문
Fuzzy controller using genetic algorithm
I am trying to implement a fuzzy logic controller for manipulator control using genetic algorithm. I have seven membership funct...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
While implementing genetic algorithm for finding the global minimum for a variable 'y' (which depends upon both x and z), I want to optimise only x and not z. I want to input z from the main code and pass it to my fitness function. Can this be done?
function y=myFitness(x,z) y=(z^2)*x(1)+ 4*x+ z*x(2)^5; end
9년 초과 전 | 답변 수: 1 | 0
