Statistics
2 Questions
0 Answers
RANK
41,541
of 301,432
REPUTATION
1
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
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
hello, I am tuning PID controller with GA using ITAE criteria . I have a FOPDT model with 70 sec delays . but my fitness function gives exact 0.54 error at every iteration please someone share the answer or solution, thankyou.
function [J]= pid_optim(x) s=tf('s'); num= [5]; den= [84 1]; plant=tf(num,den,'inputdelay',79); kp= x(1) ...
8 years ago | 1 answer | 1
1
answerQuestion
I am tuning PID controller with GA using ITAE. my system is a FOPDT model but my error remains fix 0.54 in all iterations. if anyone can share information it will help me alot.my fitness function is below.
function [J]= pid_optim(x) s=tf('s'); num= [5]; den= [84 1]; plant=tf(num,den,'inputdelay',79); kp= x(1) ...
8 years ago | 0 answers | 0