Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Genetic algorithm in Matlab![Coding]

Status
Not open for further replies.

kazis

Newbie level 4
Joined
Oct 13, 2011
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,313
Hi all,
I need to apply GA to optimize a configuration of vectors(each vector represent a sub-system parameters) to have the best performance of the whole system(composed of interconnected sub-systems).
The algorithm has to choose each vector element(integer between 1 and 3) for the several vectors to have as nearly as possible to the desired final result(output) corresponding to given inputs.
so, the question is how to code my individuals? for example a vector like this one: [3 1 1 1 3 3 1 2 1 3]
what are the steps to follow achieve the ga implementation on Matlab?
Thank you in advance!
Ciao
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top