genetic algorithm 'too many input arguments'
Show older comments
I want to minimize a function with a constraint which has 8 inputs. The problem is I cannot call the by x(1), x(2),etc because they are generated in another program in each loop and thos variables are used in other places. Does anyone have suggestion?
2 Comments
Walter Roberson
on 1 Dec 2013
Please show your code attempt, and show how the functions are being generated.
Ali Meghdadi
on 2 Dec 2013
Edited: Walter Roberson
on 2 Dec 2013
Answers (1)
Walter Roberson
on 2 Dec 2013
Something like,
constraint_function = @(x) LPS(x(1), x(2), x(3), tilt, TArray, KtArray, LArray, WindArray);
??
Categories
Find more on Genetic Algorithm in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!