Community Profile

photo

Mitali Upwanshi


Active since 2016

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Can someone pls explain this ga function ?
function [x,fval] = call_genetic(init_pop,max_gen,time_limit,N,data_sample,compen_len,CP_p1_start,CP_p1_end,CP_p2_start,CP...

8 years ago | 1 answer | 0

1

answer

Question


Can anybody please explain this objective function alongwith the ga code??
function [y] = obj_function(x,N,compen_len,data_sample,CP_p1_start,CP_p1_end,CP_p2_start,CP_p2_end) y = zeros(1,1);...

8 years ago | 0 answers | 0

0

answers

Question


Error "Not enough input arguments" ? what shall i do, this is a fitness function for optimisation
function [y] = obj_function(x,N,compen_len,data_sample,CP_p1_start,CP_p1_end,CP_p2_start,CP_p2_end) y = zeros(1,1); ...

8 years ago | 0 answers | 0

0

answers