genetic algorithm 'too many input arguments'
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 1 Dez. 2013
Please show your code attempt, and show how the functions are being generated.
Ali Meghdadi
am 2 Dez. 2013
Bearbeitet: Walter Roberson
am 2 Dez. 2013
Antworten (1)
Walter Roberson
am 2 Dez. 2013
Something like,
constraint_function = @(x) LPS(x(1), x(2), x(3), tilt, TArray, KtArray, LArray, WindArray);
??
Kategorien
Mehr zu Genetic Algorithm finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!