farnoosh_r
Newbie level 1
Hi
I have a problem which I want to solve with matlab Genetic algorithm toolbox and I dont know how to solve it. I want to calculate 3 coefficient in a formula in a way that it maximizes a function which is the classification accuracy of a SVM classification model. the formula of the coefficients is a*A+b*B+c*C in which a,b,c are the coefficients which I want to find their optimized value and A,B,C are the value of 3 attributes of the dataset. I also have the constraint a+b+c=1 and a,b,c>0
How should I use genetic algorithm to solve this problem?
I have a problem which I want to solve with matlab Genetic algorithm toolbox and I dont know how to solve it. I want to calculate 3 coefficient in a formula in a way that it maximizes a function which is the classification accuracy of a SVM classification model. the formula of the coefficients is a*A+b*B+c*C in which a,b,c are the coefficients which I want to find their optimized value and A,B,C are the value of 3 attributes of the dataset. I also have the constraint a+b+c=1 and a,b,c>0
How should I use genetic algorithm to solve this problem?