Statistics
2 Questions
0 Answers
RANK
184,042
of 301,383
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,252
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,306
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
